COLOR #595E3A

HEX: #595E3A RGB: (89,94,58)

Color info

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

RGB color model

#595E3A color RGB value is (89,94,58).

RGB: (89,94,58) (35%, 37%, 23%)

RGB channels and saturation

R 89 of 255 = 35%
G 94 of 255 = 37%
B 58 of 255 = 23%

89
94
58

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

Portions of RGB colors in percentages

R + G + B = 89 + 94 + 58 = 241 (100%)
R 89 of 241 ~ 36.93%
G 94 of 241 ~ 39%
B 58 of 241 ~ 24.07'%

%36.93
%39
%24.07

CMYK color model

#595E3A color CMYK value is (5,0,38,63).

  • cyan value is 5.32%
  • magenta value is 0.00%
  • yellow value is 38.30%
  • key color value is 63.14%

CMYK: (5,0,38,63)
C5M0Y38K63 (5%, 0%, 38%, 63%)
(0.05 / 0.00 / 0.38 / 0.63)

CMYK percentages

%5.32
%0
%38.3
%63.14

Codes

Color #595E3A in popluar color models

59 5E 3A
RGB 89 94 58
HSL 68° 23.68% 29.80%
HSB/HSV 68° 38.30% 36.86%
CMYK 5.32% 0.00% 38.30%
63.14%

Color #595E3A in popluar number systems.

HEX 59 5E 3A
Decimal 89 94 58
Binary 1011001 1011110 111010
Octal 131 136 72

Shades and tints

Shades of #595E3A

#595E3A
(89,94,58)
#515635
(81,86,53)
#494E30
(73,78,48)
#41462B
(65,70,43)
#393E26
(57,62,38)
#313621
(49,54,33)
#292E1C
(41,46,28)
#212617
(33,38,23)
#191E12
(25,30,18)
#11160D
(17,22,13)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #595E3A

#595E3A
(89,94,58)
#686C4B
(104,108,75)
#777A5C
(119,122,92)
#86886D
(134,136,109)
#95967E
(149,150,126)
#A4A48F
(164,164,143)
#B3B2A0
(179,178,160)
#C2C0B1
(194,192,177)
#D1CEC2
(209,206,194)
#E0DCD3
(224,220,211)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595E3A color. Also use rgb(89,94,58) instead hex code.

Text Font Color

.myTextColor { color: #595E3A; }

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

This text font color is #595E3A.

Background Color

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

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

This div background color is #595E3A.

Border color

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

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

This div border color is #595E3A.

Opacity

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

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

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

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

This text has shadow with #595E3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595E3A.

Preview

Color preview on black background

This text has color #595E3A on black background.


Color preview on white background

This text has color #595E3A on white background.


Black color preview on #595E3A background

This text has black color on #595E3A background.


White color preview on #595E3A background

This text has white color on #595E3A background.


Related colors

Complementary color

Complementary color for #hex is #A6A1C5.


I love getcolorcode.com

Triadic colors

1 #3A595E and #5E3A59 with #595E3A are triadic colors.

2 #3A5E59 and #5E593A with #595E3A are triadic colors.