COLOR #58756E

HEX: #58756E RGB: (88,117,110)

Color info

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

RGB color model

#58756E color RGB value is (88,117,110).

RGB: (88,117,110) (35%, 46%, 43%)

RGB channels and saturation

R 88 of 255 = 35%
G 117 of 255 = 46%
B 110 of 255 = 43%

88
117
110

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

Portions of RGB colors in percentages

R + G + B = 88 + 117 + 110 = 315 (100%)
R 88 of 315 ~ 27.94%
G 117 of 315 ~ 37.14%
B 110 of 315 ~ 34.92'%

%27.94
%37.14
%34.92

CMYK color model

#58756E color CMYK value is (25,0,6,54).

  • cyan value is 24.79%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 54.12%

CMYK: (25,0,6,54)
C25M0Y6K54 (25%, 0%, 6%, 54%)
(0.25 / 0.00 / 0.06 / 0.54)

CMYK percentages

%24.79
%0
%5.98
%54.12

Codes

Color #58756E in popluar color models

58 75 6E
RGB 88 117 110
HSL 166° 14.15% 40.20%
HSB/HSV 166° 24.79% 45.88%
CMYK 24.79% 0.00% 5.98%
54.12%

Color #58756E in popluar number systems.

HEX 58 75 6E
Decimal 88 117 110
Binary 1011000 1110101 1101110
Octal 130 165 156

Shades and tints

Shades of #58756E

#58756E
(88,117,110)
#506B64
(80,107,100)
#48615A
(72,97,90)
#405750
(64,87,80)
#384D46
(56,77,70)
#30433C
(48,67,60)
#283932
(40,57,50)
#202F28
(32,47,40)
#18251E
(24,37,30)
#101B14
(16,27,20)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #58756E

#58756E
(88,117,110)
#67817B
(103,129,123)
#768D88
(118,141,136)
#859995
(133,153,149)
#94A5A2
(148,165,162)
#A3B1AF
(163,177,175)
#B2BDBC
(178,189,188)
#C1C9C9
(193,201,201)
#D0D5D6
(208,213,214)
#DFE1E3
(223,225,227)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58756E color. Also use rgb(88,117,110) instead hex code.

Text Font Color

.myTextColor { color: #58756E; }

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

This text font color is #58756E.

Background Color

.myBgColor { background-color: #58756E; }

<div style="background-color:#58756E">Inner text</div>

This div background color is #58756E.

Border color

.myBorderColor { border: 1px solid #58756E; }

<div style="border:3px solid #58756E">Div</div>

This div border color is #58756E.

Opacity

.myOpacity80 { color: #58756E; opacity: 0.8; }

<p style="color:#58756E;opacity:0.8;">80%</p>

Text with #58756E 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 #58756E;}

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

This text has shadow with #58756E color.


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

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

This text has shadow with #58756E primary color and red secondary color.


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

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

This text has shadow with #58756E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #58756E.

Preview

Color preview on black background

This text has color #58756E on black background.


Color preview on white background

This text has color #58756E on white background.


Black color preview on #58756E background

This text has black color on #58756E background.


White color preview on #58756E background

This text has white color on #58756E background.


Related colors

Complementary color

Complementary color for #hex is #A78A91.


I love getcolorcode.com

Triadic colors

1 #6E5875 and #756E58 with #58756E are triadic colors.

2 #6E7558 and #75586E with #58756E are triadic colors.