COLOR #580F15

HEX: #580F15 RGB: (88,15,21)

Color info

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

RGB color model

#580F15 color RGB value is (88,15,21).

RGB: (88,15,21) (35%, 6%, 8%)

RGB channels and saturation

R 88 of 255 = 35%
G 15 of 255 = 6%
B 21 of 255 = 8%

88
15
21

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

Portions of RGB colors in percentages

R + G + B = 88 + 15 + 21 = 124 (100%)
R 88 of 124 ~ 70.97%
G 15 of 124 ~ 12.1%
B 21 of 124 ~ 16.94'%

%70.97
%12.1
%16.94

CMYK color model

#580F15 color CMYK value is (0,83,76,65).

  • cyan value is 0.00%
  • magenta value is 82.95%
  • yellow value is 76.14%
  • key color value is 65.49%
CMYK: (0,83,76,65) C0M83Y76K65 (0%,83%,76%,65%) (0.00/0.83/0.76/0.65) 

CMYK percentages

%0
%82.95
%76.14
%65.49

Codes

Color #580F15 in popluar color models

58 0F 15
RGB 88 15 21
HSL 355° 70.87% 20.20%
HSB/HSV 355° 82.95% 34.51%
CMYK 0.00% 82.95% 76.14%
65.49%

Color #580F15 in popluar number systems.

HEX 58 0F 15
Decimal 88 15 21
Binary 1011000 1111 10101
Octal 130 17 25

Shades and tints

Shades of #580F15

#580F15
(88,15,21)
#500E14
(80,14,20)
#480D13
(72,13,19)
#400C12
(64,12,18)
#380B11
(56,11,17)
#300A10
(48,10,16)
#28090F
(40,9,15)
#20080E
(32,8,14)
#18070D
(24,7,13)
#10060C
(16,6,12)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #580F15

#580F15
(88,15,21)
#67242A
(103,36,42)
#76393F
(118,57,63)
#854E54
(133,78,84)
#946369
(148,99,105)
#A3787E
(163,120,126)
#B28D93
(178,141,147)
#C1A2A8
(193,162,168)
#D0B7BD
(208,183,189)
#DFCCD2
(223,204,210)
#EEE1E7
(238,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580F15; }

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

This text font color is #580F15.

Background Color

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

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

This div background color is #580F15.

Border color

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

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

This div border color is #580F15.

Opacity

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

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

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

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

This text has shadow with #580F15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #580F15.

Preview

Color preview on black background

This text has color #580F15 on black background.


Color preview on white background

This text has color #580F15 on white background.


Black color preview on #580F15 background

This text has black color on #580F15 background.


White color preview on #580F15 background

This text has white color on #580F15 background.


Related colors

Complementary color

Complementary color for #hex is #A7F0EA.


I love getcolorcode.com

Triadic colors

1 #15580F and #0F1558 with #580F15 are triadic colors.

2 #150F58 and #0F5815 with #580F15 are triadic colors.