COLOR #580F11

HEX: #580F11 RGB: (88,15,17)

Color info

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

RGB color model

#580F11 color RGB value is (88,15,17).

RGB: (88,15,17) (35%, 6%, 7%)

RGB channels and saturation

R 88 of 255 = 35%
G 15 of 255 = 6%
B 17 of 255 = 7%

88
15
17

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

Portions of RGB colors in percentages

R + G + B = 88 + 15 + 17 = 120 (100%)
R 88 of 120 ~ 73.33%
G 15 of 120 ~ 12.5%
B 17 of 120 ~ 14.17'%

%73.33
%12.5
%14.17

CMYK color model

#580F11 color CMYK value is (0,83,81,65).

  • cyan value is 0.00%
  • magenta value is 82.95%
  • yellow value is 80.68%
  • key color value is 65.49%

CMYK: (0,83,81,65)
C0M83Y81K65 (0%, 83%, 81%, 65%)
(0.00 / 0.83 / 0.81 / 0.65)

CMYK percentages

%0
%82.95
%80.68
%65.49

Codes

Color #580F11 in popluar color models

58 0F 11
RGB 88 15 17
HSL 358° 70.87% 20.20%
HSB/HSV 358° 82.95% 34.51%
CMYK 0.00% 82.95% 80.68%
65.49%

Color #580F11 in popluar number systems.

HEX 58 0F 11
Decimal 88 15 17
Binary 1011000 1111 10001
Octal 130 17 21

Shades and tints

Shades of #580F11

#580F11
(88,15,17)
#500E10
(80,14,16)
#480D0F
(72,13,15)
#400C0E
(64,12,14)
#380B0D
(56,11,13)
#300A0C
(48,10,12)
#28090B
(40,9,11)
#20080A
(32,8,10)
#180709
(24,7,9)
#100608
(16,6,8)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #580F11

#580F11
(88,15,17)
#672426
(103,36,38)
#76393B
(118,57,59)
#854E50
(133,78,80)
#946365
(148,99,101)
#A3787A
(163,120,122)
#B28D8F
(178,141,143)
#C1A2A4
(193,162,164)
#D0B7B9
(208,183,185)
#DFCCCE
(223,204,206)
#EEE1E3
(238,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580F11; }

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

This text font color is #580F11.

Background Color

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

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

This div background color is #580F11.

Border color

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

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

This div border color is #580F11.

Opacity

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

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

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

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

This text has shadow with #580F11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #580F11.

Preview

Color preview on black background

This text has color #580F11 on black background.


Color preview on white background

This text has color #580F11 on white background.


Black color preview on #580F11 background

This text has black color on #580F11 background.


White color preview on #580F11 background

This text has white color on #580F11 background.


Related colors

Complementary color

Complementary color for #hex is #A7F0EE.


I love getcolorcode.com

Triadic colors

1 #11580F and #0F1158 with #580F11 are triadic colors.

2 #110F58 and #0F5811 with #580F11 are triadic colors.