COLOR #595041

HEX: #595041
RGB: (89,80,65)

Color info

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

RGB color model

#595041 color RGB value is (89,80,65).

  • red value is 89;
  • green value is 80;
  • blue value is 65.
RGB:
(89,80,65)
(35%,31%,25%)

RGB channels and saturation

R 89 of 255 = 35%
G 80 of 255 = 31%
B 65 of 255 = 25%

89
80
65

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

Portions of RGB colors in percentages

R + G + B =
89 + 80 + 65 = 234 (100%)
R 89 of 234 ~ 38.03%
G 80 of 234 ~ 34.19%
B 65 of 234 ~ 27.78%

%38.03
%34.19
%27.78

CMYK color model

#595041 color CMYK value is (0,10,27,65).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 26.97%
  • key color value is 65.10%
CMYK:
(0,10,27,65)
C0M10Y27K65 
(0%,10%,27%,65%)
(0.00/0.10/0.27/0.65)	

CMYK percentages

%0
%10.11
%26.97
%65.1

Codes

Color #595041 in popluar color models

595041
RGB898065
HSL38°15.58%30.20%
HSB/HSV38°26.97%34.90%
CMYK0.00%10.11%26.97%
65.10%

Color #595041 in popluar number systems.

HEX595041
Decimal898065
Binary101100110100001000001
Octal131120101

Shades and tints

Shades of #595041

#595041
(89,80,65)
#51493C
(81,73,60)
#494237
(73,66,55)
#413B32
(65,59,50)
#39342D
(57,52,45)
#312D28
(49,45,40)
#292623
(41,38,35)
#211F1E
(33,31,30)
#191819
(25,24,25)
#111114
(17,17,20)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #595041

#595041
(89,80,65)
#685F52
(104,95,82)
#776E63
(119,110,99)
#867D74
(134,125,116)
#958C85
(149,140,133)
#A49B96
(164,155,150)
#B3AAA7
(179,170,167)
#C2B9B8
(194,185,184)
#D1C8C9
(209,200,201)
#E0D7DA
(224,215,218)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595041 color. Also use rgb(89,80,65) instead hex code.

Text Font Color

.myTextColor { color: #595041; }

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

This text font color is #595041.


Background Color

.myBgColor { background-color: #595041; }

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

This div background color is #595041.


Border color

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

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

This div border color is #595041.


Opacity

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

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

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

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

This text has shadow with #595041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595041 on black background.


Color preview on white background

This text has color #595041 on white background.



Black color preview on #595041 background

This text has black color on #595041 background.


White color preview on #595041 background

This text has white color on #595041 background.