COLOR #5DA34C

HEX: #5DA34C RGB: (93,163,76)

Color info

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

RGB color model

#5DA34C color RGB value is (93,163,76).

RGB: (93,163,76) (36%, 64%, 30%)

RGB channels and saturation

R 93 of 255 = 36%
G 163 of 255 = 64%
B 76 of 255 = 30%

93
163
76

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

Portions of RGB colors in percentages

R + G + B = 93 + 163 + 76 = 332 (100%)
R 93 of 332 ~ 28.01%
G 163 of 332 ~ 49.1%
B 76 of 332 ~ 22.89'%

%28.01
%49.1
%22.89

CMYK color model

#5DA34C color CMYK value is (43,0,53,36).

  • cyan value is 42.94%
  • magenta value is 0.00%
  • yellow value is 53.37%
  • key color value is 36.08%

CMYK: (43,0,53,36)
C43M0Y53K36 (43%, 0%, 53%, 36%)
(0.43 / 0.00 / 0.53 / 0.36)

CMYK percentages

%42.94
%0
%53.37
%36.08

Codes

Color #5DA34C in popluar color models

5D A3 4C
RGB 93 163 76
HSL 108° 36.40% 46.86%
HSB/HSV 108° 53.37% 63.92%
CMYK 42.94% 0.00% 53.37%
36.08%

Color #5DA34C in popluar number systems.

HEX 5D A3 4C
Decimal 93 163 76
Binary 1011101 10100011 1001100
Octal 135 243 114

Shades and tints

Shades of #5DA34C

#5DA34C
(93,163,76)
#559546
(85,149,70)
#4D8740
(77,135,64)
#45793A
(69,121,58)
#3D6B34
(61,107,52)
#355D2E
(53,93,46)
#2D4F28
(45,79,40)
#254122
(37,65,34)
#1D331C
(29,51,28)
#152516
(21,37,22)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #5DA34C

#5DA34C
(93,163,76)
#6BAB5C
(107,171,92)
#79B36C
(121,179,108)
#87BB7C
(135,187,124)
#95C38C
(149,195,140)
#A3CB9C
(163,203,156)
#B1D3AC
(177,211,172)
#BFDBBC
(191,219,188)
#CDE3CC
(205,227,204)
#DBEBDC
(219,235,220)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA34C color. Also use rgb(93,163,76) instead hex code.

Text Font Color

.myTextColor { color: #5DA34C; }

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

This text font color is #5DA34C.

Background Color

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

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

This div background color is #5DA34C.

Border color

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

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

This div border color is #5DA34C.

Opacity

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

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

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

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

This text has shadow with #5DA34C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA34C.

Preview

Color preview on black background

This text has color #5DA34C on black background.


Color preview on white background

This text has color #5DA34C on white background.


Black color preview on #5DA34C background

This text has black color on #5DA34C background.


White color preview on #5DA34C background

This text has white color on #5DA34C background.


Related colors

Complementary color

Complementary color for #hex is #A25CB3.


I love getcolorcode.com

Triadic colors

1 #4C5DA3 and #A34C5D with #5DA34C are triadic colors.

2 #4CA35D and #A35D4C with #5DA34C are triadic colors.