COLOR #580D10

HEX: #580D10
RGB: (88,13,16)

Color info

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

RGB color model

#580D10 color RGB value is (88,13,16).

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

RGB channels and saturation

R 88 of 255 = 35%
G 13 of 255 = 5%
B 16 of 255 = 6%

88
13
16

R + G + B ~ 15%. #580D10 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 13 + 16 = 117 (100%)
R 88 of 117 ~ 75.21%
G 13 of 117 ~ 11.11%
B 16 of 117 ~ 13.68%

%75.21
%11.11
%13.68

CMYK color model

#580D10 color CMYK value is (0,85,82,65).

  • cyan value is 0.00%
  • magenta value is 85.23%
  • yellow value is 81.82%
  • key color value is 65.49%
CMYK:
(0,85,82,65)
C0M85Y82K65 
(0%,85%,82%,65%)
(0.00/0.85/0.82/0.65)	

CMYK percentages

%0
%85.23
%81.82
%65.49

Codes

Color #580D10 in popluar color models

580D10
RGB881316
HSL358°74.26%19.80%
HSB/HSV358°85.23%34.51%
CMYK0.00%85.23%81.82%
65.49%

Color #580D10 in popluar number systems.

HEX580D10
Decimal881316
Binary1011000110110000
Octal1301520

Shades and tints

Shades of #580D10

#580D10
(88,13,16)
#500C0F
(80,12,15)
#480B0E
(72,11,14)
#400A0D
(64,10,13)
#38090C
(56,9,12)
#30080B
(48,8,11)
#28070A
(40,7,10)
#200609
(32,6,9)
#180508
(24,5,8)
#100407
(16,4,7)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #580D10

#580D10
(88,13,16)
#672325
(103,35,37)
#76393A
(118,57,58)
#854F4F
(133,79,79)
#946564
(148,101,100)
#A37B79
(163,123,121)
#B2918E
(178,145,142)
#C1A7A3
(193,167,163)
#D0BDB8
(208,189,184)
#DFD3CD
(223,211,205)
#EEE9E2
(238,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580D10; }

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

This text font color is #580D10.


Background Color

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

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

This div background color is #580D10.


Border color

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

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

This div border color is #580D10.


Opacity

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

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

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

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

This text has shadow with #580D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580D10 on black background.


Color preview on white background

This text has color #580D10 on white background.



Black color preview on #580D10 background

This text has black color on #580D10 background.


White color preview on #580D10 background

This text has white color on #580D10 background.