COLOR #5B7230

HEX: #5B7230
RGB: (91,114,48)

Color info

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

RGB color model

#5B7230 color RGB value is (91,114,48).

  • red value is 91;
  • green value is 114;
  • blue value is 48.
RGB:
(91,114,48)
(36%,45%,19%)

RGB channels and saturation

R 91 of 255 = 36%
G 114 of 255 = 45%
B 48 of 255 = 19%

91
114
48

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

Portions of RGB colors in percentages

R + G + B =
91 + 114 + 48 = 253 (100%)
R 91 of 253 ~ 35.97%
G 114 of 253 ~ 45.06%
B 48 of 253 ~ 18.97%

%35.97
%45.06
%18.97

CMYK color model

#5B7230 color CMYK value is (20,0,58,55).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 55.29%
CMYK:
(20,0,58,55)
C20M0Y58K55 
(20%,0%,58%,55%)
(0.20/0.00/0.58/0.55)	

CMYK percentages

%20.18
%0
%57.89
%55.29

Codes

Color #5B7230 in popluar color models

5B7230
RGB9111448
HSL81°40.74%31.76%
HSB/HSV81°57.89%44.71%
CMYK20.18%0.00%57.89%
55.29%

Color #5B7230 in popluar number systems.

HEX5B7230
Decimal9111448
Binary10110111110010110000
Octal13316260

Shades and tints

Shades of #5B7230

#5B7230
(91,114,48)
#53682C
(83,104,44)
#4B5E28
(75,94,40)
#435424
(67,84,36)
#3B4A20
(59,74,32)
#33401C
(51,64,28)
#2B3618
(43,54,24)
#232C14
(35,44,20)
#1B2210
(27,34,16)
#13180C
(19,24,12)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #5B7230

#5B7230
(91,114,48)
#697E42
(105,126,66)
#778A54
(119,138,84)
#859666
(133,150,102)
#93A278
(147,162,120)
#A1AE8A
(161,174,138)
#AFBA9C
(175,186,156)
#BDC6AE
(189,198,174)
#CBD2C0
(203,210,192)
#D9DED2
(217,222,210)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7230 color. Also use rgb(91,114,48) instead hex code.

Text Font Color

.myTextColor { color: #5B7230; }

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

This text font color is #5B7230.


Background Color

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

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

This div background color is #5B7230.


Border color

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

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

This div border color is #5B7230.


Opacity

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

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

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

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

This text has shadow with #5B7230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7230 on black background.


Color preview on white background

This text has color #5B7230 on white background.



Black color preview on #5B7230 background

This text has black color on #5B7230 background.


White color preview on #5B7230 background

This text has white color on #5B7230 background.