COLOR #58241D

HEX: #58241D
RGB: (88,36,29)

Color info

#58241D contains red, green and blue colors in about the same proportion. Web safe color of #58241D is #663333 (or #633).

RGB color model

#58241D color RGB value is (88,36,29).

  • red value is 88;
  • green value is 36;
  • blue value is 29.
RGB:
(88,36,29)
(35%,14%,11%)

RGB channels and saturation

R 88 of 255 = 35%
G 36 of 255 = 14%
B 29 of 255 = 11%

88
36
29

R + G + B ~ 20%. #58241D is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 36 + 29 = 153 (100%)
R 88 of 153 ~ 57.52%
G 36 of 153 ~ 23.53%
B 29 of 153 ~ 18.95%

%57.52
%23.53
%18.95

CMYK color model

#58241D color CMYK value is (0,59,67,65).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 67.05%
  • key color value is 65.49%
CMYK:
(0,59,67,65)
C0M59Y67K65 
(0%,59%,67%,65%)
(0.00/0.59/0.67/0.65)	

CMYK percentages

%0
%59.09
%67.05
%65.49

Codes

Color #58241D in popluar color models

58241D
RGB883629
HSL50.43%22.94%
HSB/HSV67.05%34.51%
CMYK0.00%59.09%67.05%
65.49%

Color #58241D in popluar number systems.

HEX58241D
Decimal883629
Binary101100010010011101
Octal1304435

Shades and tints

Shades of #58241D

#58241D
(88,36,29)
#50211B
(80,33,27)
#481E19
(72,30,25)
#401B17
(64,27,23)
#381815
(56,24,21)
#301513
(48,21,19)
#281211
(40,18,17)
#200F0F
(32,15,15)
#180C0D
(24,12,13)
#10090B
(16,9,11)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #58241D

#58241D
(88,36,29)
#673731
(103,55,49)
#764A45
(118,74,69)
#855D59
(133,93,89)
#94706D
(148,112,109)
#A38381
(163,131,129)
#B29695
(178,150,149)
#C1A9A9
(193,169,169)
#D0BCBD
(208,188,189)
#DFCFD1
(223,207,209)
#EEE2E5
(238,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58241D color. Also use rgb(88,36,29) instead hex code.

Text Font Color

.myTextColor { color: #58241D; }

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

This text font color is #58241D.


Background Color

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

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

This div background color is #58241D.


Border color

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

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

This div border color is #58241D.


Opacity

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

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

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

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

This text has shadow with #58241D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58241D on black background.


Color preview on white background

This text has color #58241D on white background.



Black color preview on #58241D background

This text has black color on #58241D background.


White color preview on #58241D background

This text has white color on #58241D background.