COLOR #5B8446

HEX: #5B8446
RGB: (91,132,70)

Color info

#5B8446 contains mainly red and green colors. Web safe color of #5B8446 is #669933 (or #693).

RGB color model

#5B8446 color RGB value is (91,132,70).

  • red value is 91;
  • green value is 132;
  • blue value is 70.
RGB:
(91,132,70)
(36%,52%,27%)

RGB channels and saturation

R 91 of 255 = 36%
G 132 of 255 = 52%
B 70 of 255 = 27%

91
132
70

R + G + B ~ 38%. #5B8446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 132 + 70 = 293 (100%)
R 91 of 293 ~ 31.06%
G 132 of 293 ~ 45.05%
B 70 of 293 ~ 23.89%

%31.06
%45.05
%23.89

CMYK color model

#5B8446 color CMYK value is (31,0,47,48).

  • cyan value is 31.06%
  • magenta value is 0.00%
  • yellow value is 46.97%
  • key color value is 48.24%
CMYK:
(31,0,47,48)
C31M0Y47K48 
(31%,0%,47%,48%)
(0.31/0.00/0.47/0.48)	

CMYK percentages

%31.06
%0
%46.97
%48.24

Codes

Color #5B8446 in popluar color models

5B8446
RGB9113270
HSL100°30.69%39.61%
HSB/HSV100°46.97%51.76%
CMYK31.06%0.00%46.97%
48.24%

Color #5B8446 in popluar number systems.

HEX5B8446
Decimal9113270
Binary1011011100001001000110
Octal133204106

Shades and tints

Shades of #5B8446

#5B8446
(91,132,70)
#537840
(83,120,64)
#4B6C3A
(75,108,58)
#436034
(67,96,52)
#3B542E
(59,84,46)
#334828
(51,72,40)
#2B3C22
(43,60,34)
#23301C
(35,48,28)
#1B2416
(27,36,22)
#131810
(19,24,16)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #5B8446

#5B8446
(91,132,70)
#698F56
(105,143,86)
#779A66
(119,154,102)
#85A576
(133,165,118)
#93B086
(147,176,134)
#A1BB96
(161,187,150)
#AFC6A6
(175,198,166)
#BDD1B6
(189,209,182)
#CBDCC6
(203,220,198)
#D9E7D6
(217,231,214)
#E7F2E6
(231,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8446 color. Also use rgb(91,132,70) instead hex code.

Text Font Color

.myTextColor { color: #5B8446; }

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

This text font color is #5B8446.


Background Color

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

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

This div background color is #5B8446.


Border color

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

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

This div border color is #5B8446.


Opacity

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

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

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

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

This text has shadow with #5B8446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8446 on black background.


Color preview on white background

This text has color #5B8446 on white background.



Black color preview on #5B8446 background

This text has black color on #5B8446 background.


White color preview on #5B8446 background

This text has white color on #5B8446 background.