COLOR #592E29

HEX: #592E29
RGB: (89,46,41)

Color info

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

RGB color model

#592E29 color RGB value is (89,46,41).

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

RGB channels and saturation

R 89 of 255 = 35%
G 46 of 255 = 18%
B 41 of 255 = 16%

89
46
41

R + G + B ~ 23%. #592E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 46 + 41 = 176 (100%)
R 89 of 176 ~ 50.57%
G 46 of 176 ~ 26.14%
B 41 of 176 ~ 23.3%

%50.57
%26.14
%23.3

CMYK color model

#592E29 color CMYK value is (0,48,54,65).

  • cyan value is 0.00%
  • magenta value is 48.31%
  • yellow value is 53.93%
  • key color value is 65.10%
CMYK:
(0,48,54,65)
C0M48Y54K65 
(0%,48%,54%,65%)
(0.00/0.48/0.54/0.65)	

CMYK percentages

%0
%48.31
%53.93
%65.1

Codes

Color #592E29 in popluar color models

592E29
RGB894641
HSL36.92%25.49%
HSB/HSV53.93%34.90%
CMYK0.00%48.31%53.93%
65.10%

Color #592E29 in popluar number systems.

HEX592E29
Decimal894641
Binary1011001101110101001
Octal1315651

Shades and tints

Shades of #592E29

#592E29
(89,46,41)
#512A26
(81,42,38)
#492623
(73,38,35)
#412220
(65,34,32)
#391E1D
(57,30,29)
#311A1A
(49,26,26)
#291617
(41,22,23)
#211214
(33,18,20)
#190E11
(25,14,17)
#110A0E
(17,10,14)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #592E29

#592E29
(89,46,41)
#68413C
(104,65,60)
#77544F
(119,84,79)
#866762
(134,103,98)
#957A75
(149,122,117)
#A48D88
(164,141,136)
#B3A09B
(179,160,155)
#C2B3AE
(194,179,174)
#D1C6C1
(209,198,193)
#E0D9D4
(224,217,212)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #592E29; }

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

This text font color is #592E29.


Background Color

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

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

This div background color is #592E29.


Border color

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

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

This div border color is #592E29.


Opacity

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

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

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

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

This text has shadow with #592E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592E29 on black background.


Color preview on white background

This text has color #592E29 on white background.



Black color preview on #592E29 background

This text has black color on #592E29 background.


White color preview on #592E29 background

This text has white color on #592E29 background.