COLOR #58290C

HEX: #58290C
RGB: (88,41,12)

Color info

#58290C contains mainly red and green colors. Web safe color of #58290C is #663300 (or #630).

RGB color model

#58290C color RGB value is (88,41,12).

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

RGB channels and saturation

R 88 of 255 = 35%
G 41 of 255 = 16%
B 12 of 255 = 5%

88
41
12

R + G + B ~ 19%. #58290C is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 41 + 12 = 141 (100%)
R 88 of 141 ~ 62.41%
G 41 of 141 ~ 29.08%
B 12 of 141 ~ 8.51%

%62.41
%29.08

CMYK color model

#58290C color CMYK value is (0,53,86,65).

  • cyan value is 0.00%
  • magenta value is 53.41%
  • yellow value is 86.36%
  • key color value is 65.49%
CMYK:
(0,53,86,65)
C0M53Y86K65 
(0%,53%,86%,65%)
(0.00/0.53/0.86/0.65)	

CMYK percentages

%0
%53.41
%86.36
%65.49

Codes

Color #58290C in popluar color models

58290C
RGB884112
HSL23°76.00%19.61%
HSB/HSV23°86.36%34.51%
CMYK0.00%53.41%86.36%
65.49%

Color #58290C in popluar number systems.

HEX58290C
Decimal884112
Binary10110001010011100
Octal1305114

Shades and tints

Shades of #58290C

#58290C
(88,41,12)
#50260B
(80,38,11)
#48230A
(72,35,10)
#402009
(64,32,9)
#381D08
(56,29,8)
#301A07
(48,26,7)
#281706
(40,23,6)
#201405
(32,20,5)
#181104
(24,17,4)
#100E03
(16,14,3)
#080B02
(8,11,2)
#000000
(0,0,0)

Tints of #58290C

#58290C
(88,41,12)
#673C22
(103,60,34)
#764F38
(118,79,56)
#85624E
(133,98,78)
#947564
(148,117,100)
#A3887A
(163,136,122)
#B29B90
(178,155,144)
#C1AEA6
(193,174,166)
#D0C1BC
(208,193,188)
#DFD4D2
(223,212,210)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58290C; }

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

This text font color is #58290C.


Background Color

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

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

This div background color is #58290C.


Border color

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

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

This div border color is #58290C.


Opacity

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

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

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

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

This text has shadow with #58290C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58290C on black background.


Color preview on white background

This text has color #58290C on white background.



Black color preview on #58290C background

This text has black color on #58290C background.


White color preview on #58290C background

This text has white color on #58290C background.