COLOR #58523D

HEX: #58523D
RGB: (88,82,61)

Color info

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

RGB color model

#58523D color RGB value is (88,82,61).

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

RGB channels and saturation

R 88 of 255 = 35%
G 82 of 255 = 32%
B 61 of 255 = 24%

88
82
61

R + G + B ~ 30%. #58523D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 82 + 61 = 231 (100%)
R 88 of 231 ~ 38.1%
G 82 of 231 ~ 35.5%
B 61 of 231 ~ 26.41%

%38.1
%35.5
%26.41

CMYK color model

#58523D color CMYK value is (0,7,31,65).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 30.68%
  • key color value is 65.49%
CMYK:
(0,7,31,65)
C0M7Y31K65 
(0%,7%,31%,65%)
(0.00/0.07/0.31/0.65)	

CMYK percentages

%0
%6.82
%30.68
%65.49

Codes

Color #58523D in popluar color models

58523D
RGB888261
HSL47°18.12%29.22%
HSB/HSV47°30.68%34.51%
CMYK0.00%6.82%30.68%
65.49%

Color #58523D in popluar number systems.

HEX58523D
Decimal888261
Binary10110001010010111101
Octal13012275

Shades and tints

Shades of #58523D

#58523D
(88,82,61)
#504B38
(80,75,56)
#484433
(72,68,51)
#403D2E
(64,61,46)
#383629
(56,54,41)
#302F24
(48,47,36)
#28281F
(40,40,31)
#20211A
(32,33,26)
#181A15
(24,26,21)
#101310
(16,19,16)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #58523D

#58523D
(88,82,61)
#67614E
(103,97,78)
#76705F
(118,112,95)
#857F70
(133,127,112)
#948E81
(148,142,129)
#A39D92
(163,157,146)
#B2ACA3
(178,172,163)
#C1BBB4
(193,187,180)
#D0CAC5
(208,202,197)
#DFD9D6
(223,217,214)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58523D; }

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

This text font color is #58523D.


Background Color

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

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

This div background color is #58523D.


Border color

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

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

This div border color is #58523D.


Opacity

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

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

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

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

This text has shadow with #58523D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58523D on black background.


Color preview on white background

This text has color #58523D on white background.



Black color preview on #58523D background

This text has black color on #58523D background.


White color preview on #58523D background

This text has white color on #58523D background.