COLOR #580704

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

Color info

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

RGB color model

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

  • red value is 88;
  • green value is 7;
  • blue value is 4.
RGB:
(88,7,4)
(35%,3%,2%)

RGB channels and saturation

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

88
7
4

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

Portions of RGB colors in percentages

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

%88.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 92.05%
  • yellow value is 95.45%
  • key color value is 65.49%
CMYK:
(0,92,95,65)
C0M92Y95K65 
(0%,92%,95%,65%)
(0.00/0.92/0.95/0.65)	

CMYK percentages

%0
%92.05
%95.45
%65.49

Codes

Color #580704 in popluar color models

580704
RGB8874
HSL91.30%18.04%
HSB/HSV95.45%34.51%
CMYK0.00%92.05%95.45%
65.49%

Color #580704 in popluar number systems.

HEX580704
Decimal8874
Binary1011000111100
Octal13074

Shades and tints

Shades of #580704

#580704
(88,7,4)
#500704
(80,7,4)
#480704
(72,7,4)
#400704
(64,7,4)
#380704
(56,7,4)
#300704
(48,7,4)
#280704
(40,7,4)
#200704
(32,7,4)
#180704
(24,7,4)
#100704
(16,7,4)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #580704

#580704
(88,7,4)
#671D1A
(103,29,26)
#763330
(118,51,48)
#854946
(133,73,70)
#945F5C
(148,95,92)
#A37572
(163,117,114)
#B28B88
(178,139,136)
#C1A19E
(193,161,158)
#D0B7B4
(208,183,180)
#DFCDCA
(223,205,202)
#EEE3E0
(238,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580704; }

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

This text font color is #580704.


Background Color

.myBgColor { background-color: #580704; }

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

This div background color is #580704.


Border color

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

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

This div border color is #580704.


Opacity

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

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

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

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

This text has shadow with #580704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580704 on black background.


Color preview on white background

This text has color #580704 on white background.



Black color preview on #580704 background

This text has black color on #580704 background.


White color preview on #580704 background

This text has white color on #580704 background.