COLOR #58727D

HEX: #58727D RGB: (88,114,125)

Color info

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

RGB color model

#58727D color RGB value is (88,114,125).

RGB: (88,114,125) (35%, 45%, 49%)

RGB channels and saturation

R 88 of 255 = 35%
G 114 of 255 = 45%
B 125 of 255 = 49%

88
114
125

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

Portions of RGB colors in percentages

R + G + B = 88 + 114 + 125 = 327 (100%)
R 88 of 327 ~ 26.91%
G 114 of 327 ~ 34.86%
B 125 of 327 ~ 38.23'%

%26.91
%34.86
%38.23

CMYK color model

#58727D color CMYK value is (30,9,0,51).

  • cyan value is 29.60%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (30,9,0,51)
C30M9Y0K51 (30%, 9%, 0%, 51%)
(0.30 / 0.09 / 0.00 / 0.51)

CMYK percentages

%29.6
%8.8
%0
%50.98

Codes

Color #58727D in popluar color models

58 72 7D
RGB 88 114 125
HSL 198° 17.37% 41.76%
HSB/HSV 198° 29.60% 49.02%
CMYK 29.60% 8.80% 0.00%
50.98%

Color #58727D in popluar number systems.

HEX 58 72 7D
Decimal 88 114 125
Binary 1011000 1110010 1111101
Octal 130 162 175

Shades and tints

Shades of #58727D

#58727D
(88,114,125)
#506872
(80,104,114)
#485E67
(72,94,103)
#40545C
(64,84,92)
#384A51
(56,74,81)
#304046
(48,64,70)
#28363B
(40,54,59)
#202C30
(32,44,48)
#182225
(24,34,37)
#10181A
(16,24,26)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #58727D

#58727D
(88,114,125)
#677E88
(103,126,136)
#768A93
(118,138,147)
#85969E
(133,150,158)
#94A2A9
(148,162,169)
#A3AEB4
(163,174,180)
#B2BABF
(178,186,191)
#C1C6CA
(193,198,202)
#D0D2D5
(208,210,213)
#DFDEE0
(223,222,224)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58727D color. Also use rgb(88,114,125) instead hex code.

Text Font Color

.myTextColor { color: #58727D; }

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

This text font color is #58727D.

Background Color

.myBgColor { background-color: #58727D; }

<div style="background-color:#58727D">Inner text</div>

This div background color is #58727D.

Border color

.myBorderColor { border: 1px solid #58727D; }

<div style="border:3px solid #58727D">Div</div>

This div border color is #58727D.

Opacity

.myOpacity80 { color: #58727D; opacity: 0.8; }

<p style="color:#58727D;opacity:0.8;">80%</p>

Text with #58727D 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 #58727D;}

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

This text has shadow with #58727D color.


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

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

This text has shadow with #58727D primary color and red secondary color.


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

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

This text has shadow with #58727D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #58727D.

Preview

Color preview on black background

This text has color #58727D on black background.


Color preview on white background

This text has color #58727D on white background.


Black color preview on #58727D background

This text has black color on #58727D background.


White color preview on #58727D background

This text has white color on #58727D background.


Related colors

Complementary color

Complementary color for #hex is #A78D82.


I love getcolorcode.com

Triadic colors

1 #7D5872 and #727D58 with #58727D are triadic colors.

2 #7D7258 and #72587D with #58727D are triadic colors.