COLOR #58685D

HEX: #58685D RGB: (88,104,93)

Color info

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

RGB color model

#58685D color RGB value is (88,104,93).

RGB: (88,104,93) (35%, 41%, 36%)

RGB channels and saturation

R 88 of 255 = 35%
G 104 of 255 = 41%
B 93 of 255 = 36%

88
104
93

R + G + B ~ 37%. #58685D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 104 + 93 = 285 (100%)
R 88 of 285 ~ 30.88%
G 104 of 285 ~ 36.49%
B 93 of 285 ~ 32.63'%

%30.88
%36.49
%32.63

CMYK color model

#58685D color CMYK value is (15,0,11,59).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 59.22%
CMYK: (15,0,11,59) C15M0Y11K59 (15%,0%,11%,59%) (0.15/0.00/0.11/0.59) 

CMYK percentages

%15.38
%0
%10.58
%59.22

Codes

Color #58685D in popluar color models

58 68 5D
RGB 88 104 93
HSL 139° 8.33% 37.65%
HSB/HSV 139° 15.38% 40.78%
CMYK 15.38% 0.00% 10.58%
59.22%

Color #58685D in popluar number systems.

HEX 58 68 5D
Decimal 88 104 93
Binary 1011000 1101000 1011101
Octal 130 150 135

Shades and tints

Shades of #58685D

#58685D
(88,104,93)
#505F55
(80,95,85)
#48564D
(72,86,77)
#404D45
(64,77,69)
#38443D
(56,68,61)
#303B35
(48,59,53)
#28322D
(40,50,45)
#202925
(32,41,37)
#18201D
(24,32,29)
#101715
(16,23,21)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #58685D

#58685D
(88,104,93)
#67756B
(103,117,107)
#768279
(118,130,121)
#858F87
(133,143,135)
#949C95
(148,156,149)
#A3A9A3
(163,169,163)
#B2B6B1
(178,182,177)
#C1C3BF
(193,195,191)
#D0D0CD
(208,208,205)
#DFDDDB
(223,221,219)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58685D color. Also use rgb(88,104,93) instead hex code.

Text Font Color

.myTextColor { color: #58685D; }

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

This text font color is #58685D.

Background Color

.myBgColor { background-color: #58685D; }

<div style="background-color:#58685D">Inner text</div>

This div background color is #58685D.

Border color

.myBorderColor { border: 1px solid #58685D; }

<div style="border:3px solid #58685D">Div</div>

This div border color is #58685D.

Opacity

.myOpacity80 { color: #58685D; opacity: 0.8; }

<p style="color:#58685D;opacity:0.8;">80%</p>

Text with #58685D 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 #58685D;}

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

This text has shadow with #58685D color.


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

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

This text has shadow with #58685D primary color and red secondary color.


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

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

This text has shadow with #58685D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #58685D.

Preview

Color preview on black background

This text has color #58685D on black background.


Color preview on white background

This text has color #58685D on white background.


Black color preview on #58685D background

This text has black color on #58685D background.


White color preview on #58685D background

This text has white color on #58685D background.


Related colors

Complementary color

Complementary color for #hex is #A797A2.


I love getcolorcode.com

Triadic colors

1 #5D5868 and #685D58 with #58685D are triadic colors.

2 #5D6858 and #68585D with #58685D are triadic colors.