COLOR #5DB37A

HEX: #5DB37A RGB: (93,179,122)

Color info

#5DB37A contains mainly green and blue colors. Web safe color of #5DB37A is #669966 (or #696).

RGB color model

#5DB37A color RGB value is (93,179,122).

RGB: (93,179,122) (36%, 70%, 48%)

RGB channels and saturation

R 93 of 255 = 36%
G 179 of 255 = 70%
B 122 of 255 = 48%

93
179
122

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

Portions of RGB colors in percentages

R + G + B = 93 + 179 + 122 = 394 (100%)
R 93 of 394 ~ 23.6%
G 179 of 394 ~ 45.43%
B 122 of 394 ~ 30.96'%

%23.6
%45.43
%30.96

CMYK color model

#5DB37A color CMYK value is (48,0,32,30).

  • cyan value is 48.04%
  • magenta value is 0.00%
  • yellow value is 31.84%
  • key color value is 29.80%

CMYK: (48,0,32,30)
C48M0Y32K30 (48%, 0%, 32%, 30%)
(0.48 / 0.00 / 0.32 / 0.30)

CMYK percentages

%48.04
%0
%31.84
%29.8

Codes

Color #5DB37A in popluar color models

5D B3 7A
RGB 93 179 122
HSL 140° 36.13% 53.33%
HSB/HSV 140° 48.04% 70.20%
CMYK 48.04% 0.00% 31.84%
29.80%

Color #5DB37A in popluar number systems.

HEX 5D B3 7A
Decimal 93 179 122
Binary 1011101 10110011 1111010
Octal 135 263 172

Shades and tints

Shades of #5DB37A

#5DB37A
(93,179,122)
#55A36F
(85,163,111)
#4D9364
(77,147,100)
#458359
(69,131,89)
#3D734E
(61,115,78)
#356343
(53,99,67)
#2D5338
(45,83,56)
#25432D
(37,67,45)
#1D3322
(29,51,34)
#152317
(21,35,23)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #5DB37A

#5DB37A
(93,179,122)
#6BB986
(107,185,134)
#79BF92
(121,191,146)
#87C59E
(135,197,158)
#95CBAA
(149,203,170)
#A3D1B6
(163,209,182)
#B1D7C2
(177,215,194)
#BFDDCE
(191,221,206)
#CDE3DA
(205,227,218)
#DBE9E6
(219,233,230)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB37A color. Also use rgb(93,179,122) instead hex code.

Text Font Color

.myTextColor { color: #5DB37A; }

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

This text font color is #5DB37A.

Background Color

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

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

This div background color is #5DB37A.

Border color

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

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

This div border color is #5DB37A.

Opacity

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

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

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

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

This text has shadow with #5DB37A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DB37A.

Preview

Color preview on black background

This text has color #5DB37A on black background.


Color preview on white background

This text has color #5DB37A on white background.


Black color preview on #5DB37A background

This text has black color on #5DB37A background.


White color preview on #5DB37A background

This text has white color on #5DB37A background.


Related colors

Complementary color

Complementary color for #hex is #A24C85.


I love getcolorcode.com

Triadic colors

1 #7A5DB3 and #B37A5D with #5DB37A are triadic colors.

2 #7AB35D and #B35D7A with #5DB37A are triadic colors.