COLOR #580A0F

HEX: #580A0F
RGB: (88,10,15)

Color info

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

RGB color model

#580A0F color RGB value is (88,10,15).

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

RGB channels and saturation

R 88 of 255 = 35%
G 10 of 255 = 4%
B 15 of 255 = 6%

88
10
15

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

Portions of RGB colors in percentages

R + G + B =
88 + 10 + 15 = 113 (100%)
R 88 of 113 ~ 77.88%
G 10 of 113 ~ 8.85%
B 15 of 113 ~ 13.27%

%77.88
%13.27

CMYK color model

#580A0F color CMYK value is (0,89,83,65).

  • cyan value is 0.00%
  • magenta value is 88.64%
  • yellow value is 82.95%
  • key color value is 65.49%
CMYK:
(0,89,83,65)
C0M89Y83K65 
(0%,89%,83%,65%)
(0.00/0.89/0.83/0.65)	

CMYK percentages

%0
%88.64
%82.95
%65.49

Codes

Color #580A0F in popluar color models

580A0F
RGB881015
HSL356°79.59%19.22%
HSB/HSV356°88.64%34.51%
CMYK0.00%88.64%82.95%
65.49%

Color #580A0F in popluar number systems.

HEX580A0F
Decimal881015
Binary101100010101111
Octal1301217

Shades and tints

Shades of #580A0F

#580A0F
(88,10,15)
#500A0E
(80,10,14)
#480A0D
(72,10,13)
#400A0C
(64,10,12)
#380A0B
(56,10,11)
#300A0A
(48,10,10)
#280A09
(40,10,9)
#200A08
(32,10,8)
#180A07
(24,10,7)
#100A06
(16,10,6)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #580A0F

#580A0F
(88,10,15)
#672024
(103,32,36)
#763639
(118,54,57)
#854C4E
(133,76,78)
#946263
(148,98,99)
#A37878
(163,120,120)
#B28E8D
(178,142,141)
#C1A4A2
(193,164,162)
#D0BAB7
(208,186,183)
#DFD0CC
(223,208,204)
#EEE6E1
(238,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580A0F color. Also use rgb(88,10,15) instead hex code.

Text Font Color

.myTextColor { color: #580A0F; }

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

This text font color is #580A0F.


Background Color

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

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

This div background color is #580A0F.


Border color

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

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

This div border color is #580A0F.


Opacity

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

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

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

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

This text has shadow with #580A0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580A0F on black background.


Color preview on white background

This text has color #580A0F on white background.



Black color preview on #580A0F background

This text has black color on #580A0F background.


White color preview on #580A0F background

This text has white color on #580A0F background.