COLOR #58684D

HEX: #58684D
RGB: (88,104,77)

Color info

#58684D contains red, green and blue colors in about the same proportion. Web safe color of #58684D is #666633 (or #663).

RGB color model

#58684D color RGB value is (88,104,77).

  • red value is 88;
  • green value is 104;
  • blue value is 77.
RGB:
(88,104,77)
(35%,41%,30%)

RGB channels and saturation

R 88 of 255 = 35%
G 104 of 255 = 41%
B 77 of 255 = 30%

88
104
77

R + G + B ~ 35%. #58684D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 104 + 77 = 269 (100%)
R 88 of 269 ~ 32.71%
G 104 of 269 ~ 38.66%
B 77 of 269 ~ 28.62%

%32.71
%38.66
%28.62

CMYK color model

#58684D color CMYK value is (15,0,26,59).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 25.96%
  • key color value is 59.22%
CMYK:
(15,0,26,59)
C15M0Y26K59 
(15%,0%,26%,59%)
(0.15/0.00/0.26/0.59)	

CMYK percentages

%15.38
%0
%25.96
%59.22

Codes

Color #58684D in popluar color models

58684D
RGB8810477
HSL96°14.92%35.49%
HSB/HSV96°25.96%40.78%
CMYK15.38%0.00%25.96%
59.22%

Color #58684D in popluar number systems.

HEX58684D
Decimal8810477
Binary101100011010001001101
Octal130150115

Shades and tints

Shades of #58684D

#58684D
(88,104,77)
#505F46
(80,95,70)
#48563F
(72,86,63)
#404D38
(64,77,56)
#384431
(56,68,49)
#303B2A
(48,59,42)
#283223
(40,50,35)
#20291C
(32,41,28)
#182015
(24,32,21)
#10170E
(16,23,14)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #58684D

#58684D
(88,104,77)
#67755D
(103,117,93)
#76826D
(118,130,109)
#858F7D
(133,143,125)
#949C8D
(148,156,141)
#A3A99D
(163,169,157)
#B2B6AD
(178,182,173)
#C1C3BD
(193,195,189)
#D0D0CD
(208,208,205)
#DFDDDD
(223,221,221)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58684D; }

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

This text font color is #58684D.


Background Color

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

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

This div background color is #58684D.


Border color

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

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

This div border color is #58684D.


Opacity

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

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

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

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

This text has shadow with #58684D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58684D on black background.


Color preview on white background

This text has color #58684D on white background.



Black color preview on #58684D background

This text has black color on #58684D background.


White color preview on #58684D background

This text has white color on #58684D background.