COLOR #58521D

HEX: #58521D
RGB: (88,82,29)

Color info

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

RGB color model

#58521D color RGB value is (88,82,29).

  • red value is 88;
  • green value is 82;
  • blue value is 29.
RGB:
(88,82,29)
(35%,32%,11%)

RGB channels and saturation

R 88 of 255 = 35%
G 82 of 255 = 32%
B 29 of 255 = 11%

88
82
29

R + G + B ~ 26%. #58521D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 82 + 29 = 199 (100%)
R 88 of 199 ~ 44.22%
G 82 of 199 ~ 41.21%
B 29 of 199 ~ 14.57%

%44.22
%41.21
%14.57

CMYK color model

#58521D color CMYK value is (0,7,67,65).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 67.05%
  • key color value is 65.49%
CMYK:
(0,7,67,65)
C0M7Y67K65 
(0%,7%,67%,65%)
(0.00/0.07/0.67/0.65)	

CMYK percentages

%0
%6.82
%67.05
%65.49

Codes

Color #58521D in popluar color models

58521D
RGB888229
HSL54°50.43%22.94%
HSB/HSV54°67.05%34.51%
CMYK0.00%6.82%67.05%
65.49%

Color #58521D in popluar number systems.

HEX58521D
Decimal888229
Binary1011000101001011101
Octal13012235

Shades and tints

Shades of #58521D

#58521D
(88,82,29)
#504B1B
(80,75,27)
#484419
(72,68,25)
#403D17
(64,61,23)
#383615
(56,54,21)
#302F13
(48,47,19)
#282811
(40,40,17)
#20210F
(32,33,15)
#181A0D
(24,26,13)
#10130B
(16,19,11)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #58521D

#58521D
(88,82,29)
#676131
(103,97,49)
#767045
(118,112,69)
#857F59
(133,127,89)
#948E6D
(148,142,109)
#A39D81
(163,157,129)
#B2AC95
(178,172,149)
#C1BBA9
(193,187,169)
#D0CABD
(208,202,189)
#DFD9D1
(223,217,209)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58521D color. Also use rgb(88,82,29) instead hex code.

Text Font Color

.myTextColor { color: #58521D; }

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

This text font color is #58521D.


Background Color

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

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

This div background color is #58521D.


Border color

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

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

This div border color is #58521D.


Opacity

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

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

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

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

This text has shadow with #58521D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58521D on black background.


Color preview on white background

This text has color #58521D on white background.



Black color preview on #58521D background

This text has black color on #58521D background.


White color preview on #58521D background

This text has white color on #58521D background.