COLOR #592E34

HEX: #592E34
RGB: (89,46,52)

Color info

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

RGB color model

#592E34 color RGB value is (89,46,52).

  • red value is 89;
  • green value is 46;
  • blue value is 52.
RGB:
(89,46,52)
(35%,18%,20%)

RGB channels and saturation

R 89 of 255 = 35%
G 46 of 255 = 18%
B 52 of 255 = 20%

89
46
52

R + G + B ~ 24%. #592E34 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 46 + 52 = 187 (100%)
R 89 of 187 ~ 47.59%
G 46 of 187 ~ 24.6%
B 52 of 187 ~ 27.81%

%47.59
%24.6
%27.81

CMYK color model

#592E34 color CMYK value is (0,48,42,65).

  • cyan value is 0.00%
  • magenta value is 48.31%
  • yellow value is 41.57%
  • key color value is 65.10%
CMYK:
(0,48,42,65)
C0M48Y42K65 
(0%,48%,42%,65%)
(0.00/0.48/0.42/0.65)	

CMYK percentages

%0
%48.31
%41.57
%65.1

Codes

Color #592E34 in popluar color models

592E34
RGB894652
HSL352°31.85%26.47%
HSB/HSV352°48.31%34.90%
CMYK0.00%48.31%41.57%
65.10%

Color #592E34 in popluar number systems.

HEX592E34
Decimal894652
Binary1011001101110110100
Octal1315664

Shades and tints

Shades of #592E34

#592E34
(89,46,52)
#512A30
(81,42,48)
#49262C
(73,38,44)
#412228
(65,34,40)
#391E24
(57,30,36)
#311A20
(49,26,32)
#29161C
(41,22,28)
#211218
(33,18,24)
#190E14
(25,14,20)
#110A10
(17,10,16)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #592E34

#592E34
(89,46,52)
#684146
(104,65,70)
#775458
(119,84,88)
#86676A
(134,103,106)
#957A7C
(149,122,124)
#A48D8E
(164,141,142)
#B3A0A0
(179,160,160)
#C2B3B2
(194,179,178)
#D1C6C4
(209,198,196)
#E0D9D6
(224,217,214)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592E34 color. Also use rgb(89,46,52) instead hex code.

Text Font Color

.myTextColor { color: #592E34; }

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

This text font color is #592E34.


Background Color

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

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

This div background color is #592E34.


Border color

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

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

This div border color is #592E34.


Opacity

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

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

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

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

This text has shadow with #592E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592E34 on black background.


Color preview on white background

This text has color #592E34 on white background.



Black color preview on #592E34 background

This text has black color on #592E34 background.


White color preview on #592E34 background

This text has white color on #592E34 background.