COLOR #580D12

HEX: #580D12
RGB: (88,13,18)

Color info

#580D12 contains mainly red color. Web safe color of #580D12 is #660000 (or #600).

RGB color model

#580D12 color RGB value is (88,13,18).

  • red value is 88;
  • green value is 13;
  • blue value is 18.
RGB:
(88,13,18)
(35%,5%,7%)

RGB channels and saturation

R 88 of 255 = 35%
G 13 of 255 = 5%
B 18 of 255 = 7%

88
13
18

R + G + B ~ 16%. #580D12 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 13 + 18 = 119 (100%)
R 88 of 119 ~ 73.95%
G 13 of 119 ~ 10.92%
B 18 of 119 ~ 15.13%

%73.95
%10.92
%15.13

CMYK color model

#580D12 color CMYK value is (0,85,80,65).

  • cyan value is 0.00%
  • magenta value is 85.23%
  • yellow value is 79.55%
  • key color value is 65.49%
CMYK:
(0,85,80,65)
C0M85Y80K65 
(0%,85%,80%,65%)
(0.00/0.85/0.80/0.65)	

CMYK percentages

%0
%85.23
%79.55
%65.49

Codes

Color #580D12 in popluar color models

580D12
RGB881318
HSL356°74.26%19.80%
HSB/HSV356°85.23%34.51%
CMYK0.00%85.23%79.55%
65.49%

Color #580D12 in popluar number systems.

HEX580D12
Decimal881318
Binary1011000110110010
Octal1301522

Shades and tints

Shades of #580D12

#580D12
(88,13,18)
#500C11
(80,12,17)
#480B10
(72,11,16)
#400A0F
(64,10,15)
#38090E
(56,9,14)
#30080D
(48,8,13)
#28070C
(40,7,12)
#20060B
(32,6,11)
#18050A
(24,5,10)
#100409
(16,4,9)
#080308
(8,3,8)
#000000
(0,0,0)

Tints of #580D12

#580D12
(88,13,18)
#672327
(103,35,39)
#76393C
(118,57,60)
#854F51
(133,79,81)
#946566
(148,101,102)
#A37B7B
(163,123,123)
#B29190
(178,145,144)
#C1A7A5
(193,167,165)
#D0BDBA
(208,189,186)
#DFD3CF
(223,211,207)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580D12 color. Also use rgb(88,13,18) instead hex code.

Text Font Color

.myTextColor { color: #580D12; }

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

This text font color is #580D12.


Background Color

.myBgColor { background-color: #580D12; }

<div style="background-color:#580D12">Inner text</div>

This div background color is #580D12.


Border color

.myBorderColor { border: 1px solid #580D12; }

<div style="border:3px solid #580D12">Div</div>

This div border color is #580D12.


Opacity

.myOpacity80 { color: #580D12; opacity: 0.8; }

<p style="color:#580D12;opacity:0.8;">80%</p>

Text with #580D12 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 #580D12;}

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

This text has shadow with #580D12 color.

.textShadow {text-shadow: 3px 3px 1px #580D12, 3px 3px 1px red;}

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

This text has shadow with #580D12 primary color and red secondary color.


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

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

This text has shadow with #580D12 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580D12 on black background.


Color preview on white background

This text has color #580D12 on white background.



Black color preview on #580D12 background

This text has black color on #580D12 background.


White color preview on #580D12 background

This text has white color on #580D12 background.