COLOR #5A8B23

HEX: #5A8B23
RGB: (90,139,35)

Color info

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

RGB color model

#5A8B23 color RGB value is (90,139,35).

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

RGB channels and saturation

R 90 of 255 = 35%
G 139 of 255 = 55%
B 35 of 255 = 14%

90
139
35

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

Portions of RGB colors in percentages

R + G + B =
90 + 139 + 35 = 264 (100%)
R 90 of 264 ~ 34.09%
G 139 of 264 ~ 52.65%
B 35 of 264 ~ 13.26%

%34.09
%52.65
%13.26

CMYK color model

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

  • cyan value is 35.25%
  • 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

%35.25
%0
%74.82
%45.49

Codes

Color #5A8B23 in popluar color models

5A8B23
RGB9013935
HSL88°59.77%34.12%
HSB/HSV88°74.82%54.51%
CMYK35.25%0.00%74.82%
45.49%

Color #5A8B23 in popluar number systems.

HEX5A8B23
Decimal9013935
Binary101101010001011100011
Octal13221343

Shades and tints

Shades of #5A8B23

#5A8B23
(90,139,35)
#527F20
(82,127,32)
#4A731D
(74,115,29)
#42671A
(66,103,26)
#3A5B17
(58,91,23)
#324F14
(50,79,20)
#2A4311
(42,67,17)
#22370E
(34,55,14)
#1A2B0B
(26,43,11)
#121F08
(18,31,8)
#0A1305
(10,19,5)
#000000
(0,0,0)

Tints of #5A8B23

#5A8B23
(90,139,35)
#699537
(105,149,55)
#789F4B
(120,159,75)
#87A95F
(135,169,95)
#96B373
(150,179,115)
#A5BD87
(165,189,135)
#B4C79B
(180,199,155)
#C3D1AF
(195,209,175)
#D2DBC3
(210,219,195)
#E1E5D7
(225,229,215)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8B23; }

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

This text font color is #5A8B23.


Background Color

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

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

This div background color is #5A8B23.


Border color

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

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

This div border color is #5A8B23.


Opacity

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

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

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

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

This text has shadow with #5A8B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8B23 on black background.


Color preview on white background

This text has color #5A8B23 on white background.



Black color preview on #5A8B23 background

This text has black color on #5A8B23 background.


White color preview on #5A8B23 background

This text has white color on #5A8B23 background.