COLOR #5DAB49

HEX: #5DAB49 RGB: (93,171,73)

Color info

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

RGB color model

#5DAB49 color RGB value is (93,171,73).

RGB: (93,171,73) (36%, 67%, 29%)

RGB channels and saturation

R 93 of 255 = 36%
G 171 of 255 = 67%
B 73 of 255 = 29%

93
171
73

R + G + B ~ 44%. #5DAB49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 93 + 171 + 73 = 337 (100%)
R 93 of 337 ~ 27.6%
G 171 of 337 ~ 50.74%
B 73 of 337 ~ 21.66'%

%27.6
%50.74
%21.66

CMYK color model

#5DAB49 color CMYK value is (46,0,57,33).

  • cyan value is 45.61%
  • magenta value is 0.00%
  • yellow value is 57.31%
  • key color value is 32.94%

CMYK: (46,0,57,33)
C46M0Y57K33 (46%, 0%, 57%, 33%)
(0.46 / 0.00 / 0.57 / 0.33)

CMYK percentages

%45.61
%0
%57.31
%32.94

Codes

Color #5DAB49 in popluar color models

5D AB 49
RGB 93 171 73
HSL 108° 40.16% 47.84%
HSB/HSV 108° 57.31% 67.06%
CMYK 45.61% 0.00% 57.31%
32.94%

Color #5DAB49 in popluar number systems.

HEX 5D AB 49
Decimal 93 171 73
Binary 1011101 10101011 1001001
Octal 135 253 111

Shades and tints

Shades of #5DAB49

#5DAB49
(93,171,73)
#559C43
(85,156,67)
#4D8D3D
(77,141,61)
#457E37
(69,126,55)
#3D6F31
(61,111,49)
#35602B
(53,96,43)
#2D5125
(45,81,37)
#25421F
(37,66,31)
#1D3319
(29,51,25)
#152413
(21,36,19)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #5DAB49

#5DAB49
(93,171,73)
#6BB259
(107,178,89)
#79B969
(121,185,105)
#87C079
(135,192,121)
#95C789
(149,199,137)
#A3CE99
(163,206,153)
#B1D5A9
(177,213,169)
#BFDCB9
(191,220,185)
#CDE3C9
(205,227,201)
#DBEAD9
(219,234,217)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAB49 color. Also use rgb(93,171,73) instead hex code.

Text Font Color

.myTextColor { color: #5DAB49; }

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

This text font color is #5DAB49.

Background Color

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

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

This div background color is #5DAB49.

Border color

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

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

This div border color is #5DAB49.

Opacity

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

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

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

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

This text has shadow with #5DAB49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DAB49.

Preview

Color preview on black background

This text has color #5DAB49 on black background.


Color preview on white background

This text has color #5DAB49 on white background.


Black color preview on #5DAB49 background

This text has black color on #5DAB49 background.


White color preview on #5DAB49 background

This text has white color on #5DAB49 background.


Related colors

Complementary color

Complementary color for #hex is #A254B6.


I love getcolorcode.com

Triadic colors

1 #495DAB and #AB495D with #5DAB49 are triadic colors.

2 #49AB5D and #AB5D49 with #5DAB49 are triadic colors.