COLOR #594F3E

HEX: #594F3E
RGB: (89,79,62)

Color info

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

RGB color model

#594F3E color RGB value is (89,79,62).

  • red value is 89;
  • green value is 79;
  • blue value is 62.
RGB:
(89,79,62)
(35%,31%,24%)

RGB channels and saturation

R 89 of 255 = 35%
G 79 of 255 = 31%
B 62 of 255 = 24%

89
79
62

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

Portions of RGB colors in percentages

R + G + B =
89 + 79 + 62 = 230 (100%)
R 89 of 230 ~ 38.7%
G 79 of 230 ~ 34.35%
B 62 of 230 ~ 26.96%

%38.7
%34.35
%26.96

CMYK color model

#594F3E color CMYK value is (0,11,30,65).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 30.34%
  • key color value is 65.10%
CMYK:
(0,11,30,65)
C0M11Y30K65 
(0%,11%,30%,65%)
(0.00/0.11/0.30/0.65)	

CMYK percentages

%0
%11.24
%30.34
%65.1

Codes

Color #594F3E in popluar color models

594F3E
RGB897962
HSL38°17.88%29.61%
HSB/HSV38°30.34%34.90%
CMYK0.00%11.24%30.34%
65.10%

Color #594F3E in popluar number systems.

HEX594F3E
Decimal897962
Binary10110011001111111110
Octal13111776

Shades and tints

Shades of #594F3E

#594F3E
(89,79,62)
#514839
(81,72,57)
#494134
(73,65,52)
#413A2F
(65,58,47)
#39332A
(57,51,42)
#312C25
(49,44,37)
#292520
(41,37,32)
#211E1B
(33,30,27)
#191716
(25,23,22)
#111011
(17,16,17)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #594F3E

#594F3E
(89,79,62)
#685F4F
(104,95,79)
#776F60
(119,111,96)
#867F71
(134,127,113)
#958F82
(149,143,130)
#A49F93
(164,159,147)
#B3AFA4
(179,175,164)
#C2BFB5
(194,191,181)
#D1CFC6
(209,207,198)
#E0DFD7
(224,223,215)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594F3E color. Also use rgb(89,79,62) instead hex code.

Text Font Color

.myTextColor { color: #594F3E; }

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

This text font color is #594F3E.


Background Color

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

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

This div background color is #594F3E.


Border color

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

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

This div border color is #594F3E.


Opacity

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

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

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

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

This text has shadow with #594F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594F3E on black background.


Color preview on white background

This text has color #594F3E on white background.



Black color preview on #594F3E background

This text has black color on #594F3E background.


White color preview on #594F3E background

This text has white color on #594F3E background.