COLOR #580407

HEX: #580407 RGB: (88,4,7)

Color info

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

RGB color model

#580407 color RGB value is (88,4,7).

RGB: (88,4,7) (35%, 2%, 3%)

RGB channels and saturation

R 88 of 255 = 35%
G 4 of 255 = 2%
B 7 of 255 = 3%

88
4
7

R + G + B ~ 13%. #580407 is dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 4 + 7 = 99 (100%)
R 88 of 99 ~ 88.89%
G 4 of 99 ~ 4.04%
B 7 of 99 ~ 7.07'%

%88.89

CMYK color model

#580407 color CMYK value is (0,95,92,65).

  • cyan value is 0.00%
  • magenta value is 95.45%
  • yellow value is 92.05%
  • key color value is 65.49%

CMYK: (0,95,92,65)
C0M95Y92K65 (0%, 95%, 92%, 65%)
(0.00 / 0.95 / 0.92 / 0.65)

CMYK percentages

%0
%95.45
%92.05
%65.49

Codes

Color #580407 in popluar color models

58 04 07
RGB 88 4 7
HSL 358° 91.30% 18.04%
HSB/HSV 358° 95.45% 34.51%
CMYK 0.00% 95.45% 92.05%
65.49%

Color #580407 in popluar number systems.

HEX 58 04 07
Decimal 88 4 7
Binary 1011000 100 111
Octal 130 4 7

Shades and tints

Shades of #580407

#580407
(88,4,7)
#500407
(80,4,7)
#480407
(72,4,7)
#400407
(64,4,7)
#380407
(56,4,7)
#300407
(48,4,7)
#280407
(40,4,7)
#200407
(32,4,7)
#180407
(24,4,7)
#100407
(16,4,7)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #580407

#580407
(88,4,7)
#671A1D
(103,26,29)
#763033
(118,48,51)
#854649
(133,70,73)
#945C5F
(148,92,95)
#A37275
(163,114,117)
#B2888B
(178,136,139)
#C19EA1
(193,158,161)
#D0B4B7
(208,180,183)
#DFCACD
(223,202,205)
#EEE0E3
(238,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580407 color. Also use rgb(88,4,7) instead hex code.

Text Font Color

.myTextColor { color: #580407; }

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

This text font color is #580407.

Background Color

.myBgColor { background-color: #580407; }

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

This div background color is #580407.

Border color

.myBorderColor { border: 1px solid #580407; }

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

This div border color is #580407.

Opacity

.myOpacity80 { color: #580407; opacity: 0.8; }

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

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

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

This text has shadow with #580407 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #580407.

Preview

Color preview on black background

This text has color #580407 on black background.


Color preview on white background

This text has color #580407 on white background.


Black color preview on #580407 background

This text has black color on #580407 background.


White color preview on #580407 background

This text has white color on #580407 background.


Related colors

Complementary color

Complementary color for #hex is #A7FBF8.


I love getcolorcode.com

Triadic colors

1 #075804 and #040758 with #580407 are triadic colors.

2 #070458 and #045807 with #580407 are triadic colors.