COLOR #5B7031

HEX: #5B7031
RGB: (91,112,49)

Color info

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

RGB color model

#5B7031 color RGB value is (91,112,49).

  • red value is 91;
  • green value is 112;
  • blue value is 49.
RGB:
(91,112,49)
(36%,44%,19%)

RGB channels and saturation

R 91 of 255 = 36%
G 112 of 255 = 44%
B 49 of 255 = 19%

91
112
49

R + G + B ~ 33%. #5B7031 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 112 + 49 = 252 (100%)
R 91 of 252 ~ 36.11%
G 112 of 252 ~ 44.44%
B 49 of 252 ~ 19.44%

%36.11
%44.44
%19.44

CMYK color model

#5B7031 color CMYK value is (19,0,56,56).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 56.08%
CMYK:
(19,0,56,56)
C19M0Y56K56 
(19%,0%,56%,56%)
(0.19/0.00/0.56/0.56)	

CMYK percentages

%18.75
%0
%56.25
%56.08

Codes

Color #5B7031 in popluar color models

5B7031
RGB9111249
HSL80°39.13%31.57%
HSB/HSV80°56.25%43.92%
CMYK18.75%0.00%56.25%
56.08%

Color #5B7031 in popluar number systems.

HEX5B7031
Decimal9111249
Binary10110111110000110001
Octal13316061

Shades and tints

Shades of #5B7031

#5B7031
(91,112,49)
#53662D
(83,102,45)
#4B5C29
(75,92,41)
#435225
(67,82,37)
#3B4821
(59,72,33)
#333E1D
(51,62,29)
#2B3419
(43,52,25)
#232A15
(35,42,21)
#1B2011
(27,32,17)
#13160D
(19,22,13)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #5B7031

#5B7031
(91,112,49)
#697D43
(105,125,67)
#778A55
(119,138,85)
#859767
(133,151,103)
#93A479
(147,164,121)
#A1B18B
(161,177,139)
#AFBE9D
(175,190,157)
#BDCBAF
(189,203,175)
#CBD8C1
(203,216,193)
#D9E5D3
(217,229,211)
#E7F2E5
(231,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7031 color. Also use rgb(91,112,49) instead hex code.

Text Font Color

.myTextColor { color: #5B7031; }

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

This text font color is #5B7031.


Background Color

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

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

This div background color is #5B7031.


Border color

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

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

This div border color is #5B7031.


Opacity

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

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

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

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

This text has shadow with #5B7031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7031 on black background.


Color preview on white background

This text has color #5B7031 on white background.



Black color preview on #5B7031 background

This text has black color on #5B7031 background.


White color preview on #5B7031 background

This text has white color on #5B7031 background.