COLOR #5DAC0F

HEX: #5DAC0F
RGB: (93,172,15)

Color info

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

RGB color model

#5DAC0F color RGB value is (93,172,15).

  • red value is 93;
  • green value is 172;
  • blue value is 15.
RGB:
(93,172,15)
(36%,67%,6%)

RGB channels and saturation

R 93 of 255 = 36%
G 172 of 255 = 67%
B 15 of 255 = 6%

93
172
15

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

Portions of RGB colors in percentages

R + G + B =
93 + 172 + 15 = 280 (100%)
R 93 of 280 ~ 33.21%
G 172 of 280 ~ 61.43%
B 15 of 280 ~ 5.36%

%33.21
%61.43

CMYK color model

#5DAC0F color CMYK value is (46,0,91,33).

  • cyan value is 45.93%
  • magenta value is 0.00%
  • yellow value is 91.28%
  • key color value is 32.55%
CMYK:
(46,0,91,33)
C46M0Y91K33 
(46%,0%,91%,33%)
(0.46/0.00/0.91/0.33)	

CMYK percentages

%45.93
%0
%91.28
%32.55

Codes

Color #5DAC0F in popluar color models

5DAC0F
RGB9317215
HSL90°83.96%36.67%
HSB/HSV90°91.28%67.45%
CMYK45.93%0.00%91.28%
32.55%

Color #5DAC0F in popluar number systems.

HEX5DAC0F
Decimal9317215
Binary1011101101011001111
Octal13525417

Shades and tints

Shades of #5DAC0F

#5DAC0F
(93,172,15)
#559D0E
(85,157,14)
#4D8E0D
(77,142,13)
#457F0C
(69,127,12)
#3D700B
(61,112,11)
#35610A
(53,97,10)
#2D5209
(45,82,9)
#254308
(37,67,8)
#1D3407
(29,52,7)
#152506
(21,37,6)
#0D1605
(13,22,5)
#000000
(0,0,0)

Tints of #5DAC0F

#5DAC0F
(93,172,15)
#6BB324
(107,179,36)
#79BA39
(121,186,57)
#87C14E
(135,193,78)
#95C863
(149,200,99)
#A3CF78
(163,207,120)
#B1D68D
(177,214,141)
#BFDDA2
(191,221,162)
#CDE4B7
(205,228,183)
#DBEBCC
(219,235,204)
#E9F2E1
(233,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAC0F color. Also use rgb(93,172,15) instead hex code.

Text Font Color

.myTextColor { color: #5DAC0F; }

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

This text font color is #5DAC0F.


Background Color

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

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

This div background color is #5DAC0F.


Border color

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

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

This div border color is #5DAC0F.


Opacity

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

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

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

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

This text has shadow with #5DAC0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAC0F on black background.


Color preview on white background

This text has color #5DAC0F on white background.



Black color preview on #5DAC0F background

This text has black color on #5DAC0F background.


White color preview on #5DAC0F background

This text has white color on #5DAC0F background.