COLOR #5DA428

HEX: #5DA428
RGB: (93,164,40)

Color info

#5DA428 contains mainly green color. Web safe color of #5DA428 is #669933 (or #693).

RGB color model

#5DA428 color RGB value is (93,164,40).

  • red value is 93;
  • green value is 164;
  • blue value is 40.
RGB:
(93,164,40)
(36%,64%,16%)

RGB channels and saturation

R 93 of 255 = 36%
G 164 of 255 = 64%
B 40 of 255 = 16%

93
164
40

R + G + B ~ 39%. #5DA428 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 164 + 40 = 297 (100%)
R 93 of 297 ~ 31.31%
G 164 of 297 ~ 55.22%
B 40 of 297 ~ 13.47%

%31.31
%55.22
%13.47

CMYK color model

#5DA428 color CMYK value is (43,0,76,36).

  • cyan value is 43.29%
  • magenta value is 0.00%
  • yellow value is 75.61%
  • key color value is 35.69%
CMYK:
(43,0,76,36)
C43M0Y76K36 
(43%,0%,76%,36%)
(0.43/0.00/0.76/0.36)	

CMYK percentages

%43.29
%0
%75.61
%35.69

Codes

Color #5DA428 in popluar color models

5DA428
RGB9316440
HSL94°60.78%40.00%
HSB/HSV94°75.61%64.31%
CMYK43.29%0.00%75.61%
35.69%

Color #5DA428 in popluar number systems.

HEX5DA428
Decimal9316440
Binary101110110100100101000
Octal13524450

Shades and tints

Shades of #5DA428

#5DA428
(93,164,40)
#559625
(85,150,37)
#4D8822
(77,136,34)
#457A1F
(69,122,31)
#3D6C1C
(61,108,28)
#355E19
(53,94,25)
#2D5016
(45,80,22)
#254213
(37,66,19)
#1D3410
(29,52,16)
#15260D
(21,38,13)
#0D180A
(13,24,10)
#000000
(0,0,0)

Tints of #5DA428

#5DA428
(93,164,40)
#6BAC3B
(107,172,59)
#79B44E
(121,180,78)
#87BC61
(135,188,97)
#95C474
(149,196,116)
#A3CC87
(163,204,135)
#B1D49A
(177,212,154)
#BFDCAD
(191,220,173)
#CDE4C0
(205,228,192)
#DBECD3
(219,236,211)
#E9F4E6
(233,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA428 color. Also use rgb(93,164,40) instead hex code.

Text Font Color

.myTextColor { color: #5DA428; }

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

This text font color is #5DA428.


Background Color

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

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

This div background color is #5DA428.


Border color

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

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

This div border color is #5DA428.


Opacity

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

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

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

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

This text has shadow with #5DA428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA428 on black background.


Color preview on white background

This text has color #5DA428 on white background.



Black color preview on #5DA428 background

This text has black color on #5DA428 background.


White color preview on #5DA428 background

This text has white color on #5DA428 background.