COLOR #5B5427

HEX: #5B5427
RGB: (91,84,39)

Color info

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

RGB color model

#5B5427 color RGB value is (91,84,39).

  • red value is 91;
  • green value is 84;
  • blue value is 39.
RGB:
(91,84,39)
(36%,33%,15%)

RGB channels and saturation

R 91 of 255 = 36%
G 84 of 255 = 33%
B 39 of 255 = 15%

91
84
39

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

Portions of RGB colors in percentages

R + G + B =
91 + 84 + 39 = 214 (100%)
R 91 of 214 ~ 42.52%
G 84 of 214 ~ 39.25%
B 39 of 214 ~ 18.22%

%42.52
%39.25
%18.22

CMYK color model

#5B5427 color CMYK value is (0,8,57,64).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 57.14%
  • key color value is 64.31%
CMYK:
(0,8,57,64)
C0M8Y57K64 
(0%,8%,57%,64%)
(0.00/0.08/0.57/0.64)	

CMYK percentages

%0
%7.69
%57.14
%64.31

Codes

Color #5B5427 in popluar color models

5B5427
RGB918439
HSL52°40.00%25.49%
HSB/HSV52°57.14%35.69%
CMYK0.00%7.69%57.14%
64.31%

Color #5B5427 in popluar number systems.

HEX5B5427
Decimal918439
Binary10110111010100100111
Octal13312447

Shades and tints

Shades of #5B5427

#5B5427
(91,84,39)
#534D24
(83,77,36)
#4B4621
(75,70,33)
#433F1E
(67,63,30)
#3B381B
(59,56,27)
#333118
(51,49,24)
#2B2A15
(43,42,21)
#232312
(35,35,18)
#1B1C0F
(27,28,15)
#13150C
(19,21,12)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #5B5427

#5B5427
(91,84,39)
#69633A
(105,99,58)
#77724D
(119,114,77)
#858160
(133,129,96)
#939073
(147,144,115)
#A19F86
(161,159,134)
#AFAE99
(175,174,153)
#BDBDAC
(189,189,172)
#CBCCBF
(203,204,191)
#D9DBD2
(217,219,210)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5427 color. Also use rgb(91,84,39) instead hex code.

Text Font Color

.myTextColor { color: #5B5427; }

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

This text font color is #5B5427.


Background Color

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

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

This div background color is #5B5427.


Border color

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

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

This div border color is #5B5427.


Opacity

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

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

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

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

This text has shadow with #5B5427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5427 on black background.


Color preview on white background

This text has color #5B5427 on white background.



Black color preview on #5B5427 background

This text has black color on #5B5427 background.


White color preview on #5B5427 background

This text has white color on #5B5427 background.