COLOR #4B5B66

HEX: #4B5B66
RGB: (75,91,102)

Color info

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

RGB color model

#4B5B66 color RGB value is (75,91,102).

  • red value is 75;
  • green value is 91;
  • blue value is 102.
RGB:
(75,91,102)
(29%,36%,40%)

RGB channels and saturation

R 75 of 255 = 29%
G 91 of 255 = 36%
B 102 of 255 = 40%

75
91
102

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

Portions of RGB colors in percentages

R + G + B =
75 + 91 + 102 = 268 (100%)
R 75 of 268 ~ 27.99%
G 91 of 268 ~ 33.96%
B 102 of 268 ~ 38.06%

%27.99
%33.96
%38.06

CMYK color model

#4B5B66 color CMYK value is (26,11,0,60).

  • cyan value is 26.47%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(26,11,0,60)
C26M11Y0K60 
(26%,11%,0%,60%)
(0.26/0.11/0.00/0.60)	

CMYK percentages

%26.47
%10.78
%0
%60

Codes

Color #4B5B66 in popluar color models

4B5B66
RGB7591102
HSL204°15.25%34.71%
HSB/HSV204°26.47%40.00%
CMYK26.47%10.78%0.00%
60.00%

Color #4B5B66 in popluar number systems.

HEX4B5B66
Decimal7591102
Binary100101110110111100110
Octal113133146

Shades and tints

Shades of #4B5B66

#4B5B66
(75,91,102)
#45535D
(69,83,93)
#3F4B54
(63,75,84)
#39434B
(57,67,75)
#333B42
(51,59,66)
#2D3339
(45,51,57)
#272B30
(39,43,48)
#212327
(33,35,39)
#1B1B1E
(27,27,30)
#151315
(21,19,21)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #4B5B66

#4B5B66
(75,91,102)
#5B6973
(91,105,115)
#6B7780
(107,119,128)
#7B858D
(123,133,141)
#8B939A
(139,147,154)
#9BA1A7
(155,161,167)
#ABAFB4
(171,175,180)
#BBBDC1
(187,189,193)
#CBCBCE
(203,203,206)
#DBD9DB
(219,217,219)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5B66 color. Also use rgb(75,91,102) instead hex code.

Text Font Color

.myTextColor { color: #4B5B66; }

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

This text font color is #4B5B66.


Background Color

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

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

This div background color is #4B5B66.


Border color

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

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

This div border color is #4B5B66.


Opacity

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

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

Text with #4B5B66 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 #4B5B66;}

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

This text has shadow with #4B5B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5B66 on black background.


Color preview on white background

This text has color #4B5B66 on white background.



Black color preview on #4B5B66 background

This text has black color on #4B5B66 background.


White color preview on #4B5B66 background

This text has white color on #4B5B66 background.