COLOR #5B5429

HEX: #5B5429
RGB: (91,84,41)

Color info

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

RGB color model

#5B5429 color RGB value is (91,84,41).

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

RGB channels and saturation

R 91 of 255 = 36%
G 84 of 255 = 33%
B 41 of 255 = 16%

91
84
41

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

Portions of RGB colors in percentages

R + G + B =
91 + 84 + 41 = 216 (100%)
R 91 of 216 ~ 42.13%
G 84 of 216 ~ 38.89%
B 41 of 216 ~ 18.98%

%42.13
%38.89
%18.98

CMYK color model

#5B5429 color CMYK value is (0,8,55,64).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 54.95%
  • key color value is 64.31%
CMYK:
(0,8,55,64)
C0M8Y55K64 
(0%,8%,55%,64%)
(0.00/0.08/0.55/0.64)	

CMYK percentages

%0
%7.69
%54.95
%64.31

Codes

Color #5B5429 in popluar color models

5B5429
RGB918441
HSL52°37.88%25.88%
HSB/HSV52°54.95%35.69%
CMYK0.00%7.69%54.95%
64.31%

Color #5B5429 in popluar number systems.

HEX5B5429
Decimal918441
Binary10110111010100101001
Octal13312451

Shades and tints

Shades of #5B5429

#5B5429
(91,84,41)
#534D26
(83,77,38)
#4B4623
(75,70,35)
#433F20
(67,63,32)
#3B381D
(59,56,29)
#33311A
(51,49,26)
#2B2A17
(43,42,23)
#232314
(35,35,20)
#1B1C11
(27,28,17)
#13150E
(19,21,14)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #5B5429

#5B5429
(91,84,41)
#69633C
(105,99,60)
#77724F
(119,114,79)
#858162
(133,129,98)
#939075
(147,144,117)
#A19F88
(161,159,136)
#AFAE9B
(175,174,155)
#BDBDAE
(189,189,174)
#CBCCC1
(203,204,193)
#D9DBD4
(217,219,212)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5429; }

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

This text font color is #5B5429.


Background Color

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

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

This div background color is #5B5429.


Border color

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

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

This div border color is #5B5429.


Opacity

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

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

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

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

This text has shadow with #5B5429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5429 on black background.


Color preview on white background

This text has color #5B5429 on white background.



Black color preview on #5B5429 background

This text has black color on #5B5429 background.


White color preview on #5B5429 background

This text has white color on #5B5429 background.