COLOR #5B7324

HEX: #5B7324
RGB: (91,115,36)

Color info

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

RGB color model

#5B7324 color RGB value is (91,115,36).

  • red value is 91;
  • green value is 115;
  • blue value is 36.
RGB:
(91,115,36)
(36%,45%,14%)

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 36 of 255 = 14%

91
115
36

R + G + B ~ 32%. #5B7324 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 115 + 36 = 242 (100%)
R 91 of 242 ~ 37.6%
G 115 of 242 ~ 47.52%
B 36 of 242 ~ 14.88%

%37.6
%47.52
%14.88

CMYK color model

#5B7324 color CMYK value is (21,0,69,55).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 68.70%
  • key color value is 54.90%
CMYK:
(21,0,69,55)
C21M0Y69K55 
(21%,0%,69%,55%)
(0.21/0.00/0.69/0.55)	

CMYK percentages

%20.87
%0
%68.7
%54.9

Codes

Color #5B7324 in popluar color models

5B7324
RGB9111536
HSL78°52.32%29.61%
HSB/HSV78°68.70%45.10%
CMYK20.87%0.00%68.70%
54.90%

Color #5B7324 in popluar number systems.

HEX5B7324
Decimal9111536
Binary10110111110011100100
Octal13316344

Shades and tints

Shades of #5B7324

#5B7324
(91,115,36)
#536921
(83,105,33)
#4B5F1E
(75,95,30)
#43551B
(67,85,27)
#3B4B18
(59,75,24)
#334115
(51,65,21)
#2B3712
(43,55,18)
#232D0F
(35,45,15)
#1B230C
(27,35,12)
#131909
(19,25,9)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #5B7324

#5B7324
(91,115,36)
#697F37
(105,127,55)
#778B4A
(119,139,74)
#85975D
(133,151,93)
#93A370
(147,163,112)
#A1AF83
(161,175,131)
#AFBB96
(175,187,150)
#BDC7A9
(189,199,169)
#CBD3BC
(203,211,188)
#D9DFCF
(217,223,207)
#E7EBE2
(231,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7324 color. Also use rgb(91,115,36) instead hex code.

Text Font Color

.myTextColor { color: #5B7324; }

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

This text font color is #5B7324.


Background Color

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

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

This div background color is #5B7324.


Border color

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

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

This div border color is #5B7324.


Opacity

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

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

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

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

This text has shadow with #5B7324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7324 on black background.


Color preview on white background

This text has color #5B7324 on white background.



Black color preview on #5B7324 background

This text has black color on #5B7324 background.


White color preview on #5B7324 background

This text has white color on #5B7324 background.