COLOR #595941

HEX: #595941
RGB: (89,89,65)

Color info

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

RGB color model

#595941 color RGB value is (89,89,65).

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

RGB channels and saturation

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

89
89
65

R + G + B ~ 32%. #595941 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 89 + 65 = 243 (100%)
R 89 of 243 ~ 36.63%
G 89 of 243 ~ 36.63%
B 65 of 243 ~ 26.75%

%36.63
%36.63
%26.75

CMYK color model

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

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

CMYK percentages

%0
%0
%26.97
%65.1

Codes

Color #595941 in popluar color models

595941
RGB898965
HSL60°15.58%30.20%
HSB/HSV60°26.97%34.90%
CMYK0.00%0.00%26.97%
65.10%

Color #595941 in popluar number systems.

HEX595941
Decimal898965
Binary101100110110011000001
Octal131131101

Shades and tints

Shades of #595941

#595941
(89,89,65)
#51513C
(81,81,60)
#494937
(73,73,55)
#414132
(65,65,50)
#39392D
(57,57,45)
#313128
(49,49,40)
#292923
(41,41,35)
#21211E
(33,33,30)
#191919
(25,25,25)
#111114
(17,17,20)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #595941

#595941
(89,89,65)
#686852
(104,104,82)
#777763
(119,119,99)
#868674
(134,134,116)
#959585
(149,149,133)
#A4A496
(164,164,150)
#B3B3A7
(179,179,167)
#C2C2B8
(194,194,184)
#D1D1C9
(209,209,201)
#E0E0DA
(224,224,218)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595941; }

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

This text font color is #595941.


Background Color

.myBgColor { background-color: #595941; }

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

This div background color is #595941.


Border color

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

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

This div border color is #595941.


Opacity

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

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

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

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

This text has shadow with #595941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595941 on black background.


Color preview on white background

This text has color #595941 on white background.



Black color preview on #595941 background

This text has black color on #595941 background.


White color preview on #595941 background

This text has white color on #595941 background.