COLOR #5B5952

HEX: #5B5952 RGB: (91,89,82)

Color info

#5B5952 contains red, green and blue colors in about the same proportion. Web safe color of #5B5952 is #666666 (or #666).

RGB color model

#5B5952 color RGB value is (91,89,82).

RGB: (91,89,82) (36%, 35%, 32%)

RGB channels and saturation

R 91 of 255 = 36%
G 89 of 255 = 35%
B 82 of 255 = 32%

91
89
82

R + G + B ~ 34%. #5B5952 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 89 + 82 = 262 (100%)
R 91 of 262 ~ 34.73%
G 89 of 262 ~ 33.97%
B 82 of 262 ~ 31.3'%

%34.73
%33.97
%31.3

CMYK color model

#5B5952 color CMYK value is (0,2,10,64).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 9.89%
  • key color value is 64.31%

CMYK: (0,2,10,64)
C0M2Y10K64 (0%, 2%, 10%, 64%)
(0.00 / 0.02 / 0.10 / 0.64)

CMYK percentages

%0
%2.2
%9.89
%64.31

Codes

Color #5B5952 in popluar color models

5B 59 52
RGB 91 89 82
HSL 47° 5.20% 33.92%
HSB/HSV 47° 9.89% 35.69%
CMYK 0.00% 2.20% 9.89%
64.31%

Color #5B5952 in popluar number systems.

HEX 5B 59 52
Decimal 91 89 82
Binary 1011011 1011001 1010010
Octal 133 131 122

Shades and tints

Shades of #5B5952

#5B5952
(91,89,82)
#53514B
(83,81,75)
#4B4944
(75,73,68)
#43413D
(67,65,61)
#3B3936
(59,57,54)
#33312F
(51,49,47)
#2B2928
(43,41,40)
#232121
(35,33,33)
#1B191A
(27,25,26)
#131113
(19,17,19)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #5B5952

#5B5952
(91,89,82)
#696861
(105,104,97)
#777770
(119,119,112)
#85867F
(133,134,127)
#93958E
(147,149,142)
#A1A49D
(161,164,157)
#AFB3AC
(175,179,172)
#BDC2BB
(189,194,187)
#CBD1CA
(203,209,202)
#D9E0D9
(217,224,217)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5952 color. Also use rgb(91,89,82) instead hex code.

Text Font Color

.myTextColor { color: #5B5952; }

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

This text font color is #5B5952.

Background Color

.myBgColor { background-color: #5B5952; }

<div style="background-color:#5B5952">Inner text</div>

This div background color is #5B5952.

Border color

.myBorderColor { border: 1px solid #5B5952; }

<div style="border:3px solid #5B5952">Div</div>

This div border color is #5B5952.

Opacity

.myOpacity80 { color: #5B5952; opacity: 0.8; }

<p style="color:#5B5952;opacity:0.8;">80%</p>

Text with #5B5952 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 #5B5952;}

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

This text has shadow with #5B5952 color.


.textShadow {text-shadow: 3px 3px 1px #5B5952', 3px 3px 1px red;}

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

This text has shadow with #5B5952 primary color and red secondary color.


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

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

This text has shadow with #5B5952 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5B5952; -webkit-box-shadow: 1px 1px 3px 2px #5B5952; box-shadow:1px 1px 3px 2px #5B5952;">
Div content here
</div>

This div box has shadow with color #5B5952.

Preview

Color preview on black background

This text has color #5B5952 on black background.


Color preview on white background

This text has color #5B5952 on white background.


Black color preview on #5B5952 background

This text has black color on #5B5952 background.


White color preview on #5B5952 background

This text has white color on #5B5952 background.


Related colors

Complementary color

Complementary color for #hex is #A4A6AD.


I love getcolorcode.com

Triadic colors

1 #525B59 and #59525B with #5B5952 are triadic colors.

2 #52595B and #595B52 with #5B5952 are triadic colors.