COLOR #5B8B23

HEX: #5B8B23
RGB: (91,139,35)

Color info

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

RGB color model

#5B8B23 color RGB value is (91,139,35).

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

RGB channels and saturation

R 91 of 255 = 36%
G 139 of 255 = 55%
B 35 of 255 = 14%

91
139
35

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

Portions of RGB colors in percentages

R + G + B =
91 + 139 + 35 = 265 (100%)
R 91 of 265 ~ 34.34%
G 139 of 265 ~ 52.45%
B 35 of 265 ~ 13.21%

%34.34
%52.45
%13.21

CMYK color model

#5B8B23 color CMYK value is (35,0,75,45).

  • cyan value is 34.53%
  • magenta value is 0.00%
  • yellow value is 74.82%
  • key color value is 45.49%
CMYK:
(35,0,75,45)
C35M0Y75K45 
(35%,0%,75%,45%)
(0.35/0.00/0.75/0.45)	

CMYK percentages

%34.53
%0
%74.82
%45.49

Codes

Color #5B8B23 in popluar color models

5B8B23
RGB9113935
HSL88°59.77%34.12%
HSB/HSV88°74.82%54.51%
CMYK34.53%0.00%74.82%
45.49%

Color #5B8B23 in popluar number systems.

HEX5B8B23
Decimal9113935
Binary101101110001011100011
Octal13321343

Shades and tints

Shades of #5B8B23

#5B8B23
(91,139,35)
#537F20
(83,127,32)
#4B731D
(75,115,29)
#43671A
(67,103,26)
#3B5B17
(59,91,23)
#334F14
(51,79,20)
#2B4311
(43,67,17)
#23370E
(35,55,14)
#1B2B0B
(27,43,11)
#131F08
(19,31,8)
#0B1305
(11,19,5)
#000000
(0,0,0)

Tints of #5B8B23

#5B8B23
(91,139,35)
#699537
(105,149,55)
#779F4B
(119,159,75)
#85A95F
(133,169,95)
#93B373
(147,179,115)
#A1BD87
(161,189,135)
#AFC79B
(175,199,155)
#BDD1AF
(189,209,175)
#CBDBC3
(203,219,195)
#D9E5D7
(217,229,215)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8B23; }

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

This text font color is #5B8B23.


Background Color

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

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

This div background color is #5B8B23.


Border color

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

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

This div border color is #5B8B23.


Opacity

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

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

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

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

This text has shadow with #5B8B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8B23 on black background.


Color preview on white background

This text has color #5B8B23 on white background.



Black color preview on #5B8B23 background

This text has black color on #5B8B23 background.


White color preview on #5B8B23 background

This text has white color on #5B8B23 background.