COLOR #4B536B

HEX: #4B536B
RGB: (75,83,107)

Color info

#4B536B contains red, green and blue colors in about the same proportion. Web safe color of #4B536B is #336666 (or #366).

RGB color model

#4B536B color RGB value is (75,83,107).

  • red value is 75;
  • green value is 83;
  • blue value is 107.
RGB:
(75,83,107)
(29%,33%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 83 of 255 = 33%
B 107 of 255 = 42%

75
83
107

R + G + B ~ 35%. #4B536B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 83 + 107 = 265 (100%)
R 75 of 265 ~ 28.3%
G 83 of 265 ~ 31.32%
B 107 of 265 ~ 40.38%

%28.3
%31.32
%40.38

CMYK color model

#4B536B color CMYK value is (30,22,0,58).

  • cyan value is 29.91%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(30,22,0,58)
C30M22Y0K58 
(30%,22%,0%,58%)
(0.30/0.22/0.00/0.58)	

CMYK percentages

%29.91
%22.43
%0
%58.04

Codes

Color #4B536B in popluar color models

4B536B
RGB7583107
HSL225°17.58%35.69%
HSB/HSV225°29.91%41.96%
CMYK29.91%22.43%0.00%
58.04%

Color #4B536B in popluar number systems.

HEX4B536B
Decimal7583107
Binary100101110100111101011
Octal113123153

Shades and tints

Shades of #4B536B

#4B536B
(75,83,107)
#454C62
(69,76,98)
#3F4559
(63,69,89)
#393E50
(57,62,80)
#333747
(51,55,71)
#2D303E
(45,48,62)
#272935
(39,41,53)
#21222C
(33,34,44)
#1B1B23
(27,27,35)
#15141A
(21,20,26)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #4B536B

#4B536B
(75,83,107)
#5B6278
(91,98,120)
#6B7185
(107,113,133)
#7B8092
(123,128,146)
#8B8F9F
(139,143,159)
#9B9EAC
(155,158,172)
#ABADB9
(171,173,185)
#BBBCC6
(187,188,198)
#CBCBD3
(203,203,211)
#DBDAE0
(219,218,224)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B536B color. Also use rgb(75,83,107) instead hex code.

Text Font Color

.myTextColor { color: #4B536B; }

<p style="color:#4B536B">This sample text font color is #4B536B.</p>

This text font color is #4B536B.


Background Color

.myBgColor { background-color: #4B536B; }

<div style="background-color:#4B536B">Inner text</div>

This div background color is #4B536B.


Border color

.myBorderColor { border: 1px solid #4B536B; }

<div style="border:3px solid #4B536B">Div</div>

This div border color is #4B536B.


Opacity

.myOpacity80 { color: #4B536B; opacity: 0.8; }

<p style="color:#4B536B;opacity:0.8;">80%</p>

Text with #4B536B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4B536B;}

<p style="text-shadow: 3px 3px 1px #4B536B">Text here.</p>

This text has shadow with #4B536B color.

.textShadow {text-shadow: 3px 3px 1px #4B536B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4B536B, 5px 5px 20px red">Text here.</p>

This text has shadow with #4B536B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B536B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4B536B, Direction=45, Strength=4)">Text</p>

This text has shadow with #4B536B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4B536B;
  -webkit-box-shadow:	1px 1px 3px 2px #4B536B;
  box-shadow:		1px 1px 3px 2px #4B536B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B536B;
-webkit-box-shadow: 1px 1px 3px 2px #4B536B;
box-shadow:1px 1px 3px 2px #4B536B;">
Div content here</div>
This div box has shadow with color #4B536B.

Preview

Color preview on black background

This text has color #4B536B on black background.


Color preview on white background

This text has color #4B536B on white background.



Black color preview on #4B536B background

This text has black color on #4B536B background.


White color preview on #4B536B background

This text has white color on #4B536B background.