COLOR #590612

HEX: #590612
RGB: (89,6,18)

Color info

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

RGB color model

#590612 color RGB value is (89,6,18).

  • red value is 89;
  • green value is 6;
  • blue value is 18.
RGB:
(89,6,18)
(35%,2%,7%)

RGB channels and saturation

R 89 of 255 = 35%
G 6 of 255 = 2%
B 18 of 255 = 7%

89
6
18

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

Portions of RGB colors in percentages

R + G + B =
89 + 6 + 18 = 113 (100%)
R 89 of 113 ~ 78.76%
G 6 of 113 ~ 5.31%
B 18 of 113 ~ 15.93%

%78.76
%15.93

CMYK color model

#590612 color CMYK value is (0,93,80,65).

  • cyan value is 0.00%
  • magenta value is 93.26%
  • yellow value is 79.78%
  • key color value is 65.10%
CMYK:
(0,93,80,65)
C0M93Y80K65 
(0%,93%,80%,65%)
(0.00/0.93/0.80/0.65)	

CMYK percentages

%0
%93.26
%79.78
%65.1

Codes

Color #590612 in popluar color models

590612
RGB89618
HSL351°87.37%18.63%
HSB/HSV351°93.26%34.90%
CMYK0.00%93.26%79.78%
65.10%

Color #590612 in popluar number systems.

HEX590612
Decimal89618
Binary101100111010010
Octal131622

Shades and tints

Shades of #590612

#590612
(89,6,18)
#510611
(81,6,17)
#490610
(73,6,16)
#41060F
(65,6,15)
#39060E
(57,6,14)
#31060D
(49,6,13)
#29060C
(41,6,12)
#21060B
(33,6,11)
#19060A
(25,6,10)
#110609
(17,6,9)
#090608
(9,6,8)
#000000
(0,0,0)

Tints of #590612

#590612
(89,6,18)
#681C27
(104,28,39)
#77323C
(119,50,60)
#864851
(134,72,81)
#955E66
(149,94,102)
#A4747B
(164,116,123)
#B38A90
(179,138,144)
#C2A0A5
(194,160,165)
#D1B6BA
(209,182,186)
#E0CCCF
(224,204,207)
#EFE2E4
(239,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590612 color. Also use rgb(89,6,18) instead hex code.

Text Font Color

.myTextColor { color: #590612; }

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

This text font color is #590612.


Background Color

.myBgColor { background-color: #590612; }

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

This div background color is #590612.


Border color

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

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

This div border color is #590612.


Opacity

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

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

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

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

This text has shadow with #590612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590612 on black background.


Color preview on white background

This text has color #590612 on white background.



Black color preview on #590612 background

This text has black color on #590612 background.


White color preview on #590612 background

This text has white color on #590612 background.