COLOR #592A47

HEX: #592A47
RGB: (89,42,71)

Color info

#592A47 contains red, green and blue colors in about the same proportion. Web safe color of #592A47 is #663333 (or #633).

RGB color model

#592A47 color RGB value is (89,42,71).

  • red value is 89;
  • green value is 42;
  • blue value is 71.
RGB:
(89,42,71)
(35%,16%,28%)

RGB channels and saturation

R 89 of 255 = 35%
G 42 of 255 = 16%
B 71 of 255 = 28%

89
42
71

R + G + B ~ 26%. #592A47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 42 + 71 = 202 (100%)
R 89 of 202 ~ 44.06%
G 42 of 202 ~ 20.79%
B 71 of 202 ~ 35.15%

%44.06
%20.79
%35.15

CMYK color model

#592A47 color CMYK value is (0,53,20,65).

  • cyan value is 0.00%
  • magenta value is 52.81%
  • yellow value is 20.22%
  • key color value is 65.10%
CMYK:
(0,53,20,65)
C0M53Y20K65 
(0%,53%,20%,65%)
(0.00/0.53/0.20/0.65)	

CMYK percentages

%0
%52.81
%20.22
%65.1

Codes

Color #592A47 in popluar color models

592A47
RGB894271
HSL323°35.88%25.69%
HSB/HSV323°52.81%34.90%
CMYK0.00%52.81%20.22%
65.10%

Color #592A47 in popluar number systems.

HEX592A47
Decimal894271
Binary10110011010101000111
Octal13152107

Shades and tints

Shades of #592A47

#592A47
(89,42,71)
#512741
(81,39,65)
#49243B
(73,36,59)
#412135
(65,33,53)
#391E2F
(57,30,47)
#311B29
(49,27,41)
#291823
(41,24,35)
#21151D
(33,21,29)
#191217
(25,18,23)
#110F11
(17,15,17)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #592A47

#592A47
(89,42,71)
#683D57
(104,61,87)
#775067
(119,80,103)
#866377
(134,99,119)
#957687
(149,118,135)
#A48997
(164,137,151)
#B39CA7
(179,156,167)
#C2AFB7
(194,175,183)
#D1C2C7
(209,194,199)
#E0D5D7
(224,213,215)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592A47 color. Also use rgb(89,42,71) instead hex code.

Text Font Color

.myTextColor { color: #592A47; }

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

This text font color is #592A47.


Background Color

.myBgColor { background-color: #592A47; }

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

This div background color is #592A47.


Border color

.myBorderColor { border: 1px solid #592A47; }

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

This div border color is #592A47.


Opacity

.myOpacity80 { color: #592A47; opacity: 0.8; }

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

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

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

This text has shadow with #592A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592A47 on black background.


Color preview on white background

This text has color #592A47 on white background.



Black color preview on #592A47 background

This text has black color on #592A47 background.


White color preview on #592A47 background

This text has white color on #592A47 background.