COLOR #592C2E

HEX: #592C2E
RGB: (89,44,46)

Color info

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

RGB color model

#592C2E color RGB value is (89,44,46).

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

RGB channels and saturation

R 89 of 255 = 35%
G 44 of 255 = 17%
B 46 of 255 = 18%

89
44
46

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

Portions of RGB colors in percentages

R + G + B =
89 + 44 + 46 = 179 (100%)
R 89 of 179 ~ 49.72%
G 44 of 179 ~ 24.58%
B 46 of 179 ~ 25.7%

%49.72
%24.58
%25.7

CMYK color model

#592C2E color CMYK value is (0,51,48,65).

  • cyan value is 0.00%
  • magenta value is 50.56%
  • yellow value is 48.31%
  • key color value is 65.10%
CMYK:
(0,51,48,65)
C0M51Y48K65 
(0%,51%,48%,65%)
(0.00/0.51/0.48/0.65)	

CMYK percentages

%0
%50.56
%48.31
%65.1

Codes

Color #592C2E in popluar color models

592C2E
RGB894446
HSL357°33.83%26.08%
HSB/HSV357°50.56%34.90%
CMYK0.00%50.56%48.31%
65.10%

Color #592C2E in popluar number systems.

HEX592C2E
Decimal894446
Binary1011001101100101110
Octal1315456

Shades and tints

Shades of #592C2E

#592C2E
(89,44,46)
#51282A
(81,40,42)
#492426
(73,36,38)
#412022
(65,32,34)
#391C1E
(57,28,30)
#31181A
(49,24,26)
#291416
(41,20,22)
#211012
(33,16,18)
#190C0E
(25,12,14)
#11080A
(17,8,10)
#090406
(9,4,6)
#000000
(0,0,0)

Tints of #592C2E

#592C2E
(89,44,46)
#683F41
(104,63,65)
#775254
(119,82,84)
#866567
(134,101,103)
#95787A
(149,120,122)
#A48B8D
(164,139,141)
#B39EA0
(179,158,160)
#C2B1B3
(194,177,179)
#D1C4C6
(209,196,198)
#E0D7D9
(224,215,217)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #592C2E; }

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

This text font color is #592C2E.


Background Color

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

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

This div background color is #592C2E.


Border color

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

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

This div border color is #592C2E.


Opacity

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

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

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

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

This text has shadow with #592C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592C2E on black background.


Color preview on white background

This text has color #592C2E on white background.



Black color preview on #592C2E background

This text has black color on #592C2E background.


White color preview on #592C2E background

This text has white color on #592C2E background.