COLOR #580A3F

HEX: #580A3F
RGB: (88,10,63)

Color info

#580A3F contains mainly red and blue colors. Web safe color of #580A3F is #660033 (or #603).

RGB color model

#580A3F color RGB value is (88,10,63).

  • red value is 88;
  • green value is 10;
  • blue value is 63.
RGB:
(88,10,63)
(35%,4%,25%)

RGB channels and saturation

R 88 of 255 = 35%
G 10 of 255 = 4%
B 63 of 255 = 25%

88
10
63

R + G + B ~ 21%. #580A3F is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 10 + 63 = 161 (100%)
R 88 of 161 ~ 54.66%
G 10 of 161 ~ 6.21%
B 63 of 161 ~ 39.13%

%54.66
%39.13

CMYK color model

#580A3F color CMYK value is (0,89,28,65).

  • cyan value is 0.00%
  • magenta value is 88.64%
  • yellow value is 28.41%
  • key color value is 65.49%
CMYK:
(0,89,28,65)
C0M89Y28K65 
(0%,89%,28%,65%)
(0.00/0.89/0.28/0.65)	

CMYK percentages

%0
%88.64
%28.41
%65.49

Codes

Color #580A3F in popluar color models

580A3F
RGB881063
HSL319°79.59%19.22%
HSB/HSV319°88.64%34.51%
CMYK0.00%88.64%28.41%
65.49%

Color #580A3F in popluar number systems.

HEX580A3F
Decimal881063
Binary10110001010111111
Octal1301277

Shades and tints

Shades of #580A3F

#580A3F
(88,10,63)
#500A3A
(80,10,58)
#480A35
(72,10,53)
#400A30
(64,10,48)
#380A2B
(56,10,43)
#300A26
(48,10,38)
#280A21
(40,10,33)
#200A1C
(32,10,28)
#180A17
(24,10,23)
#100A12
(16,10,18)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #580A3F

#580A3F
(88,10,63)
#672050
(103,32,80)
#763661
(118,54,97)
#854C72
(133,76,114)
#946283
(148,98,131)
#A37894
(163,120,148)
#B28EA5
(178,142,165)
#C1A4B6
(193,164,182)
#D0BAC7
(208,186,199)
#DFD0D8
(223,208,216)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580A3F color. Also use rgb(88,10,63) instead hex code.

Text Font Color

.myTextColor { color: #580A3F; }

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

This text font color is #580A3F.


Background Color

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

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

This div background color is #580A3F.


Border color

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

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

This div border color is #580A3F.


Opacity

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

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

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

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

This text has shadow with #580A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580A3F on black background.


Color preview on white background

This text has color #580A3F on white background.



Black color preview on #580A3F background

This text has black color on #580A3F background.


White color preview on #580A3F background

This text has white color on #580A3F background.