COLOR #58685B

HEX: #58685B RGB: (88,104,91)

Color info

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

RGB color model

#58685B color RGB value is (88,104,91).

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

RGB channels and saturation

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

88
104
91

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

Portions of RGB colors in percentages

R + G + B = 88 + 104 + 91 = 283 (100%)
R 88 of 283 ~ 31.1%
G 104 of 283 ~ 36.75%
B 91 of 283 ~ 32.16'%

%31.1
%36.75
%32.16

CMYK color model

#58685B color CMYK value is (15,0,13,59).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 59.22%

CMYK: (15,0,13,59)
C15M0Y13K59 (15%, 0%, 13%, 59%)
(0.15 / 0.00 / 0.13 / 0.59)

CMYK percentages

%15.38
%0
%12.5
%59.22

Codes

Color #58685B in popluar color models

58 68 5B
RGB 88 104 91
HSL 131° 8.33% 37.65%
HSB/HSV 131° 15.38% 40.78%
CMYK 15.38% 0.00% 12.50%
59.22%

Color #58685B in popluar number systems.

HEX 58 68 5B
Decimal 88 104 91
Binary 1011000 1101000 1011011
Octal 130 150 133

Shades and tints

Shades of #58685B

#58685B
(88,104,91)
#505F53
(80,95,83)
#48564B
(72,86,75)
#404D43
(64,77,67)
#38443B
(56,68,59)
#303B33
(48,59,51)
#28322B
(40,50,43)
#202923
(32,41,35)
#18201B
(24,32,27)
#101713
(16,23,19)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #58685B

#58685B
(88,104,91)
#677569
(103,117,105)
#768277
(118,130,119)
#858F85
(133,143,133)
#949C93
(148,156,147)
#A3A9A1
(163,169,161)
#B2B6AF
(178,182,175)
#C1C3BD
(193,195,189)
#D0D0CB
(208,208,203)
#DFDDD9
(223,221,217)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58685B; }

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

This text font color is #58685B.

Background Color

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

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

This div background color is #58685B.

Border color

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

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

This div border color is #58685B.

Opacity

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

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

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

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

This text has shadow with #58685B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58685B.

Preview

Color preview on black background

This text has color #58685B on black background.


Color preview on white background

This text has color #58685B on white background.


Black color preview on #58685B background

This text has black color on #58685B background.


White color preview on #58685B background

This text has white color on #58685B background.


Related colors

Complementary color

Complementary color for #hex is #A797A4.


I love getcolorcode.com

Triadic colors

1 #5B5868 and #685B58 with #58685B are triadic colors.

2 #5B6858 and #68585B with #58685B are triadic colors.