COLOR #5D997F

HEX: #5D997F RGB: (93,153,127)

Color info

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

RGB color model

#5D997F color RGB value is (93,153,127).

RGB: (93,153,127) (36%, 60%, 50%)

RGB channels and saturation

R 93 of 255 = 36%
G 153 of 255 = 60%
B 127 of 255 = 50%

93
153
127

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

Portions of RGB colors in percentages

R + G + B = 93 + 153 + 127 = 373 (100%)
R 93 of 373 ~ 24.93%
G 153 of 373 ~ 41.02%
B 127 of 373 ~ 34.05'%

%24.93
%41.02
%34.05

CMYK color model

#5D997F color CMYK value is (39,0,17,40).

  • cyan value is 39.22%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 40.00%

CMYK: (39,0,17,40)
C39M0Y17K40 (39%, 0%, 17%, 40%)
(0.39 / 0.00 / 0.17 / 0.40)

CMYK percentages

%39.22
%0
%16.99
%40

Codes

Color #5D997F in popluar color models

5D 99 7F
RGB 93 153 127
HSL 154° 24.39% 48.24%
HSB/HSV 154° 39.22% 60.00%
CMYK 39.22% 0.00% 16.99%
40.00%

Color #5D997F in popluar number systems.

HEX 5D 99 7F
Decimal 93 153 127
Binary 1011101 10011001 1111111
Octal 135 231 177

Shades and tints

Shades of #5D997F

#5D997F
(93,153,127)
#558C74
(85,140,116)
#4D7F69
(77,127,105)
#45725E
(69,114,94)
#3D6553
(61,101,83)
#355848
(53,88,72)
#2D4B3D
(45,75,61)
#253E32
(37,62,50)
#1D3127
(29,49,39)
#15241C
(21,36,28)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #5D997F

#5D997F
(93,153,127)
#6BA28A
(107,162,138)
#79AB95
(121,171,149)
#87B4A0
(135,180,160)
#95BDAB
(149,189,171)
#A3C6B6
(163,198,182)
#B1CFC1
(177,207,193)
#BFD8CC
(191,216,204)
#CDE1D7
(205,225,215)
#DBEAE2
(219,234,226)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D997F color. Also use rgb(93,153,127) instead hex code.

Text Font Color

.myTextColor { color: #5D997F; }

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

This text font color is #5D997F.

Background Color

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

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

This div background color is #5D997F.

Border color

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

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

This div border color is #5D997F.

Opacity

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

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

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

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

This text has shadow with #5D997F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D997F.

Preview

Color preview on black background

This text has color #5D997F on black background.


Color preview on white background

This text has color #5D997F on white background.


Black color preview on #5D997F background

This text has black color on #5D997F background.


White color preview on #5D997F background

This text has white color on #5D997F background.


Related colors

Complementary color

Complementary color for #hex is #A26680.


I love getcolorcode.com

Triadic colors

1 #7F5D99 and #997F5D with #5D997F are triadic colors.

2 #7F995D and #995D7F with #5D997F are triadic colors.