COLOR #58736F

HEX: #58736F
RGB: (88,115,111)

Color info

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

RGB color model

#58736F color RGB value is (88,115,111).

  • red value is 88;
  • green value is 115;
  • blue value is 111.
RGB:
(88,115,111)
(35%,45%,44%)

RGB channels and saturation

R 88 of 255 = 35%
G 115 of 255 = 45%
B 111 of 255 = 44%

88
115
111

R + G + B ~ 41%. #58736F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 115 + 111 = 314 (100%)
R 88 of 314 ~ 28.03%
G 115 of 314 ~ 36.62%
B 111 of 314 ~ 35.35%

%28.03
%36.62
%35.35

CMYK color model

#58736F color CMYK value is (23,0,3,55).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 54.90%
CMYK:
(23,0,3,55)
C23M0Y3K55 
(23%,0%,3%,55%)
(0.23/0.00/0.03/0.55)	

CMYK percentages

%23.48
%0
%3.48
%54.9

Codes

Color #58736F in popluar color models

58736F
RGB88115111
HSL171°13.30%39.80%
HSB/HSV171°23.48%45.10%
CMYK23.48%0.00%3.48%
54.90%

Color #58736F in popluar number systems.

HEX58736F
Decimal88115111
Binary101100011100111101111
Octal130163157

Shades and tints

Shades of #58736F

#58736F
(88,115,111)
#506965
(80,105,101)
#485F5B
(72,95,91)
#405551
(64,85,81)
#384B47
(56,75,71)
#30413D
(48,65,61)
#283733
(40,55,51)
#202D29
(32,45,41)
#18231F
(24,35,31)
#101915
(16,25,21)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #58736F

#58736F
(88,115,111)
#677F7C
(103,127,124)
#768B89
(118,139,137)
#859796
(133,151,150)
#94A3A3
(148,163,163)
#A3AFB0
(163,175,176)
#B2BBBD
(178,187,189)
#C1C7CA
(193,199,202)
#D0D3D7
(208,211,215)
#DFDFE4
(223,223,228)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58736F color. Also use rgb(88,115,111) instead hex code.

Text Font Color

.myTextColor { color: #58736F; }

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

This text font color is #58736F.


Background Color

.myBgColor { background-color: #58736F; }

<div style="background-color:#58736F">Inner text</div>

This div background color is #58736F.


Border color

.myBorderColor { border: 1px solid #58736F; }

<div style="border:3px solid #58736F">Div</div>

This div border color is #58736F.


Opacity

.myOpacity80 { color: #58736F; opacity: 0.8; }

<p style="color:#58736F;opacity:0.8;">80%</p>

Text with #58736F 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 #58736F;}

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

This text has shadow with #58736F color.

.textShadow {text-shadow: 3px 3px 1px #58736F, 3px 3px 1px red;}

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

This text has shadow with #58736F primary color and red secondary color.


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

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

This text has shadow with #58736F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58736F on black background.


Color preview on white background

This text has color #58736F on white background.



Black color preview on #58736F background

This text has black color on #58736F background.


White color preview on #58736F background

This text has white color on #58736F background.