COLOR #5B5243

HEX: #5B5243
RGB: (91,82,67)

Color info

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

RGB color model

#5B5243 color RGB value is (91,82,67).

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

RGB channels and saturation

R 91 of 255 = 36%
G 82 of 255 = 32%
B 67 of 255 = 26%

91
82
67

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

Portions of RGB colors in percentages

R + G + B =
91 + 82 + 67 = 240 (100%)
R 91 of 240 ~ 37.92%
G 82 of 240 ~ 34.17%
B 67 of 240 ~ 27.92%

%37.92
%34.17
%27.92

CMYK color model

#5B5243 color CMYK value is (0,10,26,64).

  • cyan value is 0.00%
  • magenta value is 9.89%
  • yellow value is 26.37%
  • key color value is 64.31%
CMYK:
(0,10,26,64)
C0M10Y26K64 
(0%,10%,26%,64%)
(0.00/0.10/0.26/0.64)	

CMYK percentages

%0
%9.89
%26.37
%64.31

Codes

Color #5B5243 in popluar color models

5B5243
RGB918267
HSL38°15.19%30.98%
HSB/HSV38°26.37%35.69%
CMYK0.00%9.89%26.37%
64.31%

Color #5B5243 in popluar number systems.

HEX5B5243
Decimal918267
Binary101101110100101000011
Octal133122103

Shades and tints

Shades of #5B5243

#5B5243
(91,82,67)
#534B3D
(83,75,61)
#4B4437
(75,68,55)
#433D31
(67,61,49)
#3B362B
(59,54,43)
#332F25
(51,47,37)
#2B281F
(43,40,31)
#232119
(35,33,25)
#1B1A13
(27,26,19)
#13130D
(19,19,13)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #5B5243

#5B5243
(91,82,67)
#696154
(105,97,84)
#777065
(119,112,101)
#857F76
(133,127,118)
#938E87
(147,142,135)
#A19D98
(161,157,152)
#AFACA9
(175,172,169)
#BDBBBA
(189,187,186)
#CBCACB
(203,202,203)
#D9D9DC
(217,217,220)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5243; }

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

This text font color is #5B5243.


Background Color

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

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

This div background color is #5B5243.


Border color

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

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

This div border color is #5B5243.


Opacity

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

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

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

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

This text has shadow with #5B5243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5243 on black background.


Color preview on white background

This text has color #5B5243 on white background.



Black color preview on #5B5243 background

This text has black color on #5B5243 background.


White color preview on #5B5243 background

This text has white color on #5B5243 background.