COLOR #5B6429

HEX: #5B6429
RGB: (91,100,41)

Color info

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

RGB color model

#5B6429 color RGB value is (91,100,41).

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

RGB channels and saturation

R 91 of 255 = 36%
G 100 of 255 = 39%
B 41 of 255 = 16%

91
100
41

R + G + B ~ 30%. #5B6429 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 100 + 41 = 232 (100%)
R 91 of 232 ~ 39.22%
G 100 of 232 ~ 43.1%
B 41 of 232 ~ 17.67%

%39.22
%43.1
%17.67

CMYK color model

#5B6429 color CMYK value is (9,0,59,61).

  • cyan value is 9.00%
  • magenta value is 0.00%
  • yellow value is 59.00%
  • key color value is 60.78%
CMYK:
(9,0,59,61)
C9M0Y59K61 
(9%,0%,59%,61%)
(0.09/0.00/0.59/0.61)	

CMYK percentages

%9
%0
%59
%60.78

Codes

Color #5B6429 in popluar color models

5B6429
RGB9110041
HSL69°41.84%27.65%
HSB/HSV69°59.00%39.22%
CMYK9.00%0.00%59.00%
60.78%

Color #5B6429 in popluar number systems.

HEX5B6429
Decimal9110041
Binary10110111100100101001
Octal13314451

Shades and tints

Shades of #5B6429

#5B6429
(91,100,41)
#535B26
(83,91,38)
#4B5223
(75,82,35)
#434920
(67,73,32)
#3B401D
(59,64,29)
#33371A
(51,55,26)
#2B2E17
(43,46,23)
#232514
(35,37,20)
#1B1C11
(27,28,17)
#13130E
(19,19,14)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #5B6429

#5B6429
(91,100,41)
#69723C
(105,114,60)
#77804F
(119,128,79)
#858E62
(133,142,98)
#939C75
(147,156,117)
#A1AA88
(161,170,136)
#AFB89B
(175,184,155)
#BDC6AE
(189,198,174)
#CBD4C1
(203,212,193)
#D9E2D4
(217,226,212)
#E7F0E7
(231,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6429; }

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

This text font color is #5B6429.


Background Color

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

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

This div background color is #5B6429.


Border color

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

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

This div border color is #5B6429.


Opacity

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

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

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

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

This text has shadow with #5B6429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6429 on black background.


Color preview on white background

This text has color #5B6429 on white background.



Black color preview on #5B6429 background

This text has black color on #5B6429 background.


White color preview on #5B6429 background

This text has white color on #5B6429 background.