COLOR #58282E

HEX: #58282E
RGB: (88,40,46)

Color info

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

RGB color model

#58282E color RGB value is (88,40,46).

  • red value is 88;
  • green value is 40;
  • blue value is 46.
RGB:
(88,40,46)
(35%,16%,18%)

RGB channels and saturation

R 88 of 255 = 35%
G 40 of 255 = 16%
B 46 of 255 = 18%

88
40
46

R + G + B ~ 23%. #58282E is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 40 + 46 = 174 (100%)
R 88 of 174 ~ 50.57%
G 40 of 174 ~ 22.99%
B 46 of 174 ~ 26.44%

%50.57
%22.99
%26.44

CMYK color model

#58282E color CMYK value is (0,55,48,65).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 47.73%
  • key color value is 65.49%
CMYK:
(0,55,48,65)
C0M55Y48K65 
(0%,55%,48%,65%)
(0.00/0.55/0.48/0.65)	

CMYK percentages

%0
%54.55
%47.73
%65.49

Codes

Color #58282E in popluar color models

58282E
RGB884046
HSL353°37.50%25.10%
HSB/HSV353°54.55%34.51%
CMYK0.00%54.55%47.73%
65.49%

Color #58282E in popluar number systems.

HEX58282E
Decimal884046
Binary1011000101000101110
Octal1305056

Shades and tints

Shades of #58282E

#58282E
(88,40,46)
#50252A
(80,37,42)
#482226
(72,34,38)
#401F22
(64,31,34)
#381C1E
(56,28,30)
#30191A
(48,25,26)
#281616
(40,22,22)
#201312
(32,19,18)
#18100E
(24,16,14)
#100D0A
(16,13,10)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #58282E

#58282E
(88,40,46)
#673B41
(103,59,65)
#764E54
(118,78,84)
#856167
(133,97,103)
#94747A
(148,116,122)
#A3878D
(163,135,141)
#B29AA0
(178,154,160)
#C1ADB3
(193,173,179)
#D0C0C6
(208,192,198)
#DFD3D9
(223,211,217)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58282E color. Also use rgb(88,40,46) instead hex code.

Text Font Color

.myTextColor { color: #58282E; }

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

This text font color is #58282E.


Background Color

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

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

This div background color is #58282E.


Border color

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

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

This div border color is #58282E.


Opacity

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

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

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

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

This text has shadow with #58282E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58282E on black background.


Color preview on white background

This text has color #58282E on white background.



Black color preview on #58282E background

This text has black color on #58282E background.


White color preview on #58282E background

This text has white color on #58282E background.