COLOR #58684B

HEX: #58684B RGB: (88,104,75)

Color info

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

RGB color model

#58684B color RGB value is (88,104,75).

RGB: (88,104,75) (35%, 41%, 29%)

RGB channels and saturation

R 88 of 255 = 35%
G 104 of 255 = 41%
B 75 of 255 = 29%

88
104
75

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

Portions of RGB colors in percentages

R + G + B = 88 + 104 + 75 = 267 (100%)
R 88 of 267 ~ 32.96%
G 104 of 267 ~ 38.95%
B 75 of 267 ~ 28.09'%

%32.96
%38.95
%28.09

CMYK color model

#58684B color CMYK value is (15,0,28,59).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 59.22%
CMYK: (15,0,28,59) C15M0Y28K59 (15%,0%,28%,59%) (0.15/0.00/0.28/0.59) 

CMYK percentages

%15.38
%0
%27.88
%59.22

Codes

Color #58684B in popluar color models

58 68 4B
RGB 88 104 75
HSL 93° 16.20% 35.10%
HSB/HSV 93° 27.88% 40.78%
CMYK 15.38% 0.00% 27.88%
59.22%

Color #58684B in popluar number systems.

HEX 58 68 4B
Decimal 88 104 75
Binary 1011000 1101000 1001011
Octal 130 150 113

Shades and tints

Shades of #58684B

#58684B
(88,104,75)
#505F45
(80,95,69)
#48563F
(72,86,63)
#404D39
(64,77,57)
#384433
(56,68,51)
#303B2D
(48,59,45)
#283227
(40,50,39)
#202921
(32,41,33)
#18201B
(24,32,27)
#101715
(16,23,21)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #58684B

#58684B
(88,104,75)
#67755B
(103,117,91)
#76826B
(118,130,107)
#858F7B
(133,143,123)
#949C8B
(148,156,139)
#A3A99B
(163,169,155)
#B2B6AB
(178,182,171)
#C1C3BB
(193,195,187)
#D0D0CB
(208,208,203)
#DFDDDB
(223,221,219)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58684B; }

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

This text font color is #58684B.

Background Color

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

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

This div background color is #58684B.

Border color

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

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

This div border color is #58684B.

Opacity

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

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

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

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

This text has shadow with #58684B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58684B.

Preview

Color preview on black background

This text has color #58684B on black background.


Color preview on white background

This text has color #58684B on white background.


Black color preview on #58684B background

This text has black color on #58684B background.


White color preview on #58684B background

This text has white color on #58684B background.


Related colors

Complementary color

Complementary color for #hex is #A797B4.


I love getcolorcode.com

Triadic colors

1 #4B5868 and #684B58 with #58684B are triadic colors.

2 #4B6858 and #68584B with #58684B are triadic colors.