COLOR #595245

HEX: #595245 RGB: (89,82,69)

Color info

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

RGB color model

#595245 color RGB value is (89,82,69).

RGB: (89,82,69) (35%, 32%, 27%)

RGB channels and saturation

R 89 of 255 = 35%
G 82 of 255 = 32%
B 69 of 255 = 27%

89
82
69

R + G + B ~ 31%. #595245 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 82 + 69 = 240 (100%)
R 89 of 240 ~ 37.08%
G 82 of 240 ~ 34.17%
B 69 of 240 ~ 28.75'%

%37.08
%34.17
%28.75

CMYK color model

#595245 color CMYK value is (0,8,22,65).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 22.47%
  • key color value is 65.10%
CMYK: (0,8,22,65) C0M8Y22K65 (0%,8%,22%,65%) (0.00/0.08/0.22/0.65) 

CMYK percentages

%0
%7.87
%22.47
%65.1

Codes

Color #595245 in popluar color models

59 52 45
RGB 89 82 69
HSL 39° 12.66% 30.98%
HSB/HSV 39° 22.47% 34.90%
CMYK 0.00% 7.87% 22.47%
65.10%

Color #595245 in popluar number systems.

HEX 59 52 45
Decimal 89 82 69
Binary 1011001 1010010 1000101
Octal 131 122 105

Shades and tints

Shades of #595245

#595245
(89,82,69)
#514B3F
(81,75,63)
#494439
(73,68,57)
#413D33
(65,61,51)
#39362D
(57,54,45)
#312F27
(49,47,39)
#292821
(41,40,33)
#21211B
(33,33,27)
#191A15
(25,26,21)
#11130F
(17,19,15)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #595245

#595245
(89,82,69)
#686155
(104,97,85)
#777065
(119,112,101)
#867F75
(134,127,117)
#958E85
(149,142,133)
#A49D95
(164,157,149)
#B3ACA5
(179,172,165)
#C2BBB5
(194,187,181)
#D1CAC5
(209,202,197)
#E0D9D5
(224,217,213)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595245 color. Also use rgb(89,82,69) instead hex code.

Text Font Color

.myTextColor { color: #595245; }

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

This text font color is #595245.

Background Color

.myBgColor { background-color: #595245; }

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

This div background color is #595245.

Border color

.myBorderColor { border: 1px solid #595245; }

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

This div border color is #595245.

Opacity

.myOpacity80 { color: #595245; opacity: 0.8; }

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

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

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

This text has shadow with #595245 color.


.textShadow {text-shadow: 3px 3px 1px #595245', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #595245; -webkit-box-shadow: 1px 1px 3px 2px #595245; box-shadow:1px 1px 3px 2px #595245;">
Div content here
</div>

This div box has shadow with color #595245.

Preview

Color preview on black background

This text has color #595245 on black background.


Color preview on white background

This text has color #595245 on white background.


Black color preview on #595245 background

This text has black color on #595245 background.


White color preview on #595245 background

This text has white color on #595245 background.


Related colors

Complementary color

Complementary color for #hex is #A6ADBA.


I love getcolorcode.com

Triadic colors

1 #455952 and #524559 with #595245 are triadic colors.

2 #455259 and #525945 with #595245 are triadic colors.