COLOR #58564A

HEX: #58564A
RGB: (88,86,74)

Color info

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

RGB color model

#58564A color RGB value is (88,86,74).

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

RGB channels and saturation

R 88 of 255 = 35%
G 86 of 255 = 34%
B 74 of 255 = 29%

88
86
74

R + G + B ~ 33%. #58564A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 86 + 74 = 248 (100%)
R 88 of 248 ~ 35.48%
G 86 of 248 ~ 34.68%
B 74 of 248 ~ 29.84%

%35.48
%34.68
%29.84

CMYK color model

#58564A color CMYK value is (0,2,16,65).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 15.91%
  • key color value is 65.49%
CMYK:
(0,2,16,65)
C0M2Y16K65 
(0%,2%,16%,65%)
(0.00/0.02/0.16/0.65)	

CMYK percentages

%0
%2.27
%15.91
%65.49

Codes

Color #58564A in popluar color models

58564A
RGB888674
HSL51°8.64%31.76%
HSB/HSV51°15.91%34.51%
CMYK0.00%2.27%15.91%
65.49%

Color #58564A in popluar number systems.

HEX58564A
Decimal888674
Binary101100010101101001010
Octal130126112

Shades and tints

Shades of #58564A

#58564A
(88,86,74)
#504F44
(80,79,68)
#48483E
(72,72,62)
#404138
(64,65,56)
#383A32
(56,58,50)
#30332C
(48,51,44)
#282C26
(40,44,38)
#202520
(32,37,32)
#181E1A
(24,30,26)
#101714
(16,23,20)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #58564A

#58564A
(88,86,74)
#67655A
(103,101,90)
#76746A
(118,116,106)
#85837A
(133,131,122)
#94928A
(148,146,138)
#A3A19A
(163,161,154)
#B2B0AA
(178,176,170)
#C1BFBA
(193,191,186)
#D0CECA
(208,206,202)
#DFDDDA
(223,221,218)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58564A; }

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

This text font color is #58564A.


Background Color

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

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

This div background color is #58564A.


Border color

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

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

This div border color is #58564A.


Opacity

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

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

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

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

This text has shadow with #58564A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58564A on black background.


Color preview on white background

This text has color #58564A on white background.



Black color preview on #58564A background

This text has black color on #58564A background.


White color preview on #58564A background

This text has white color on #58564A background.