COLOR #58170A

HEX: #58170A
RGB: (88,23,10)

Color info

#58170A contains mainly red color. Web safe color of #58170A is #660000 (or #600).

RGB color model

#58170A color RGB value is (88,23,10).

  • red value is 88;
  • green value is 23;
  • blue value is 10.
RGB:
(88,23,10)
(35%,9%,4%)

RGB channels and saturation

R 88 of 255 = 35%
G 23 of 255 = 9%
B 10 of 255 = 4%

88
23
10

R + G + B ~ 16%. #58170A is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 23 + 10 = 121 (100%)
R 88 of 121 ~ 72.73%
G 23 of 121 ~ 19.01%
B 10 of 121 ~ 8.26%

%72.73
%19.01

CMYK color model

#58170A color CMYK value is (0,74,89,65).

  • cyan value is 0.00%
  • magenta value is 73.86%
  • yellow value is 88.64%
  • key color value is 65.49%
CMYK:
(0,74,89,65)
C0M74Y89K65 
(0%,74%,89%,65%)
(0.00/0.74/0.89/0.65)	

CMYK percentages

%0
%73.86
%88.64
%65.49

Codes

Color #58170A in popluar color models

58170A
RGB882310
HSL10°79.59%19.22%
HSB/HSV10°88.64%34.51%
CMYK0.00%73.86%88.64%
65.49%

Color #58170A in popluar number systems.

HEX58170A
Decimal882310
Binary1011000101111010
Octal1302712

Shades and tints

Shades of #58170A

#58170A
(88,23,10)
#50150A
(80,21,10)
#48130A
(72,19,10)
#40110A
(64,17,10)
#380F0A
(56,15,10)
#300D0A
(48,13,10)
#280B0A
(40,11,10)
#20090A
(32,9,10)
#18070A
(24,7,10)
#10050A
(16,5,10)
#08030A
(8,3,10)
#000000
(0,0,0)

Tints of #58170A

#58170A
(88,23,10)
#672C20
(103,44,32)
#764136
(118,65,54)
#85564C
(133,86,76)
#946B62
(148,107,98)
#A38078
(163,128,120)
#B2958E
(178,149,142)
#C1AAA4
(193,170,164)
#D0BFBA
(208,191,186)
#DFD4D0
(223,212,208)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58170A color. Also use rgb(88,23,10) instead hex code.

Text Font Color

.myTextColor { color: #58170A; }

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

This text font color is #58170A.


Background Color

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

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

This div background color is #58170A.


Border color

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

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

This div border color is #58170A.


Opacity

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

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

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

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

This text has shadow with #58170A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58170A on black background.


Color preview on white background

This text has color #58170A on white background.



Black color preview on #58170A background

This text has black color on #58170A background.


White color preview on #58170A background

This text has white color on #58170A background.