COLOR #592A4C

HEX: #592A4C
RGB: (89,42,76)

Color info

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

RGB color model

#592A4C color RGB value is (89,42,76).

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

RGB channels and saturation

R 89 of 255 = 35%
G 42 of 255 = 16%
B 76 of 255 = 30%

89
42
76

R + G + B ~ 27%. #592A4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 42 + 76 = 207 (100%)
R 89 of 207 ~ 43%
G 42 of 207 ~ 20.29%
B 76 of 207 ~ 36.71%

%43
%20.29
%36.71

CMYK color model

#592A4C color CMYK value is (0,53,15,65).

  • cyan value is 0.00%
  • magenta value is 52.81%
  • yellow value is 14.61%
  • key color value is 65.10%
CMYK:
(0,53,15,65)
C0M53Y15K65 
(0%,53%,15%,65%)
(0.00/0.53/0.15/0.65)	

CMYK percentages

%0
%52.81
%14.61
%65.1

Codes

Color #592A4C in popluar color models

592A4C
RGB894276
HSL317°35.88%25.69%
HSB/HSV317°52.81%34.90%
CMYK0.00%52.81%14.61%
65.10%

Color #592A4C in popluar number systems.

HEX592A4C
Decimal894276
Binary10110011010101001100
Octal13152114

Shades and tints

Shades of #592A4C

#592A4C
(89,42,76)
#512746
(81,39,70)
#492440
(73,36,64)
#41213A
(65,33,58)
#391E34
(57,30,52)
#311B2E
(49,27,46)
#291828
(41,24,40)
#211522
(33,21,34)
#19121C
(25,18,28)
#110F16
(17,15,22)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #592A4C

#592A4C
(89,42,76)
#683D5C
(104,61,92)
#77506C
(119,80,108)
#86637C
(134,99,124)
#95768C
(149,118,140)
#A4899C
(164,137,156)
#B39CAC
(179,156,172)
#C2AFBC
(194,175,188)
#D1C2CC
(209,194,204)
#E0D5DC
(224,213,220)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #592A4C; }

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

This text font color is #592A4C.


Background Color

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

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

This div background color is #592A4C.


Border color

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

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

This div border color is #592A4C.


Opacity

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

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

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

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

This text has shadow with #592A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592A4C on black background.


Color preview on white background

This text has color #592A4C on white background.



Black color preview on #592A4C background

This text has black color on #592A4C background.


White color preview on #592A4C background

This text has white color on #592A4C background.