COLOR #5D837F

HEX: #5D837F RGB: (93,131,127)

Color info

#5D837F contains red, green and blue colors in about the same proportion. Web safe color of #5D837F is #669966 (or #696).

RGB color model

#5D837F color RGB value is (93,131,127).

RGB: (93,131,127) (36%, 51%, 50%)

RGB channels and saturation

R 93 of 255 = 36%
G 131 of 255 = 51%
B 127 of 255 = 50%

93
131
127

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

Portions of RGB colors in percentages

R + G + B = 93 + 131 + 127 = 351 (100%)
R 93 of 351 ~ 26.5%
G 131 of 351 ~ 37.32%
B 127 of 351 ~ 36.18'%

%26.5
%37.32
%36.18

CMYK color model

#5D837F color CMYK value is (29,0,3,49).

  • cyan value is 29.01%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 48.63%

CMYK: (29,0,3,49)
C29M0Y3K49 (29%, 0%, 3%, 49%)
(0.29 / 0.00 / 0.03 / 0.49)

CMYK percentages

%29.01
%0
%3.05
%48.63

Codes

Color #5D837F in popluar color models

5D 83 7F
RGB 93 131 127
HSL 174° 16.96% 43.92%
HSB/HSV 174° 29.01% 51.37%
CMYK 29.01% 0.00% 3.05%
48.63%

Color #5D837F in popluar number systems.

HEX 5D 83 7F
Decimal 93 131 127
Binary 1011101 10000011 1111111
Octal 135 203 177

Shades and tints

Shades of #5D837F

#5D837F
(93,131,127)
#557874
(85,120,116)
#4D6D69
(77,109,105)
#45625E
(69,98,94)
#3D5753
(61,87,83)
#354C48
(53,76,72)
#2D413D
(45,65,61)
#253632
(37,54,50)
#1D2B27
(29,43,39)
#15201C
(21,32,28)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #5D837F

#5D837F
(93,131,127)
#6B8E8A
(107,142,138)
#799995
(121,153,149)
#87A4A0
(135,164,160)
#95AFAB
(149,175,171)
#A3BAB6
(163,186,182)
#B1C5C1
(177,197,193)
#BFD0CC
(191,208,204)
#CDDBD7
(205,219,215)
#DBE6E2
(219,230,226)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D837F; }

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

This text font color is #5D837F.

Background Color

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

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

This div background color is #5D837F.

Border color

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

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

This div border color is #5D837F.

Opacity

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

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

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

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

This text has shadow with #5D837F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D837F.

Preview

Color preview on black background

This text has color #5D837F on black background.


Color preview on white background

This text has color #5D837F on white background.


Black color preview on #5D837F background

This text has black color on #5D837F background.


White color preview on #5D837F background

This text has white color on #5D837F background.


Related colors

Complementary color

Complementary color for #hex is #A27C80.


I love getcolorcode.com

Triadic colors

1 #7F5D83 and #837F5D with #5D837F are triadic colors.

2 #7F835D and #835D7F with #5D837F are triadic colors.