COLOR #58706A

HEX: #58706A RGB: (88,112,106)

Color info

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

RGB color model

#58706A color RGB value is (88,112,106).

RGB: (88,112,106) (35%, 44%, 42%)

RGB channels and saturation

R 88 of 255 = 35%
G 112 of 255 = 44%
B 106 of 255 = 42%

88
112
106

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

Portions of RGB colors in percentages

R + G + B = 88 + 112 + 106 = 306 (100%)
R 88 of 306 ~ 28.76%
G 112 of 306 ~ 36.6%
B 106 of 306 ~ 34.64'%

%28.76
%36.6
%34.64

CMYK color model

#58706A color CMYK value is (21,0,5,56).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 56.08%

CMYK: (21,0,5,56)
C21M0Y5K56 (21%, 0%, 5%, 56%)
(0.21 / 0.00 / 0.05 / 0.56)

CMYK percentages

%21.43
%0
%5.36
%56.08

Codes

Color #58706A in popluar color models

58 70 6A
RGB 88 112 106
HSL 165° 12.00% 39.22%
HSB/HSV 165° 21.43% 43.92%
CMYK 21.43% 0.00% 5.36%
56.08%

Color #58706A in popluar number systems.

HEX 58 70 6A
Decimal 88 112 106
Binary 1011000 1110000 1101010
Octal 130 160 152

Shades and tints

Shades of #58706A

#58706A
(88,112,106)
#506661
(80,102,97)
#485C58
(72,92,88)
#40524F
(64,82,79)
#384846
(56,72,70)
#303E3D
(48,62,61)
#283434
(40,52,52)
#202A2B
(32,42,43)
#182022
(24,32,34)
#101619
(16,22,25)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #58706A

#58706A
(88,112,106)
#677D77
(103,125,119)
#768A84
(118,138,132)
#859791
(133,151,145)
#94A49E
(148,164,158)
#A3B1AB
(163,177,171)
#B2BEB8
(178,190,184)
#C1CBC5
(193,203,197)
#D0D8D2
(208,216,210)
#DFE5DF
(223,229,223)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58706A color. Also use rgb(88,112,106) instead hex code.

Text Font Color

.myTextColor { color: #58706A; }

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

This text font color is #58706A.

Background Color

.myBgColor { background-color: #58706A; }

<div style="background-color:#58706A">Inner text</div>

This div background color is #58706A.

Border color

.myBorderColor { border: 1px solid #58706A; }

<div style="border:3px solid #58706A">Div</div>

This div border color is #58706A.

Opacity

.myOpacity80 { color: #58706A; opacity: 0.8; }

<p style="color:#58706A;opacity:0.8;">80%</p>

Text with #58706A 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 #58706A;}

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

This text has shadow with #58706A color.


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

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

This text has shadow with #58706A primary color and red secondary color.


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

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

This text has shadow with #58706A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #58706A.

Preview

Color preview on black background

This text has color #58706A on black background.


Color preview on white background

This text has color #58706A on white background.


Black color preview on #58706A background

This text has black color on #58706A background.


White color preview on #58706A background

This text has white color on #58706A background.


Related colors

Complementary color

Complementary color for #hex is #A78F95.


I love getcolorcode.com

Triadic colors

1 #6A5870 and #706A58 with #58706A are triadic colors.

2 #6A7058 and #70586A with #58706A are triadic colors.