COLOR #5B9020

HEX: #5B9020
RGB: (91,144,32)

Color info

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

RGB color model

#5B9020 color RGB value is (91,144,32).

  • red value is 91;
  • green value is 144;
  • blue value is 32.
RGB:
(91,144,32)
(36%,56%,13%)

RGB channels and saturation

R 91 of 255 = 36%
G 144 of 255 = 56%
B 32 of 255 = 13%

91
144
32

R + G + B ~ 35%. #5B9020 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 144 + 32 = 267 (100%)
R 91 of 267 ~ 34.08%
G 144 of 267 ~ 53.93%
B 32 of 267 ~ 11.99%

%34.08
%53.93
%11.99

CMYK color model

#5B9020 color CMYK value is (37,0,78,44).

  • cyan value is 36.81%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 43.53%
CMYK:
(37,0,78,44)
C37M0Y78K44 
(37%,0%,78%,44%)
(0.37/0.00/0.78/0.44)	

CMYK percentages

%36.81
%0
%77.78
%43.53

Codes

Color #5B9020 in popluar color models

5B9020
RGB9114432
HSL88°63.64%34.51%
HSB/HSV88°77.78%56.47%
CMYK36.81%0.00%77.78%
43.53%

Color #5B9020 in popluar number systems.

HEX5B9020
Decimal9114432
Binary101101110010000100000
Octal13322040

Shades and tints

Shades of #5B9020

#5B9020
(91,144,32)
#53831E
(83,131,30)
#4B761C
(75,118,28)
#43691A
(67,105,26)
#3B5C18
(59,92,24)
#334F16
(51,79,22)
#2B4214
(43,66,20)
#233512
(35,53,18)
#1B2810
(27,40,16)
#131B0E
(19,27,14)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #5B9020

#5B9020
(91,144,32)
#699A34
(105,154,52)
#77A448
(119,164,72)
#85AE5C
(133,174,92)
#93B870
(147,184,112)
#A1C284
(161,194,132)
#AFCC98
(175,204,152)
#BDD6AC
(189,214,172)
#CBE0C0
(203,224,192)
#D9EAD4
(217,234,212)
#E7F4E8
(231,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9020 color. Also use rgb(91,144,32) instead hex code.

Text Font Color

.myTextColor { color: #5B9020; }

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

This text font color is #5B9020.


Background Color

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

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

This div background color is #5B9020.


Border color

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

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

This div border color is #5B9020.


Opacity

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

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

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

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

This text has shadow with #5B9020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9020 on black background.


Color preview on white background

This text has color #5B9020 on white background.



Black color preview on #5B9020 background

This text has black color on #5B9020 background.


White color preview on #5B9020 background

This text has white color on #5B9020 background.