COLOR #595C32

HEX: #595C32
RGB: (89,92,50)

Color info

#595C32 contains red, green and blue colors in about the same proportion. Web safe color of #595C32 is #666633 (or #663).

RGB color model

#595C32 color RGB value is (89,92,50).

  • red value is 89;
  • green value is 92;
  • blue value is 50.
RGB:
(89,92,50)
(35%,36%,20%)

RGB channels and saturation

R 89 of 255 = 35%
G 92 of 255 = 36%
B 50 of 255 = 20%

89
92
50

R + G + B ~ 30%. #595C32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 92 + 50 = 231 (100%)
R 89 of 231 ~ 38.53%
G 92 of 231 ~ 39.83%
B 50 of 231 ~ 21.65%

%38.53
%39.83
%21.65

CMYK color model

#595C32 color CMYK value is (3,0,46,64).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 45.65%
  • key color value is 63.92%
CMYK:
(3,0,46,64)
C3M0Y46K64 
(3%,0%,46%,64%)
(0.03/0.00/0.46/0.64)	

CMYK percentages

%3.26
%0
%45.65
%63.92

Codes

Color #595C32 in popluar color models

595C32
RGB899250
HSL64°29.58%27.84%
HSB/HSV64°45.65%36.08%
CMYK3.26%0.00%45.65%
63.92%

Color #595C32 in popluar number systems.

HEX595C32
Decimal899250
Binary10110011011100110010
Octal13113462

Shades and tints

Shades of #595C32

#595C32
(89,92,50)
#51542E
(81,84,46)
#494C2A
(73,76,42)
#414426
(65,68,38)
#393C22
(57,60,34)
#31341E
(49,52,30)
#292C1A
(41,44,26)
#212416
(33,36,22)
#191C12
(25,28,18)
#11140E
(17,20,14)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #595C32

#595C32
(89,92,50)
#686A44
(104,106,68)
#777856
(119,120,86)
#868668
(134,134,104)
#95947A
(149,148,122)
#A4A28C
(164,162,140)
#B3B09E
(179,176,158)
#C2BEB0
(194,190,176)
#D1CCC2
(209,204,194)
#E0DAD4
(224,218,212)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595C32 color. Also use rgb(89,92,50) instead hex code.

Text Font Color

.myTextColor { color: #595C32; }

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

This text font color is #595C32.


Background Color

.myBgColor { background-color: #595C32; }

<div style="background-color:#595C32">Inner text</div>

This div background color is #595C32.


Border color

.myBorderColor { border: 1px solid #595C32; }

<div style="border:3px solid #595C32">Div</div>

This div border color is #595C32.


Opacity

.myOpacity80 { color: #595C32; opacity: 0.8; }

<p style="color:#595C32;opacity:0.8;">80%</p>

Text with #595C32 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 #595C32;}

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

This text has shadow with #595C32 color.

.textShadow {text-shadow: 3px 3px 1px #595C32, 3px 3px 1px red;}

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

This text has shadow with #595C32 primary color and red secondary color.


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

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

This text has shadow with #595C32 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595C32 on black background.


Color preview on white background

This text has color #595C32 on white background.



Black color preview on #595C32 background

This text has black color on #595C32 background.


White color preview on #595C32 background

This text has white color on #595C32 background.