COLOR #5D9A19

HEX: #5D9A19
RGB: (93,154,25)

Color info

#5D9A19 contains mainly green color. Web safe color of #5D9A19 is #669900 (or #690).

RGB color model

#5D9A19 color RGB value is (93,154,25).

  • red value is 93;
  • green value is 154;
  • blue value is 25.
RGB:
(93,154,25)
(36%,60%,10%)

RGB channels and saturation

R 93 of 255 = 36%
G 154 of 255 = 60%
B 25 of 255 = 10%

93
154
25

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

Portions of RGB colors in percentages

R + G + B =
93 + 154 + 25 = 272 (100%)
R 93 of 272 ~ 34.19%
G 154 of 272 ~ 56.62%
B 25 of 272 ~ 9.19%

%34.19
%56.62

CMYK color model

#5D9A19 color CMYK value is (40,0,84,40).

  • cyan value is 39.61%
  • magenta value is 0.00%
  • yellow value is 83.77%
  • key color value is 39.61%
CMYK:
(40,0,84,40)
C40M0Y84K40 
(40%,0%,84%,40%)
(0.40/0.00/0.84/0.40)	

CMYK percentages

%39.61
%0
%83.77
%39.61

Codes

Color #5D9A19 in popluar color models

5D9A19
RGB9315425
HSL88°72.07%35.10%
HSB/HSV88°83.77%60.39%
CMYK39.61%0.00%83.77%
39.61%

Color #5D9A19 in popluar number systems.

HEX5D9A19
Decimal9315425
Binary10111011001101011001
Octal13523231

Shades and tints

Shades of #5D9A19

#5D9A19
(93,154,25)
#558C17
(85,140,23)
#4D7E15
(77,126,21)
#457013
(69,112,19)
#3D6211
(61,98,17)
#35540F
(53,84,15)
#2D460D
(45,70,13)
#25380B
(37,56,11)
#1D2A09
(29,42,9)
#151C07
(21,28,7)
#0D0E05
(13,14,5)
#000000
(0,0,0)

Tints of #5D9A19

#5D9A19
(93,154,25)
#6BA32D
(107,163,45)
#79AC41
(121,172,65)
#87B555
(135,181,85)
#95BE69
(149,190,105)
#A3C77D
(163,199,125)
#B1D091
(177,208,145)
#BFD9A5
(191,217,165)
#CDE2B9
(205,226,185)
#DBEBCD
(219,235,205)
#E9F4E1
(233,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9A19 color. Also use rgb(93,154,25) instead hex code.

Text Font Color

.myTextColor { color: #5D9A19; }

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

This text font color is #5D9A19.


Background Color

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

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

This div background color is #5D9A19.


Border color

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

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

This div border color is #5D9A19.


Opacity

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

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

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

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

This text has shadow with #5D9A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9A19 on black background.


Color preview on white background

This text has color #5D9A19 on white background.



Black color preview on #5D9A19 background

This text has black color on #5D9A19 background.


White color preview on #5D9A19 background

This text has white color on #5D9A19 background.