COLOR #5B8B30

HEX: #5B8B30
RGB: (91,139,48)

Color info

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

RGB color model

#5B8B30 color RGB value is (91,139,48).

  • red value is 91;
  • green value is 139;
  • blue value is 48.
RGB:
(91,139,48)
(36%,55%,19%)

RGB channels and saturation

R 91 of 255 = 36%
G 139 of 255 = 55%
B 48 of 255 = 19%

91
139
48

R + G + B ~ 37%. #5B8B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 139 + 48 = 278 (100%)
R 91 of 278 ~ 32.73%
G 139 of 278 ~ 50%
B 48 of 278 ~ 17.27%

%32.73
%50
%17.27

CMYK color model

#5B8B30 color CMYK value is (35,0,65,45).

  • cyan value is 34.53%
  • magenta value is 0.00%
  • yellow value is 65.47%
  • key color value is 45.49%
CMYK:
(35,0,65,45)
C35M0Y65K45 
(35%,0%,65%,45%)
(0.35/0.00/0.65/0.45)	

CMYK percentages

%34.53
%0
%65.47
%45.49

Codes

Color #5B8B30 in popluar color models

5B8B30
RGB9113948
HSL92°48.66%36.67%
HSB/HSV92°65.47%54.51%
CMYK34.53%0.00%65.47%
45.49%

Color #5B8B30 in popluar number systems.

HEX5B8B30
Decimal9113948
Binary101101110001011110000
Octal13321360

Shades and tints

Shades of #5B8B30

#5B8B30
(91,139,48)
#537F2C
(83,127,44)
#4B7328
(75,115,40)
#436724
(67,103,36)
#3B5B20
(59,91,32)
#334F1C
(51,79,28)
#2B4318
(43,67,24)
#233714
(35,55,20)
#1B2B10
(27,43,16)
#131F0C
(19,31,12)
#0B1308
(11,19,8)
#000000
(0,0,0)

Tints of #5B8B30

#5B8B30
(91,139,48)
#699542
(105,149,66)
#779F54
(119,159,84)
#85A966
(133,169,102)
#93B378
(147,179,120)
#A1BD8A
(161,189,138)
#AFC79C
(175,199,156)
#BDD1AE
(189,209,174)
#CBDBC0
(203,219,192)
#D9E5D2
(217,229,210)
#E7EFE4
(231,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8B30 color. Also use rgb(91,139,48) instead hex code.

Text Font Color

.myTextColor { color: #5B8B30; }

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

This text font color is #5B8B30.


Background Color

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

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

This div background color is #5B8B30.


Border color

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

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

This div border color is #5B8B30.


Opacity

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

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

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

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

This text has shadow with #5B8B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8B30 on black background.


Color preview on white background

This text has color #5B8B30 on white background.



Black color preview on #5B8B30 background

This text has black color on #5B8B30 background.


White color preview on #5B8B30 background

This text has white color on #5B8B30 background.