COLOR #590F2F

HEX: #590F2F RGB: (89,15,47)

Color info

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

RGB color model

#590F2F color RGB value is (89,15,47).

RGB: (89,15,47) (35%, 6%, 18%)

RGB channels and saturation

R 89 of 255 = 35%
G 15 of 255 = 6%
B 47 of 255 = 18%

89
15
47

R + G + B ~ 20%. #590F2F is dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 15 + 47 = 151 (100%)
R 89 of 151 ~ 58.94%
G 15 of 151 ~ 9.93%
B 47 of 151 ~ 31.13'%

%58.94
%31.13

CMYK color model

#590F2F color CMYK value is (0,83,47,65).

  • cyan value is 0.00%
  • magenta value is 83.15%
  • yellow value is 47.19%
  • key color value is 65.10%

CMYK: (0,83,47,65)
C0M83Y47K65 (0%, 83%, 47%, 65%)
(0.00 / 0.83 / 0.47 / 0.65)

CMYK percentages

%0
%83.15
%47.19
%65.1

Codes

Color #590F2F in popluar color models

59 0F 2F
RGB 89 15 47
HSL 334° 71.15% 20.39%
HSB/HSV 334° 83.15% 34.90%
CMYK 0.00% 83.15% 47.19%
65.10%

Color #590F2F in popluar number systems.

HEX 59 0F 2F
Decimal 89 15 47
Binary 1011001 1111 101111
Octal 131 17 57

Shades and tints

Shades of #590F2F

#590F2F
(89,15,47)
#510E2B
(81,14,43)
#490D27
(73,13,39)
#410C23
(65,12,35)
#390B1F
(57,11,31)
#310A1B
(49,10,27)
#290917
(41,9,23)
#210813
(33,8,19)
#19070F
(25,7,15)
#11060B
(17,6,11)
#090507
(9,5,7)
#000000
(0,0,0)

Tints of #590F2F

#590F2F
(89,15,47)
#682441
(104,36,65)
#773953
(119,57,83)
#864E65
(134,78,101)
#956377
(149,99,119)
#A47889
(164,120,137)
#B38D9B
(179,141,155)
#C2A2AD
(194,162,173)
#D1B7BF
(209,183,191)
#E0CCD1
(224,204,209)
#EFE1E3
(239,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590F2F color. Also use rgb(89,15,47) instead hex code.

Text Font Color

.myTextColor { color: #590F2F; }

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

This text font color is #590F2F.

Background Color

.myBgColor { background-color: #590F2F; }

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

This div background color is #590F2F.

Border color

.myBorderColor { border: 1px solid #590F2F; }

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

This div border color is #590F2F.

Opacity

.myOpacity80 { color: #590F2F; opacity: 0.8; }

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

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

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

This text has shadow with #590F2F color.


.textShadow {text-shadow: 3px 3px 1px #590F2F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #590F2F; -webkit-box-shadow: 1px 1px 3px 2px #590F2F; box-shadow:1px 1px 3px 2px #590F2F;">
Div content here
</div>

This div box has shadow with color #590F2F.

Preview

Color preview on black background

This text has color #590F2F on black background.


Color preview on white background

This text has color #590F2F on white background.


Black color preview on #590F2F background

This text has black color on #590F2F background.


White color preview on #590F2F background

This text has white color on #590F2F background.


Related colors

Complementary color

Complementary color for #hex is #A6F0D0.


I love getcolorcode.com

Triadic colors

1 #2F590F and #0F2F59 with #590F2F are triadic colors.

2 #2F0F59 and #0F592F with #590F2F are triadic colors.