COLOR #5D837E

HEX: #5D837E RGB: (93,131,126)

Color info

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

RGB color model

#5D837E color RGB value is (93,131,126).

RGB: (93,131,126) (36%, 51%, 49%)

RGB channels and saturation

R 93 of 255 = 36%
G 131 of 255 = 51%
B 126 of 255 = 49%

93
131
126

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

Portions of RGB colors in percentages

R + G + B = 93 + 131 + 126 = 350 (100%)
R 93 of 350 ~ 26.57%
G 131 of 350 ~ 37.43%
B 126 of 350 ~ 36'%

%26.57
%37.43
%36

CMYK color model

#5D837E color CMYK value is (29,0,4,49).

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

CMYK: (29,0,4,49)
C29M0Y4K49 (29%, 0%, 4%, 49%)
(0.29 / 0.00 / 0.04 / 0.49)

CMYK percentages

%29.01
%0
%3.82
%48.63

Codes

Color #5D837E in popluar color models

5D 83 7E
RGB 93 131 126
HSL 172° 16.96% 43.92%
HSB/HSV 172° 29.01% 51.37%
CMYK 29.01% 0.00% 3.82%
48.63%

Color #5D837E in popluar number systems.

HEX 5D 83 7E
Decimal 93 131 126
Binary 1011101 10000011 1111110
Octal 135 203 176

Shades and tints

Shades of #5D837E

#5D837E
(93,131,126)
#557873
(85,120,115)
#4D6D68
(77,109,104)
#45625D
(69,98,93)
#3D5752
(61,87,82)
#354C47
(53,76,71)
#2D413C
(45,65,60)
#253631
(37,54,49)
#1D2B26
(29,43,38)
#15201B
(21,32,27)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #5D837E

#5D837E
(93,131,126)
#6B8E89
(107,142,137)
#799994
(121,153,148)
#87A49F
(135,164,159)
#95AFAA
(149,175,170)
#A3BAB5
(163,186,181)
#B1C5C0
(177,197,192)
#BFD0CB
(191,208,203)
#CDDBD6
(205,219,214)
#DBE6E1
(219,230,225)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D837E; }

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

This text font color is #5D837E.

Background Color

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

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

This div background color is #5D837E.

Border color

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

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

This div border color is #5D837E.

Opacity

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

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

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

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

This text has shadow with #5D837E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D837E.

Preview

Color preview on black background

This text has color #5D837E on black background.


Color preview on white background

This text has color #5D837E on white background.


Black color preview on #5D837E background

This text has black color on #5D837E background.


White color preview on #5D837E background

This text has white color on #5D837E background.


Related colors

Complementary color

Complementary color for #hex is #A27C81.


I love getcolorcode.com

Triadic colors

1 #7E5D83 and #837E5D with #5D837E are triadic colors.

2 #7E835D and #835D7E with #5D837E are triadic colors.