COLOR #58290D

HEX: #58290D
RGB: (88,41,13)

Color info

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

RGB color model

#58290D color RGB value is (88,41,13).

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

RGB channels and saturation

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

88
41
13

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

Portions of RGB colors in percentages

R + G + B =
88 + 41 + 13 = 142 (100%)
R 88 of 142 ~ 61.97%
G 41 of 142 ~ 28.87%
B 13 of 142 ~ 9.15%

%61.97
%28.87

CMYK color model

#58290D color CMYK value is (0,53,85,65).

  • cyan value is 0.00%
  • magenta value is 53.41%
  • yellow value is 85.23%
  • key color value is 65.49%
CMYK:
(0,53,85,65)
C0M53Y85K65 
(0%,53%,85%,65%)
(0.00/0.53/0.85/0.65)	

CMYK percentages

%0
%53.41
%85.23
%65.49

Codes

Color #58290D in popluar color models

58290D
RGB884113
HSL22°74.26%19.80%
HSB/HSV22°85.23%34.51%
CMYK0.00%53.41%85.23%
65.49%

Color #58290D in popluar number systems.

HEX58290D
Decimal884113
Binary10110001010011101
Octal1305115

Shades and tints

Shades of #58290D

#58290D
(88,41,13)
#50260C
(80,38,12)
#48230B
(72,35,11)
#40200A
(64,32,10)
#381D09
(56,29,9)
#301A08
(48,26,8)
#281707
(40,23,7)
#201406
(32,20,6)
#181105
(24,17,5)
#100E04
(16,14,4)
#080B03
(8,11,3)
#000000
(0,0,0)

Tints of #58290D

#58290D
(88,41,13)
#673C23
(103,60,35)
#764F39
(118,79,57)
#85624F
(133,98,79)
#947565
(148,117,101)
#A3887B
(163,136,123)
#B29B91
(178,155,145)
#C1AEA7
(193,174,167)
#D0C1BD
(208,193,189)
#DFD4D3
(223,212,211)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58290D; }

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

This text font color is #58290D.


Background Color

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

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

This div background color is #58290D.


Border color

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

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

This div border color is #58290D.


Opacity

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

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

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

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

This text has shadow with #58290D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58290D on black background.


Color preview on white background

This text has color #58290D on white background.



Black color preview on #58290D background

This text has black color on #58290D background.


White color preview on #58290D background

This text has white color on #58290D background.