COLOR #5DA175

HEX: #5DA175 RGB: (93,161,117)

Color info

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

RGB color model

#5DA175 color RGB value is (93,161,117).

RGB: (93,161,117) (36%, 63%, 46%)

RGB channels and saturation

R 93 of 255 = 36%
G 161 of 255 = 63%
B 117 of 255 = 46%

93
161
117

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

Portions of RGB colors in percentages

R + G + B = 93 + 161 + 117 = 371 (100%)
R 93 of 371 ~ 25.07%
G 161 of 371 ~ 43.4%
B 117 of 371 ~ 31.54'%

%25.07
%43.4
%31.54

CMYK color model

#5DA175 color CMYK value is (42,0,27,37).

  • cyan value is 42.24%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 36.86%

CMYK: (42,0,27,37)
C42M0Y27K37 (42%, 0%, 27%, 37%)
(0.42 / 0.00 / 0.27 / 0.37)

CMYK percentages

%42.24
%0
%27.33
%36.86

Codes

Color #5DA175 in popluar color models

5D A1 75
RGB 93 161 117
HSL 141° 26.77% 49.80%
HSB/HSV 141° 42.24% 63.14%
CMYK 42.24% 0.00% 27.33%
36.86%

Color #5DA175 in popluar number systems.

HEX 5D A1 75
Decimal 93 161 117
Binary 1011101 10100001 1110101
Octal 135 241 165

Shades and tints

Shades of #5DA175

#5DA175
(93,161,117)
#55936B
(85,147,107)
#4D8561
(77,133,97)
#457757
(69,119,87)
#3D694D
(61,105,77)
#355B43
(53,91,67)
#2D4D39
(45,77,57)
#253F2F
(37,63,47)
#1D3125
(29,49,37)
#15231B
(21,35,27)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #5DA175

#5DA175
(93,161,117)
#6BA981
(107,169,129)
#79B18D
(121,177,141)
#87B999
(135,185,153)
#95C1A5
(149,193,165)
#A3C9B1
(163,201,177)
#B1D1BD
(177,209,189)
#BFD9C9
(191,217,201)
#CDE1D5
(205,225,213)
#DBE9E1
(219,233,225)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA175 color. Also use rgb(93,161,117) instead hex code.

Text Font Color

.myTextColor { color: #5DA175; }

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

This text font color is #5DA175.

Background Color

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

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

This div background color is #5DA175.

Border color

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

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

This div border color is #5DA175.

Opacity

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

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

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

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

This text has shadow with #5DA175 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA175.

Preview

Color preview on black background

This text has color #5DA175 on black background.


Color preview on white background

This text has color #5DA175 on white background.


Black color preview on #5DA175 background

This text has black color on #5DA175 background.


White color preview on #5DA175 background

This text has white color on #5DA175 background.


Related colors

Complementary color

Complementary color for #hex is #A25E8A.


I love getcolorcode.com

Triadic colors

1 #755DA1 and #A1755D with #5DA175 are triadic colors.

2 #75A15D and #A15D75 with #5DA175 are triadic colors.