COLOR #58231D

HEX: #58231D
RGB: (88,35,29)

Color info

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

RGB color model

#58231D color RGB value is (88,35,29).

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

RGB channels and saturation

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

88
35
29

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

Portions of RGB colors in percentages

R + G + B =
88 + 35 + 29 = 152 (100%)
R 88 of 152 ~ 57.89%
G 35 of 152 ~ 23.03%
B 29 of 152 ~ 19.08%

%57.89
%23.03
%19.08

CMYK color model

#58231D color CMYK value is (0,60,67,65).

  • cyan value is 0.00%
  • magenta value is 60.23%
  • yellow value is 67.05%
  • key color value is 65.49%
CMYK:
(0,60,67,65)
C0M60Y67K65 
(0%,60%,67%,65%)
(0.00/0.60/0.67/0.65)	

CMYK percentages

%0
%60.23
%67.05
%65.49

Codes

Color #58231D in popluar color models

58231D
RGB883529
HSL50.43%22.94%
HSB/HSV67.05%34.51%
CMYK0.00%60.23%67.05%
65.49%

Color #58231D in popluar number systems.

HEX58231D
Decimal883529
Binary101100010001111101
Octal1304335

Shades and tints

Shades of #58231D

#58231D
(88,35,29)
#50201B
(80,32,27)
#481D19
(72,29,25)
#401A17
(64,26,23)
#381715
(56,23,21)
#301413
(48,20,19)
#281111
(40,17,17)
#200E0F
(32,14,15)
#180B0D
(24,11,13)
#10080B
(16,8,11)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #58231D

#58231D
(88,35,29)
#673731
(103,55,49)
#764B45
(118,75,69)
#855F59
(133,95,89)
#94736D
(148,115,109)
#A38781
(163,135,129)
#B29B95
(178,155,149)
#C1AFA9
(193,175,169)
#D0C3BD
(208,195,189)
#DFD7D1
(223,215,209)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58231D; }

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

This text font color is #58231D.


Background Color

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

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

This div background color is #58231D.


Border color

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

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

This div border color is #58231D.


Opacity

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

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

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

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

This text has shadow with #58231D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58231D on black background.


Color preview on white background

This text has color #58231D on white background.



Black color preview on #58231D background

This text has black color on #58231D background.


White color preview on #58231D background

This text has white color on #58231D background.