COLOR #5B5D1F

HEX: #5B5D1F
RGB: (91,93,31)

Color info

#5B5D1F contains mainly red and green colors. Web safe color of #5B5D1F is #666633 (or #663).

RGB color model

#5B5D1F color RGB value is (91,93,31).

  • red value is 91;
  • green value is 93;
  • blue value is 31.
RGB:
(91,93,31)
(36%,36%,12%)

RGB channels and saturation

R 91 of 255 = 36%
G 93 of 255 = 36%
B 31 of 255 = 12%

91
93
31

R + G + B ~ 28%. #5B5D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 93 + 31 = 215 (100%)
R 91 of 215 ~ 42.33%
G 93 of 215 ~ 43.26%
B 31 of 215 ~ 14.42%

%42.33
%43.26
%14.42

CMYK color model

#5B5D1F color CMYK value is (2,0,67,64).

  • cyan value is 2.15%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 63.53%
CMYK:
(2,0,67,64)
C2M0Y67K64 
(2%,0%,67%,64%)
(0.02/0.00/0.67/0.64)	

CMYK percentages

%2.15
%0
%66.67
%63.53

Codes

Color #5B5D1F in popluar color models

5B5D1F
RGB919331
HSL62°50.00%24.31%
HSB/HSV62°66.67%36.47%
CMYK2.15%0.00%66.67%
63.53%

Color #5B5D1F in popluar number systems.

HEX5B5D1F
Decimal919331
Binary1011011101110111111
Octal13313537

Shades and tints

Shades of #5B5D1F

#5B5D1F
(91,93,31)
#53551D
(83,85,29)
#4B4D1B
(75,77,27)
#434519
(67,69,25)
#3B3D17
(59,61,23)
#333515
(51,53,21)
#2B2D13
(43,45,19)
#232511
(35,37,17)
#1B1D0F
(27,29,15)
#13150D
(19,21,13)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #5B5D1F

#5B5D1F
(91,93,31)
#696B33
(105,107,51)
#777947
(119,121,71)
#85875B
(133,135,91)
#93956F
(147,149,111)
#A1A383
(161,163,131)
#AFB197
(175,177,151)
#BDBFAB
(189,191,171)
#CBCDBF
(203,205,191)
#D9DBD3
(217,219,211)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5D1F color. Also use rgb(91,93,31) instead hex code.

Text Font Color

.myTextColor { color: #5B5D1F; }

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

This text font color is #5B5D1F.


Background Color

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

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

This div background color is #5B5D1F.


Border color

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

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

This div border color is #5B5D1F.


Opacity

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

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

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

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

This text has shadow with #5B5D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5D1F on black background.


Color preview on white background

This text has color #5B5D1F on white background.



Black color preview on #5B5D1F background

This text has black color on #5B5D1F background.


White color preview on #5B5D1F background

This text has white color on #5B5D1F background.