COLOR #4B5B52

HEX: #4B5B52
RGB: (75,91,82)

Color info

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

RGB color model

#4B5B52 color RGB value is (75,91,82).

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

RGB channels and saturation

R 75 of 255 = 29%
G 91 of 255 = 36%
B 82 of 255 = 32%

75
91
82

R + G + B ~ 32%. #4B5B52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 91 + 82 = 248 (100%)
R 75 of 248 ~ 30.24%
G 91 of 248 ~ 36.69%
B 82 of 248 ~ 33.06%

%30.24
%36.69
%33.06

CMYK color model

#4B5B52 color CMYK value is (18,0,10,64).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 9.89%
  • key color value is 64.31%
CMYK:
(18,0,10,64)
C18M0Y10K64 
(18%,0%,10%,64%)
(0.18/0.00/0.10/0.64)	

CMYK percentages

%17.58
%0
%9.89
%64.31

Codes

Color #4B5B52 in popluar color models

4B5B52
RGB759182
HSL146°9.64%32.55%
HSB/HSV146°17.58%35.69%
CMYK17.58%0.00%9.89%
64.31%

Color #4B5B52 in popluar number systems.

HEX4B5B52
Decimal759182
Binary100101110110111010010
Octal113133122

Shades and tints

Shades of #4B5B52

#4B5B52
(75,91,82)
#45534B
(69,83,75)
#3F4B44
(63,75,68)
#39433D
(57,67,61)
#333B36
(51,59,54)
#2D332F
(45,51,47)
#272B28
(39,43,40)
#212321
(33,35,33)
#1B1B1A
(27,27,26)
#151313
(21,19,19)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #4B5B52

#4B5B52
(75,91,82)
#5B6961
(91,105,97)
#6B7770
(107,119,112)
#7B857F
(123,133,127)
#8B938E
(139,147,142)
#9BA19D
(155,161,157)
#ABAFAC
(171,175,172)
#BBBDBB
(187,189,187)
#CBCBCA
(203,203,202)
#DBD9D9
(219,217,217)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5B52; }

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

This text font color is #4B5B52.


Background Color

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

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

This div background color is #4B5B52.


Border color

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

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

This div border color is #4B5B52.


Opacity

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

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

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

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

This text has shadow with #4B5B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5B52 on black background.


Color preview on white background

This text has color #4B5B52 on white background.



Black color preview on #4B5B52 background

This text has black color on #4B5B52 background.


White color preview on #4B5B52 background

This text has white color on #4B5B52 background.