COLOR #5B8A03

HEX: #5B8A03
RGB: (91,138,3)

Color info

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

RGB color model

#5B8A03 color RGB value is (91,138,3).

  • red value is 91;
  • green value is 138;
  • blue value is 3.
RGB:
(91,138,3)
(36%,54%,1%)

RGB channels and saturation

R 91 of 255 = 36%
G 138 of 255 = 54%
B 3 of 255 = 1%

91
138
3

R + G + B ~ 30%. #5B8A03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 138 + 3 = 232 (100%)
R 91 of 232 ~ 39.22%
G 138 of 232 ~ 59.48%
B 3 of 232 ~ 1.29%

%39.22
%59.48

CMYK color model

#5B8A03 color CMYK value is (34,0,98,46).

  • cyan value is 34.06%
  • magenta value is 0.00%
  • yellow value is 97.83%
  • key color value is 45.88%
CMYK:
(34,0,98,46)
C34M0Y98K46 
(34%,0%,98%,46%)
(0.34/0.00/0.98/0.46)	

CMYK percentages

%34.06
%0
%97.83
%45.88

Codes

Color #5B8A03 in popluar color models

5B8A03
RGB911383
HSL81°95.74%27.65%
HSB/HSV81°97.83%54.12%
CMYK34.06%0.00%97.83%
45.88%

Color #5B8A03 in popluar number systems.

HEX5B8A03
Decimal911383
Binary10110111000101011
Octal1332123

Shades and tints

Shades of #5B8A03

#5B8A03
(91,138,3)
#537E03
(83,126,3)
#4B7203
(75,114,3)
#436603
(67,102,3)
#3B5A03
(59,90,3)
#334E03
(51,78,3)
#2B4203
(43,66,3)
#233603
(35,54,3)
#1B2A03
(27,42,3)
#131E03
(19,30,3)
#0B1203
(11,18,3)
#000000
(0,0,0)

Tints of #5B8A03

#5B8A03
(91,138,3)
#699419
(105,148,25)
#779E2F
(119,158,47)
#85A845
(133,168,69)
#93B25B
(147,178,91)
#A1BC71
(161,188,113)
#AFC687
(175,198,135)
#BDD09D
(189,208,157)
#CBDAB3
(203,218,179)
#D9E4C9
(217,228,201)
#E7EEDF
(231,238,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8A03 color. Also use rgb(91,138,3) instead hex code.

Text Font Color

.myTextColor { color: #5B8A03; }

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

This text font color is #5B8A03.


Background Color

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

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

This div background color is #5B8A03.


Border color

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

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

This div border color is #5B8A03.


Opacity

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

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

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

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

This text has shadow with #5B8A03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8A03 on black background.


Color preview on white background

This text has color #5B8A03 on white background.



Black color preview on #5B8A03 background

This text has black color on #5B8A03 background.


White color preview on #5B8A03 background

This text has white color on #5B8A03 background.