COLOR #5B8F09

HEX: #5B8F09
RGB: (91,143,9)

Color info

#5B8F09 contains mainly red and green colors. Web safe color of #5B8F09 is #669900 (or #690).

RGB color model

#5B8F09 color RGB value is (91,143,9).

  • red value is 91;
  • green value is 143;
  • blue value is 9.
RGB:
(91,143,9)
(36%,56%,4%)

RGB channels and saturation

R 91 of 255 = 36%
G 143 of 255 = 56%
B 9 of 255 = 4%

91
143
9

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

Portions of RGB colors in percentages

R + G + B =
91 + 143 + 9 = 243 (100%)
R 91 of 243 ~ 37.45%
G 143 of 243 ~ 58.85%
B 9 of 243 ~ 3.7%

%37.45
%58.85

CMYK color model

#5B8F09 color CMYK value is (36,0,94,44).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 93.71%
  • key color value is 43.92%
CMYK:
(36,0,94,44)
C36M0Y94K44 
(36%,0%,94%,44%)
(0.36/0.00/0.94/0.44)	

CMYK percentages

%36.36
%0
%93.71
%43.92

Codes

Color #5B8F09 in popluar color models

5B8F09
RGB911439
HSL83°88.16%29.80%
HSB/HSV83°93.71%56.08%
CMYK36.36%0.00%93.71%
43.92%

Color #5B8F09 in popluar number systems.

HEX5B8F09
Decimal911439
Binary1011011100011111001
Octal13321711

Shades and tints

Shades of #5B8F09

#5B8F09
(91,143,9)
#538209
(83,130,9)
#4B7509
(75,117,9)
#436809
(67,104,9)
#3B5B09
(59,91,9)
#334E09
(51,78,9)
#2B4109
(43,65,9)
#233409
(35,52,9)
#1B2709
(27,39,9)
#131A09
(19,26,9)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #5B8F09

#5B8F09
(91,143,9)
#69991F
(105,153,31)
#77A335
(119,163,53)
#85AD4B
(133,173,75)
#93B761
(147,183,97)
#A1C177
(161,193,119)
#AFCB8D
(175,203,141)
#BDD5A3
(189,213,163)
#CBDFB9
(203,223,185)
#D9E9CF
(217,233,207)
#E7F3E5
(231,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8F09 color. Also use rgb(91,143,9) instead hex code.

Text Font Color

.myTextColor { color: #5B8F09; }

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

This text font color is #5B8F09.


Background Color

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

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

This div background color is #5B8F09.


Border color

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

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

This div border color is #5B8F09.


Opacity

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

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

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

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

This text has shadow with #5B8F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8F09 on black background.


Color preview on white background

This text has color #5B8F09 on white background.



Black color preview on #5B8F09 background

This text has black color on #5B8F09 background.


White color preview on #5B8F09 background

This text has white color on #5B8F09 background.