COLOR #5D727E

HEX: #5D727E RGB: (93,114,126)

Color info

#5D727E contains red, green and blue colors in about the same proportion. Web safe color of #5D727E is #666666 (or #666).

RGB color model

#5D727E color RGB value is (93,114,126).

RGB: (93,114,126) (36%, 45%, 49%)

RGB channels and saturation

R 93 of 255 = 36%
G 114 of 255 = 45%
B 126 of 255 = 49%

93
114
126

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

Portions of RGB colors in percentages

R + G + B = 93 + 114 + 126 = 333 (100%)
R 93 of 333 ~ 27.93%
G 114 of 333 ~ 34.23%
B 126 of 333 ~ 37.84'%

%27.93
%34.23
%37.84

CMYK color model

#5D727E color CMYK value is (26,10,0,51).

  • cyan value is 26.19%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (26,10,0,51)
C26M10Y0K51 (26%, 10%, 0%, 51%)
(0.26 / 0.10 / 0.00 / 0.51)

CMYK percentages

%26.19
%9.52
%0
%50.59

Codes

Color #5D727E in popluar color models

5D 72 7E
RGB 93 114 126
HSL 202° 15.07% 42.94%
HSB/HSV 202° 26.19% 49.41%
CMYK 26.19% 9.52% 0.00%
50.59%

Color #5D727E in popluar number systems.

HEX 5D 72 7E
Decimal 93 114 126
Binary 1011101 1110010 1111110
Octal 135 162 176

Shades and tints

Shades of #5D727E

#5D727E
(93,114,126)
#556873
(85,104,115)
#4D5E68
(77,94,104)
#45545D
(69,84,93)
#3D4A52
(61,74,82)
#354047
(53,64,71)
#2D363C
(45,54,60)
#252C31
(37,44,49)
#1D2226
(29,34,38)
#15181B
(21,24,27)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #5D727E

#5D727E
(93,114,126)
#6B7E89
(107,126,137)
#798A94
(121,138,148)
#87969F
(135,150,159)
#95A2AA
(149,162,170)
#A3AEB5
(163,174,181)
#B1BAC0
(177,186,192)
#BFC6CB
(191,198,203)
#CDD2D6
(205,210,214)
#DBDEE1
(219,222,225)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D727E; }

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

This text font color is #5D727E.

Background Color

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

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

This div background color is #5D727E.

Border color

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

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

This div border color is #5D727E.

Opacity

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

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

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

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

This text has shadow with #5D727E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D727E.

Preview

Color preview on black background

This text has color #5D727E on black background.


Color preview on white background

This text has color #5D727E on white background.


Black color preview on #5D727E background

This text has black color on #5D727E background.


White color preview on #5D727E background

This text has white color on #5D727E background.


Related colors

Complementary color

Complementary color for #hex is #A28D81.


I love getcolorcode.com

Triadic colors

1 #7E5D72 and #727E5D with #5D727E are triadic colors.

2 #7E725D and #725D7E with #5D727E are triadic colors.