COLOR #58727C

HEX: #58727C
RGB: (88,114,124)

Color info

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

RGB color model

#58727C color RGB value is (88,114,124).

  • red value is 88;
  • green value is 114;
  • blue value is 124.
RGB:
(88,114,124)
(35%,45%,49%)

RGB channels and saturation

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

88
114
124

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

Portions of RGB colors in percentages

R + G + B =
88 + 114 + 124 = 326 (100%)
R 88 of 326 ~ 26.99%
G 114 of 326 ~ 34.97%
B 124 of 326 ~ 38.04%

%26.99
%34.97
%38.04

CMYK color model

#58727C color CMYK value is (29,8,0,51).

  • cyan value is 29.03%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(29,8,0,51)
C29M8Y0K51 
(29%,8%,0%,51%)
(0.29/0.08/0.00/0.51)	

CMYK percentages

%29.03
%8.06
%0
%51.37

Codes

Color #58727C in popluar color models

58727C
RGB88114124
HSL197°16.98%41.57%
HSB/HSV197°29.03%48.63%
CMYK29.03%8.06%0.00%
51.37%

Color #58727C in popluar number systems.

HEX58727C
Decimal88114124
Binary101100011100101111100
Octal130162174

Shades and tints

Shades of #58727C

#58727C
(88,114,124)
#506871
(80,104,113)
#485E66
(72,94,102)
#40545B
(64,84,91)
#384A50
(56,74,80)
#304045
(48,64,69)
#28363A
(40,54,58)
#202C2F
(32,44,47)
#182224
(24,34,36)
#101819
(16,24,25)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #58727C

#58727C
(88,114,124)
#677E87
(103,126,135)
#768A92
(118,138,146)
#85969D
(133,150,157)
#94A2A8
(148,162,168)
#A3AEB3
(163,174,179)
#B2BABE
(178,186,190)
#C1C6C9
(193,198,201)
#D0D2D4
(208,210,212)
#DFDEDF
(223,222,223)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58727C; }

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

This text font color is #58727C.


Background Color

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

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

This div background color is #58727C.


Border color

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

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

This div border color is #58727C.


Opacity

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

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

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

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

This text has shadow with #58727C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58727C on black background.


Color preview on white background

This text has color #58727C on white background.



Black color preview on #58727C background

This text has black color on #58727C background.


White color preview on #58727C background

This text has white color on #58727C background.