COLOR #5B9627

HEX: #5B9627
RGB: (91,150,39)

Color info

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

RGB color model

#5B9627 color RGB value is (91,150,39).

  • red value is 91;
  • green value is 150;
  • blue value is 39.
RGB:
(91,150,39)
(36%,59%,15%)

RGB channels and saturation

R 91 of 255 = 36%
G 150 of 255 = 59%
B 39 of 255 = 15%

91
150
39

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

Portions of RGB colors in percentages

R + G + B =
91 + 150 + 39 = 280 (100%)
R 91 of 280 ~ 32.5%
G 150 of 280 ~ 53.57%
B 39 of 280 ~ 13.93%

%32.5
%53.57
%13.93

CMYK color model

#5B9627 color CMYK value is (39,0,74,41).

  • cyan value is 39.33%
  • magenta value is 0.00%
  • yellow value is 74.00%
  • key color value is 41.18%
CMYK:
(39,0,74,41)
C39M0Y74K41 
(39%,0%,74%,41%)
(0.39/0.00/0.74/0.41)	

CMYK percentages

%39.33
%0
%74
%41.18

Codes

Color #5B9627 in popluar color models

5B9627
RGB9115039
HSL92°58.73%37.06%
HSB/HSV92°74.00%58.82%
CMYK39.33%0.00%74.00%
41.18%

Color #5B9627 in popluar number systems.

HEX5B9627
Decimal9115039
Binary101101110010110100111
Octal13322647

Shades and tints

Shades of #5B9627

#5B9627
(91,150,39)
#538924
(83,137,36)
#4B7C21
(75,124,33)
#436F1E
(67,111,30)
#3B621B
(59,98,27)
#335518
(51,85,24)
#2B4815
(43,72,21)
#233B12
(35,59,18)
#1B2E0F
(27,46,15)
#13210C
(19,33,12)
#0B1409
(11,20,9)
#000000
(0,0,0)

Tints of #5B9627

#5B9627
(91,150,39)
#699F3A
(105,159,58)
#77A84D
(119,168,77)
#85B160
(133,177,96)
#93BA73
(147,186,115)
#A1C386
(161,195,134)
#AFCC99
(175,204,153)
#BDD5AC
(189,213,172)
#CBDEBF
(203,222,191)
#D9E7D2
(217,231,210)
#E7F0E5
(231,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9627 color. Also use rgb(91,150,39) instead hex code.

Text Font Color

.myTextColor { color: #5B9627; }

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

This text font color is #5B9627.


Background Color

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

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

This div background color is #5B9627.


Border color

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

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

This div border color is #5B9627.


Opacity

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

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

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

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

This text has shadow with #5B9627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9627 on black background.


Color preview on white background

This text has color #5B9627 on white background.



Black color preview on #5B9627 background

This text has black color on #5B9627 background.


White color preview on #5B9627 background

This text has white color on #5B9627 background.