COLOR #595C2D

HEX: #595C2D
RGB: (89,92,45)

Color info

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

RGB color model

#595C2D color RGB value is (89,92,45).

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

RGB channels and saturation

R 89 of 255 = 35%
G 92 of 255 = 36%
B 45 of 255 = 18%

89
92
45

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

Portions of RGB colors in percentages

R + G + B =
89 + 92 + 45 = 226 (100%)
R 89 of 226 ~ 39.38%
G 92 of 226 ~ 40.71%
B 45 of 226 ~ 19.91%

%39.38
%40.71
%19.91

CMYK color model

#595C2D color CMYK value is (3,0,51,64).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 51.09%
  • key color value is 63.92%
CMYK:
(3,0,51,64)
C3M0Y51K64 
(3%,0%,51%,64%)
(0.03/0.00/0.51/0.64)	

CMYK percentages

%3.26
%0
%51.09
%63.92

Codes

Color #595C2D in popluar color models

595C2D
RGB899245
HSL64°34.31%26.86%
HSB/HSV64°51.09%36.08%
CMYK3.26%0.00%51.09%
63.92%

Color #595C2D in popluar number systems.

HEX595C2D
Decimal899245
Binary10110011011100101101
Octal13113455

Shades and tints

Shades of #595C2D

#595C2D
(89,92,45)
#515429
(81,84,41)
#494C25
(73,76,37)
#414421
(65,68,33)
#393C1D
(57,60,29)
#313419
(49,52,25)
#292C15
(41,44,21)
#212411
(33,36,17)
#191C0D
(25,28,13)
#111409
(17,20,9)
#090C05
(9,12,5)
#000000
(0,0,0)

Tints of #595C2D

#595C2D
(89,92,45)
#686A40
(104,106,64)
#777853
(119,120,83)
#868666
(134,134,102)
#959479
(149,148,121)
#A4A28C
(164,162,140)
#B3B09F
(179,176,159)
#C2BEB2
(194,190,178)
#D1CCC5
(209,204,197)
#E0DAD8
(224,218,216)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595C2D; }

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

This text font color is #595C2D.


Background Color

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

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

This div background color is #595C2D.


Border color

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

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

This div border color is #595C2D.


Opacity

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

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

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

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

This text has shadow with #595C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595C2D on black background.


Color preview on white background

This text has color #595C2D on white background.



Black color preview on #595C2D background

This text has black color on #595C2D background.


White color preview on #595C2D background

This text has white color on #595C2D background.