COLOR #58570C

HEX: #58570C
RGB: (88,87,12)

Color info

#58570C contains mainly red and green colors. Web safe color of #58570C is #666600 (or #660).

RGB color model

#58570C color RGB value is (88,87,12).

  • red value is 88;
  • green value is 87;
  • blue value is 12.
RGB:
(88,87,12)
(35%,34%,5%)

RGB channels and saturation

R 88 of 255 = 35%
G 87 of 255 = 34%
B 12 of 255 = 5%

88
87
12

R + G + B ~ 25%. #58570C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 87 + 12 = 187 (100%)
R 88 of 187 ~ 47.06%
G 87 of 187 ~ 46.52%
B 12 of 187 ~ 6.42%

%47.06
%46.52

CMYK color model

#58570C color CMYK value is (0,1,86,65).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 86.36%
  • key color value is 65.49%
CMYK:
(0,1,86,65)
C0M1Y86K65 
(0%,1%,86%,65%)
(0.00/0.01/0.86/0.65)	

CMYK percentages

%0
%1.14
%86.36
%65.49

Codes

Color #58570C in popluar color models

58570C
RGB888712
HSL59°76.00%19.61%
HSB/HSV59°86.36%34.51%
CMYK0.00%1.14%86.36%
65.49%

Color #58570C in popluar number systems.

HEX58570C
Decimal888712
Binary101100010101111100
Octal13012714

Shades and tints

Shades of #58570C

#58570C
(88,87,12)
#50500B
(80,80,11)
#48490A
(72,73,10)
#404209
(64,66,9)
#383B08
(56,59,8)
#303407
(48,52,7)
#282D06
(40,45,6)
#202605
(32,38,5)
#181F04
(24,31,4)
#101803
(16,24,3)
#081102
(8,17,2)
#000000
(0,0,0)

Tints of #58570C

#58570C
(88,87,12)
#676622
(103,102,34)
#767538
(118,117,56)
#85844E
(133,132,78)
#949364
(148,147,100)
#A3A27A
(163,162,122)
#B2B190
(178,177,144)
#C1C0A6
(193,192,166)
#D0CFBC
(208,207,188)
#DFDED2
(223,222,210)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58570C color. Also use rgb(88,87,12) instead hex code.

Text Font Color

.myTextColor { color: #58570C; }

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

This text font color is #58570C.


Background Color

.myBgColor { background-color: #58570C; }

<div style="background-color:#58570C">Inner text</div>

This div background color is #58570C.


Border color

.myBorderColor { border: 1px solid #58570C; }

<div style="border:3px solid #58570C">Div</div>

This div border color is #58570C.


Opacity

.myOpacity80 { color: #58570C; opacity: 0.8; }

<p style="color:#58570C;opacity:0.8;">80%</p>

Text with #58570C 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 #58570C;}

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

This text has shadow with #58570C color.

.textShadow {text-shadow: 3px 3px 1px #58570C, 3px 3px 1px red;}

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

This text has shadow with #58570C primary color and red secondary color.


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

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

This text has shadow with #58570C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58570C on black background.


Color preview on white background

This text has color #58570C on white background.



Black color preview on #58570C background

This text has black color on #58570C background.


White color preview on #58570C background

This text has white color on #58570C background.