COLOR #58666F

HEX: #58666F RGB: (88,102,111)

Color info

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

RGB color model

#58666F color RGB value is (88,102,111).

RGB: (88,102,111) (35%, 40%, 44%)

RGB channels and saturation

R 88 of 255 = 35%
G 102 of 255 = 40%
B 111 of 255 = 44%

88
102
111

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

Portions of RGB colors in percentages

R + G + B = 88 + 102 + 111 = 301 (100%)
R 88 of 301 ~ 29.24%
G 102 of 301 ~ 33.89%
B 111 of 301 ~ 36.88'%

%29.24
%33.89
%36.88

CMYK color model

#58666F color CMYK value is (21,8,0,56).

  • cyan value is 20.72%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (21,8,0,56)
C21M8Y0K56 (21%, 8%, 0%, 56%)
(0.21 / 0.08 / 0.00 / 0.56)

CMYK percentages

%20.72
%8.11
%0
%56.47

Codes

Color #58666F in popluar color models

58 66 6F
RGB 88 102 111
HSL 203° 11.56% 39.02%
HSB/HSV 203° 20.72% 43.53%
CMYK 20.72% 8.11% 0.00%
56.47%

Color #58666F in popluar number systems.

HEX 58 66 6F
Decimal 88 102 111
Binary 1011000 1100110 1101111
Octal 130 146 157

Shades and tints

Shades of #58666F

#58666F
(88,102,111)
#505D65
(80,93,101)
#48545B
(72,84,91)
#404B51
(64,75,81)
#384247
(56,66,71)
#30393D
(48,57,61)
#283033
(40,48,51)
#202729
(32,39,41)
#181E1F
(24,30,31)
#101515
(16,21,21)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #58666F

#58666F
(88,102,111)
#67737C
(103,115,124)
#768089
(118,128,137)
#858D96
(133,141,150)
#949AA3
(148,154,163)
#A3A7B0
(163,167,176)
#B2B4BD
(178,180,189)
#C1C1CA
(193,193,202)
#D0CED7
(208,206,215)
#DFDBE4
(223,219,228)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58666F; }

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

This text font color is #58666F.

Background Color

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

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

This div background color is #58666F.

Border color

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

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

This div border color is #58666F.

Opacity

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

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

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

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

This text has shadow with #58666F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58666F.

Preview

Color preview on black background

This text has color #58666F on black background.


Color preview on white background

This text has color #58666F on white background.


Black color preview on #58666F background

This text has black color on #58666F background.


White color preview on #58666F background

This text has white color on #58666F background.


Related colors

Complementary color

Complementary color for #hex is #A79990.


I love getcolorcode.com

Triadic colors

1 #6F5866 and #666F58 with #58666F are triadic colors.

2 #6F6658 and #66586F with #58666F are triadic colors.