COLOR #58331D

HEX: #58331D
RGB: (88,51,29)

Color info

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

RGB color model

#58331D color RGB value is (88,51,29).

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

RGB channels and saturation

R 88 of 255 = 35%
G 51 of 255 = 20%
B 29 of 255 = 11%

88
51
29

R + G + B ~ 22%. #58331D is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 51 + 29 = 168 (100%)
R 88 of 168 ~ 52.38%
G 51 of 168 ~ 30.36%
B 29 of 168 ~ 17.26%

%52.38
%30.36
%17.26

CMYK color model

#58331D color CMYK value is (0,42,67,65).

  • cyan value is 0.00%
  • magenta value is 42.05%
  • yellow value is 67.05%
  • key color value is 65.49%
CMYK:
(0,42,67,65)
C0M42Y67K65 
(0%,42%,67%,65%)
(0.00/0.42/0.67/0.65)	

CMYK percentages

%0
%42.05
%67.05
%65.49

Codes

Color #58331D in popluar color models

58331D
RGB885129
HSL22°50.43%22.94%
HSB/HSV22°67.05%34.51%
CMYK0.00%42.05%67.05%
65.49%

Color #58331D in popluar number systems.

HEX58331D
Decimal885129
Binary101100011001111101
Octal1306335

Shades and tints

Shades of #58331D

#58331D
(88,51,29)
#502F1B
(80,47,27)
#482B19
(72,43,25)
#402717
(64,39,23)
#382315
(56,35,21)
#301F13
(48,31,19)
#281B11
(40,27,17)
#20170F
(32,23,15)
#18130D
(24,19,13)
#100F0B
(16,15,11)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #58331D

#58331D
(88,51,29)
#674531
(103,69,49)
#765745
(118,87,69)
#856959
(133,105,89)
#947B6D
(148,123,109)
#A38D81
(163,141,129)
#B29F95
(178,159,149)
#C1B1A9
(193,177,169)
#D0C3BD
(208,195,189)
#DFD5D1
(223,213,209)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58331D; }

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

This text font color is #58331D.


Background Color

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

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

This div background color is #58331D.


Border color

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

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

This div border color is #58331D.


Opacity

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

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

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

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

This text has shadow with #58331D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58331D on black background.


Color preview on white background

This text has color #58331D on white background.



Black color preview on #58331D background

This text has black color on #58331D background.


White color preview on #58331D background

This text has white color on #58331D background.