COLOR #580312

HEX: #580312
RGB: (88,3,18)

Color info

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

RGB color model

#580312 color RGB value is (88,3,18).

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

RGB channels and saturation

R 88 of 255 = 35%
G 3 of 255 = 1%
B 18 of 255 = 7%

88
3
18

R + G + B ~ 14%. #580312 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 3 + 18 = 109 (100%)
R 88 of 109 ~ 80.73%
G 3 of 109 ~ 2.75%
B 18 of 109 ~ 16.51%

%80.73
%16.51

CMYK color model

#580312 color CMYK value is (0,97,80,65).

  • cyan value is 0.00%
  • magenta value is 96.59%
  • yellow value is 79.55%
  • key color value is 65.49%
CMYK:
(0,97,80,65)
C0M97Y80K65 
(0%,97%,80%,65%)
(0.00/0.97/0.80/0.65)	

CMYK percentages

%0
%96.59
%79.55
%65.49

Codes

Color #580312 in popluar color models

580312
RGB88318
HSL349°93.41%17.84%
HSB/HSV349°96.59%34.51%
CMYK0.00%96.59%79.55%
65.49%

Color #580312 in popluar number systems.

HEX580312
Decimal88318
Binary10110001110010
Octal130322

Shades and tints

Shades of #580312

#580312
(88,3,18)
#500311
(80,3,17)
#480310
(72,3,16)
#40030F
(64,3,15)
#38030E
(56,3,14)
#30030D
(48,3,13)
#28030C
(40,3,12)
#20030B
(32,3,11)
#18030A
(24,3,10)
#100309
(16,3,9)
#080308
(8,3,8)
#000000
(0,0,0)

Tints of #580312

#580312
(88,3,18)
#671927
(103,25,39)
#762F3C
(118,47,60)
#854551
(133,69,81)
#945B66
(148,91,102)
#A3717B
(163,113,123)
#B28790
(178,135,144)
#C19DA5
(193,157,165)
#D0B3BA
(208,179,186)
#DFC9CF
(223,201,207)
#EEDFE4
(238,223,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580312 color. Also use rgb(88,3,18) instead hex code.

Text Font Color

.myTextColor { color: #580312; }

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

This text font color is #580312.


Background Color

.myBgColor { background-color: #580312; }

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

This div background color is #580312.


Border color

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

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

This div border color is #580312.


Opacity

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

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

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

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

This text has shadow with #580312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580312 on black background.


Color preview on white background

This text has color #580312 on white background.



Black color preview on #580312 background

This text has black color on #580312 background.


White color preview on #580312 background

This text has white color on #580312 background.