COLOR #58282A

HEX: #58282A
RGB: (88,40,42)

Color info

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

RGB color model

#58282A color RGB value is (88,40,42).

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

RGB channels and saturation

R 88 of 255 = 35%
G 40 of 255 = 16%
B 42 of 255 = 16%

88
40
42

R + G + B ~ 22%. #58282A is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 40 + 42 = 170 (100%)
R 88 of 170 ~ 51.76%
G 40 of 170 ~ 23.53%
B 42 of 170 ~ 24.71%

%51.76
%23.53
%24.71

CMYK color model

#58282A color CMYK value is (0,55,52,65).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 52.27%
  • key color value is 65.49%
CMYK:
(0,55,52,65)
C0M55Y52K65 
(0%,55%,52%,65%)
(0.00/0.55/0.52/0.65)	

CMYK percentages

%0
%54.55
%52.27
%65.49

Codes

Color #58282A in popluar color models

58282A
RGB884042
HSL358°37.50%25.10%
HSB/HSV358°54.55%34.51%
CMYK0.00%54.55%52.27%
65.49%

Color #58282A in popluar number systems.

HEX58282A
Decimal884042
Binary1011000101000101010
Octal1305052

Shades and tints

Shades of #58282A

#58282A
(88,40,42)
#502527
(80,37,39)
#482224
(72,34,36)
#401F21
(64,31,33)
#381C1E
(56,28,30)
#30191B
(48,25,27)
#281618
(40,22,24)
#201315
(32,19,21)
#181012
(24,16,18)
#100D0F
(16,13,15)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #58282A

#58282A
(88,40,42)
#673B3D
(103,59,61)
#764E50
(118,78,80)
#856163
(133,97,99)
#947476
(148,116,118)
#A38789
(163,135,137)
#B29A9C
(178,154,156)
#C1ADAF
(193,173,175)
#D0C0C2
(208,192,194)
#DFD3D5
(223,211,213)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58282A; }

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

This text font color is #58282A.


Background Color

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

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

This div background color is #58282A.


Border color

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

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

This div border color is #58282A.


Opacity

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

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

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

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

This text has shadow with #58282A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58282A on black background.


Color preview on white background

This text has color #58282A on white background.



Black color preview on #58282A background

This text has black color on #58282A background.


White color preview on #58282A background

This text has white color on #58282A background.