COLOR #58524A

HEX: #58524A
RGB: (88,82,74)

Color info

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

RGB color model

#58524A color RGB value is (88,82,74).

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

RGB channels and saturation

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

88
82
74

R + G + B ~ 32%. #58524A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 82 + 74 = 244 (100%)
R 88 of 244 ~ 36.07%
G 82 of 244 ~ 33.61%
B 74 of 244 ~ 30.33%

%36.07
%33.61
%30.33

CMYK color model

#58524A color CMYK value is (0,7,16,65).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 15.91%
  • key color value is 65.49%
CMYK:
(0,7,16,65)
C0M7Y16K65 
(0%,7%,16%,65%)
(0.00/0.07/0.16/0.65)	

CMYK percentages

%0
%6.82
%15.91
%65.49

Codes

Color #58524A in popluar color models

58524A
RGB888274
HSL34°8.64%31.76%
HSB/HSV34°15.91%34.51%
CMYK0.00%6.82%15.91%
65.49%

Color #58524A in popluar number systems.

HEX58524A
Decimal888274
Binary101100010100101001010
Octal130122112

Shades and tints

Shades of #58524A

#58524A
(88,82,74)
#504B44
(80,75,68)
#48443E
(72,68,62)
#403D38
(64,61,56)
#383632
(56,54,50)
#302F2C
(48,47,44)
#282826
(40,40,38)
#202120
(32,33,32)
#181A1A
(24,26,26)
#101314
(16,19,20)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #58524A

#58524A
(88,82,74)
#67615A
(103,97,90)
#76706A
(118,112,106)
#857F7A
(133,127,122)
#948E8A
(148,142,138)
#A39D9A
(163,157,154)
#B2ACAA
(178,172,170)
#C1BBBA
(193,187,186)
#D0CACA
(208,202,202)
#DFD9DA
(223,217,218)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58524A color. Also use rgb(88,82,74) instead hex code.

Text Font Color

.myTextColor { color: #58524A; }

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

This text font color is #58524A.


Background Color

.myBgColor { background-color: #58524A; }

<div style="background-color:#58524A">Inner text</div>

This div background color is #58524A.


Border color

.myBorderColor { border: 1px solid #58524A; }

<div style="border:3px solid #58524A">Div</div>

This div border color is #58524A.


Opacity

.myOpacity80 { color: #58524A; opacity: 0.8; }

<p style="color:#58524A;opacity:0.8;">80%</p>

Text with #58524A 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 #58524A;}

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

This text has shadow with #58524A color.

.textShadow {text-shadow: 3px 3px 1px #58524A, 3px 3px 1px red;}

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

This text has shadow with #58524A primary color and red secondary color.


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

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

This text has shadow with #58524A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58524A on black background.


Color preview on white background

This text has color #58524A on white background.



Black color preview on #58524A background

This text has black color on #58524A background.


White color preview on #58524A background

This text has white color on #58524A background.