COLOR #5B5042

HEX: #5B5042 RGB: (91,80,66)

Color info

#5B5042 contains red, green and blue colors in about the same proportion. Web safe color of #5B5042 is #666633 (or #663).

RGB color model

#5B5042 color RGB value is (91,80,66).

RGB: (91,80,66) (36%, 31%, 26%)

RGB channels and saturation

R 91 of 255 = 36%
G 80 of 255 = 31%
B 66 of 255 = 26%

91
80
66

R + G + B ~ 31%. #5B5042 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 80 + 66 = 237 (100%)
R 91 of 237 ~ 38.4%
G 80 of 237 ~ 33.76%
B 66 of 237 ~ 27.85'%

%38.4
%33.76
%27.85

CMYK color model

#5B5042 color CMYK value is (0,12,27,64).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 27.47%
  • key color value is 64.31%

CMYK: (0,12,27,64)
C0M12Y27K64 (0%, 12%, 27%, 64%)
(0.00 / 0.12 / 0.27 / 0.64)

CMYK percentages

%0
%12.09
%27.47
%64.31

Codes

Color #5B5042 in popluar color models

5B 50 42
RGB 91 80 66
HSL 34° 15.92% 30.78%
HSB/HSV 34° 27.47% 35.69%
CMYK 0.00% 12.09% 27.47%
64.31%

Color #5B5042 in popluar number systems.

HEX 5B 50 42
Decimal 91 80 66
Binary 1011011 1010000 1000010
Octal 133 120 102

Shades and tints

Shades of #5B5042

#5B5042
(91,80,66)
#53493C
(83,73,60)
#4B4236
(75,66,54)
#433B30
(67,59,48)
#3B342A
(59,52,42)
#332D24
(51,45,36)
#2B261E
(43,38,30)
#231F18
(35,31,24)
#1B1812
(27,24,18)
#13110C
(19,17,12)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #5B5042

#5B5042
(91,80,66)
#695F53
(105,95,83)
#776E64
(119,110,100)
#857D75
(133,125,117)
#938C86
(147,140,134)
#A19B97
(161,155,151)
#AFAAA8
(175,170,168)
#BDB9B9
(189,185,185)
#CBC8CA
(203,200,202)
#D9D7DB
(217,215,219)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5042 color. Also use rgb(91,80,66) instead hex code.

Text Font Color

.myTextColor { color: #5B5042; }

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

This text font color is #5B5042.

Background Color

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

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

This div background color is #5B5042.

Border color

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

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

This div border color is #5B5042.

Opacity

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

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

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

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

This text has shadow with #5B5042 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5042.

Preview

Color preview on black background

This text has color #5B5042 on black background.


Color preview on white background

This text has color #5B5042 on white background.


Black color preview on #5B5042 background

This text has black color on #5B5042 background.


White color preview on #5B5042 background

This text has white color on #5B5042 background.


Related colors

Complementary color

Complementary color for #hex is #A4AFBD.


I love getcolorcode.com

Triadic colors

1 #425B50 and #50425B with #5B5042 are triadic colors.

2 #42505B and #505B42 with #5B5042 are triadic colors.