COLOR #595145

HEX: #595145
RGB: (89,81,69)

Color info

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

RGB color model

#595145 color RGB value is (89,81,69).

  • red value is 89;
  • green value is 81;
  • blue value is 69.
RGB:
(89,81,69)
(35%,32%,27%)

RGB channels and saturation

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

89
81
69

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

Portions of RGB colors in percentages

R + G + B =
89 + 81 + 69 = 239 (100%)
R 89 of 239 ~ 37.24%
G 81 of 239 ~ 33.89%
B 69 of 239 ~ 28.87%

%37.24
%33.89
%28.87

CMYK color model

#595145 color CMYK value is (0,9,22,65).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 22.47%
  • key color value is 65.10%
CMYK:
(0,9,22,65)
C0M9Y22K65 
(0%,9%,22%,65%)
(0.00/0.09/0.22/0.65)	

CMYK percentages

%0
%8.99
%22.47
%65.1

Codes

Color #595145 in popluar color models

595145
RGB898169
HSL36°12.66%30.98%
HSB/HSV36°22.47%34.90%
CMYK0.00%8.99%22.47%
65.10%

Color #595145 in popluar number systems.

HEX595145
Decimal898169
Binary101100110100011000101
Octal131121105

Shades and tints

Shades of #595145

#595145
(89,81,69)
#514A3F
(81,74,63)
#494339
(73,67,57)
#413C33
(65,60,51)
#39352D
(57,53,45)
#312E27
(49,46,39)
#292721
(41,39,33)
#21201B
(33,32,27)
#191915
(25,25,21)
#11120F
(17,18,15)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #595145

#595145
(89,81,69)
#686055
(104,96,85)
#776F65
(119,111,101)
#867E75
(134,126,117)
#958D85
(149,141,133)
#A49C95
(164,156,149)
#B3ABA5
(179,171,165)
#C2BAB5
(194,186,181)
#D1C9C5
(209,201,197)
#E0D8D5
(224,216,213)
#EFE7E5
(239,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595145; }

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

This text font color is #595145.


Background Color

.myBgColor { background-color: #595145; }

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

This div background color is #595145.


Border color

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

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

This div border color is #595145.


Opacity

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

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

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

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

This text has shadow with #595145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595145 on black background.


Color preview on white background

This text has color #595145 on white background.



Black color preview on #595145 background

This text has black color on #595145 background.


White color preview on #595145 background

This text has white color on #595145 background.