COLOR #594E35

HEX: #594E35
RGB: (89,78,53)

Color info

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

RGB color model

#594E35 color RGB value is (89,78,53).

  • red value is 89;
  • green value is 78;
  • blue value is 53.
RGB:
(89,78,53)
(35%,31%,21%)

RGB channels and saturation

R 89 of 255 = 35%
G 78 of 255 = 31%
B 53 of 255 = 21%

89
78
53

R + G + B ~ 29%. #594E35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 78 + 53 = 220 (100%)
R 89 of 220 ~ 40.45%
G 78 of 220 ~ 35.45%
B 53 of 220 ~ 24.09%

%40.45
%35.45
%24.09

CMYK color model

#594E35 color CMYK value is (0,12,40,65).

  • cyan value is 0.00%
  • magenta value is 12.36%
  • yellow value is 40.45%
  • key color value is 65.10%
CMYK:
(0,12,40,65)
C0M12Y40K65 
(0%,12%,40%,65%)
(0.00/0.12/0.40/0.65)	

CMYK percentages

%0
%12.36
%40.45
%65.1

Codes

Color #594E35 in popluar color models

594E35
RGB897853
HSL42°25.35%27.84%
HSB/HSV42°40.45%34.90%
CMYK0.00%12.36%40.45%
65.10%

Color #594E35 in popluar number systems.

HEX594E35
Decimal897853
Binary10110011001110110101
Octal13111665

Shades and tints

Shades of #594E35

#594E35
(89,78,53)
#514731
(81,71,49)
#49402D
(73,64,45)
#413929
(65,57,41)
#393225
(57,50,37)
#312B21
(49,43,33)
#29241D
(41,36,29)
#211D19
(33,29,25)
#191615
(25,22,21)
#110F11
(17,15,17)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #594E35

#594E35
(89,78,53)
#685E47
(104,94,71)
#776E59
(119,110,89)
#867E6B
(134,126,107)
#958E7D
(149,142,125)
#A49E8F
(164,158,143)
#B3AEA1
(179,174,161)
#C2BEB3
(194,190,179)
#D1CEC5
(209,206,197)
#E0DED7
(224,222,215)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594E35 color. Also use rgb(89,78,53) instead hex code.

Text Font Color

.myTextColor { color: #594E35; }

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

This text font color is #594E35.


Background Color

.myBgColor { background-color: #594E35; }

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

This div background color is #594E35.


Border color

.myBorderColor { border: 1px solid #594E35; }

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

This div border color is #594E35.


Opacity

.myOpacity80 { color: #594E35; opacity: 0.8; }

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

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

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

This text has shadow with #594E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594E35 on black background.


Color preview on white background

This text has color #594E35 on white background.



Black color preview on #594E35 background

This text has black color on #594E35 background.


White color preview on #594E35 background

This text has white color on #594E35 background.