COLOR #5B8732

HEX: #5B8732
RGB: (91,135,50)

Color info

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

RGB color model

#5B8732 color RGB value is (91,135,50).

  • red value is 91;
  • green value is 135;
  • blue value is 50.
RGB:
(91,135,50)
(36%,53%,20%)

RGB channels and saturation

R 91 of 255 = 36%
G 135 of 255 = 53%
B 50 of 255 = 20%

91
135
50

R + G + B ~ 36%. #5B8732 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 135 + 50 = 276 (100%)
R 91 of 276 ~ 32.97%
G 135 of 276 ~ 48.91%
B 50 of 276 ~ 18.12%

%32.97
%48.91
%18.12

CMYK color model

#5B8732 color CMYK value is (33,0,63,47).

  • cyan value is 32.59%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 47.06%
CMYK:
(33,0,63,47)
C33M0Y63K47 
(33%,0%,63%,47%)
(0.33/0.00/0.63/0.47)	

CMYK percentages

%32.59
%0
%62.96
%47.06

Codes

Color #5B8732 in popluar color models

5B8732
RGB9113550
HSL91°45.95%36.27%
HSB/HSV91°62.96%52.94%
CMYK32.59%0.00%62.96%
47.06%

Color #5B8732 in popluar number systems.

HEX5B8732
Decimal9113550
Binary101101110000111110010
Octal13320762

Shades and tints

Shades of #5B8732

#5B8732
(91,135,50)
#537B2E
(83,123,46)
#4B6F2A
(75,111,42)
#436326
(67,99,38)
#3B5722
(59,87,34)
#334B1E
(51,75,30)
#2B3F1A
(43,63,26)
#233316
(35,51,22)
#1B2712
(27,39,18)
#131B0E
(19,27,14)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #5B8732

#5B8732
(91,135,50)
#699144
(105,145,68)
#779B56
(119,155,86)
#85A568
(133,165,104)
#93AF7A
(147,175,122)
#A1B98C
(161,185,140)
#AFC39E
(175,195,158)
#BDCDB0
(189,205,176)
#CBD7C2
(203,215,194)
#D9E1D4
(217,225,212)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8732 color. Also use rgb(91,135,50) instead hex code.

Text Font Color

.myTextColor { color: #5B8732; }

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

This text font color is #5B8732.


Background Color

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

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

This div background color is #5B8732.


Border color

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

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

This div border color is #5B8732.


Opacity

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

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

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

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

This text has shadow with #5B8732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8732 on black background.


Color preview on white background

This text has color #5B8732 on white background.



Black color preview on #5B8732 background

This text has black color on #5B8732 background.


White color preview on #5B8732 background

This text has white color on #5B8732 background.