COLOR #58684F

HEX: #58684F
RGB: (88,104,79)

Color info

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

RGB color model

#58684F color RGB value is (88,104,79).

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

RGB channels and saturation

R 88 of 255 = 35%
G 104 of 255 = 41%
B 79 of 255 = 31%

88
104
79

R + G + B ~ 36%. #58684F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 104 + 79 = 271 (100%)
R 88 of 271 ~ 32.47%
G 104 of 271 ~ 38.38%
B 79 of 271 ~ 29.15%

%32.47
%38.38
%29.15

CMYK color model

#58684F color CMYK value is (15,0,24,59).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 59.22%
CMYK: (15,0,24,59) C15M0Y24K59 (15%,0%,24%,59%) (0.15/0.00/0.24/0.59)

CMYK percentages

%15.38
%0
%24.04
%59.22

Codes

Color #58684F in popluar color models

58684F
RGB8810479
HSL98°13.66%35.88%
HSB/HSV98°24.04%40.78%
CMYK15.38%0.00%24.04%
59.22%

Color #58684F in popluar number systems.

HEX58684F
Decimal8810479
Binary101100011010001001111
Octal130150117

Shades and tints

Shades of #58684F

#58684F
(88,104,79)
#505F48
(80,95,72)
#485641
(72,86,65)
#404D3A
(64,77,58)
#384433
(56,68,51)
#303B2C
(48,59,44)
#283225
(40,50,37)
#20291E
(32,41,30)
#182017
(24,32,23)
#101710
(16,23,16)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #58684F

#58684F
(88,104,79)
#67755F
(103,117,95)
#76826F
(118,130,111)
#858F7F
(133,143,127)
#949C8F
(148,156,143)
#A3A99F
(163,169,159)
#B2B6AF
(178,182,175)
#C1C3BF
(193,195,191)
#D0D0CF
(208,208,207)
#DFDDDF
(223,221,223)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58684F; }

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

This text font color is #58684F.


Background Color

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

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

This div background color is #58684F.


Border color

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

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

This div border color is #58684F.


Opacity

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

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

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

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

This text has shadow with #58684F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #58684F on black background.


Color preview on white background

This text has color #58684F on white background.



Black color preview on #58684F background

This text has black color on #58684F background.


White color preview on #58684F background

This text has white color on #58684F background.