COLOR #5B8B2F

HEX: #5B8B2F
RGB: (91,139,47)

Color info

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

RGB color model

#5B8B2F color RGB value is (91,139,47).

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

RGB channels and saturation

R 91 of 255 = 36%
G 139 of 255 = 55%
B 47 of 255 = 18%

91
139
47

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

Portions of RGB colors in percentages

R + G + B =
91 + 139 + 47 = 277 (100%)
R 91 of 277 ~ 32.85%
G 139 of 277 ~ 50.18%
B 47 of 277 ~ 16.97%

%32.85
%50.18
%16.97

CMYK color model

#5B8B2F color CMYK value is (35,0,66,45).

  • cyan value is 34.53%
  • magenta value is 0.00%
  • yellow value is 66.19%
  • key color value is 45.49%
CMYK:
(35,0,66,45)
C35M0Y66K45 
(35%,0%,66%,45%)
(0.35/0.00/0.66/0.45)	

CMYK percentages

%34.53
%0
%66.19
%45.49

Codes

Color #5B8B2F in popluar color models

5B8B2F
RGB9113947
HSL91°49.46%36.47%
HSB/HSV91°66.19%54.51%
CMYK34.53%0.00%66.19%
45.49%

Color #5B8B2F in popluar number systems.

HEX5B8B2F
Decimal9113947
Binary101101110001011101111
Octal13321357

Shades and tints

Shades of #5B8B2F

#5B8B2F
(91,139,47)
#537F2B
(83,127,43)
#4B7327
(75,115,39)
#436723
(67,103,35)
#3B5B1F
(59,91,31)
#334F1B
(51,79,27)
#2B4317
(43,67,23)
#233713
(35,55,19)
#1B2B0F
(27,43,15)
#131F0B
(19,31,11)
#0B1307
(11,19,7)
#000000
(0,0,0)

Tints of #5B8B2F

#5B8B2F
(91,139,47)
#699541
(105,149,65)
#779F53
(119,159,83)
#85A965
(133,169,101)
#93B377
(147,179,119)
#A1BD89
(161,189,137)
#AFC79B
(175,199,155)
#BDD1AD
(189,209,173)
#CBDBBF
(203,219,191)
#D9E5D1
(217,229,209)
#E7EFE3
(231,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8B2F; }

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

This text font color is #5B8B2F.


Background Color

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

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

This div background color is #5B8B2F.


Border color

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

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

This div border color is #5B8B2F.


Opacity

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

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

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

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

This text has shadow with #5B8B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8B2F on black background.


Color preview on white background

This text has color #5B8B2F on white background.



Black color preview on #5B8B2F background

This text has black color on #5B8B2F background.


White color preview on #5B8B2F background

This text has white color on #5B8B2F background.