COLOR #580710

HEX: #580710
RGB: (88,7,16)

Color info

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

RGB color model

#580710 color RGB value is (88,7,16).

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

RGB channels and saturation

R 88 of 255 = 35%
G 7 of 255 = 3%
B 16 of 255 = 6%

88
7
16

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

Portions of RGB colors in percentages

R + G + B =
88 + 7 + 16 = 111 (100%)
R 88 of 111 ~ 79.28%
G 7 of 111 ~ 6.31%
B 16 of 111 ~ 14.41%

%79.28
%14.41

CMYK color model

#580710 color CMYK value is (0,92,82,65).

  • cyan value is 0.00%
  • magenta value is 92.05%
  • yellow value is 81.82%
  • key color value is 65.49%
CMYK:
(0,92,82,65)
C0M92Y82K65 
(0%,92%,82%,65%)
(0.00/0.92/0.82/0.65)	

CMYK percentages

%0
%92.05
%81.82
%65.49

Codes

Color #580710 in popluar color models

580710
RGB88716
HSL353°85.26%18.63%
HSB/HSV353°92.05%34.51%
CMYK0.00%92.05%81.82%
65.49%

Color #580710 in popluar number systems.

HEX580710
Decimal88716
Binary101100011110000
Octal130720

Shades and tints

Shades of #580710

#580710
(88,7,16)
#50070F
(80,7,15)
#48070E
(72,7,14)
#40070D
(64,7,13)
#38070C
(56,7,12)
#30070B
(48,7,11)
#28070A
(40,7,10)
#200709
(32,7,9)
#180708
(24,7,8)
#100707
(16,7,7)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #580710

#580710
(88,7,16)
#671D25
(103,29,37)
#76333A
(118,51,58)
#85494F
(133,73,79)
#945F64
(148,95,100)
#A37579
(163,117,121)
#B28B8E
(178,139,142)
#C1A1A3
(193,161,163)
#D0B7B8
(208,183,184)
#DFCDCD
(223,205,205)
#EEE3E2
(238,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580710; }

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

This text font color is #580710.


Background Color

.myBgColor { background-color: #580710; }

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

This div background color is #580710.


Border color

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

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

This div border color is #580710.


Opacity

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

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

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

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

This text has shadow with #580710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580710 on black background.


Color preview on white background

This text has color #580710 on white background.



Black color preview on #580710 background

This text has black color on #580710 background.


White color preview on #580710 background

This text has white color on #580710 background.