COLOR #58321E

HEX: #58321E
RGB: (88,50,30)

Color info

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

RGB color model

#58321E color RGB value is (88,50,30).

  • red value is 88;
  • green value is 50;
  • blue value is 30.
RGB:
(88,50,30)
(35%,20%,12%)

RGB channels and saturation

R 88 of 255 = 35%
G 50 of 255 = 20%
B 30 of 255 = 12%

88
50
30

R + G + B ~ 22%. #58321E is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 50 + 30 = 168 (100%)
R 88 of 168 ~ 52.38%
G 50 of 168 ~ 29.76%
B 30 of 168 ~ 17.86%

%52.38
%29.76
%17.86

CMYK color model

#58321E color CMYK value is (0,43,66,65).

  • cyan value is 0.00%
  • magenta value is 43.18%
  • yellow value is 65.91%
  • key color value is 65.49%
CMYK:
(0,43,66,65)
C0M43Y66K65 
(0%,43%,66%,65%)
(0.00/0.43/0.66/0.65)	

CMYK percentages

%0
%43.18
%65.91
%65.49

Codes

Color #58321E in popluar color models

58321E
RGB885030
HSL21°49.15%23.14%
HSB/HSV21°65.91%34.51%
CMYK0.00%43.18%65.91%
65.49%

Color #58321E in popluar number systems.

HEX58321E
Decimal885030
Binary101100011001011110
Octal1306236

Shades and tints

Shades of #58321E

#58321E
(88,50,30)
#502E1C
(80,46,28)
#482A1A
(72,42,26)
#402618
(64,38,24)
#382216
(56,34,22)
#301E14
(48,30,20)
#281A12
(40,26,18)
#201610
(32,22,16)
#18120E
(24,18,14)
#100E0C
(16,14,12)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #58321E

#58321E
(88,50,30)
#674432
(103,68,50)
#765646
(118,86,70)
#85685A
(133,104,90)
#947A6E
(148,122,110)
#A38C82
(163,140,130)
#B29E96
(178,158,150)
#C1B0AA
(193,176,170)
#D0C2BE
(208,194,190)
#DFD4D2
(223,212,210)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58321E color. Also use rgb(88,50,30) instead hex code.

Text Font Color

.myTextColor { color: #58321E; }

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

This text font color is #58321E.


Background Color

.myBgColor { background-color: #58321E; }

<div style="background-color:#58321E">Inner text</div>

This div background color is #58321E.


Border color

.myBorderColor { border: 1px solid #58321E; }

<div style="border:3px solid #58321E">Div</div>

This div border color is #58321E.


Opacity

.myOpacity80 { color: #58321E; opacity: 0.8; }

<p style="color:#58321E;opacity:0.8;">80%</p>

Text with #58321E 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 #58321E;}

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

This text has shadow with #58321E color.

.textShadow {text-shadow: 3px 3px 1px #58321E, 3px 3px 1px red;}

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

This text has shadow with #58321E primary color and red secondary color.


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

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

This text has shadow with #58321E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58321E on black background.


Color preview on white background

This text has color #58321E on white background.



Black color preview on #58321E background

This text has black color on #58321E background.


White color preview on #58321E background

This text has white color on #58321E background.