COLOR #594F2F

HEX: #594F2F RGB: (89,79,47)

Color info

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

RGB color model

#594F2F color RGB value is (89,79,47).

RGB: (89,79,47) (35%, 31%, 18%)

RGB channels and saturation

R 89 of 255 = 35%
G 79 of 255 = 31%
B 47 of 255 = 18%

89
79
47

R + G + B ~ 28%. #594F2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 79 + 47 = 215 (100%)
R 89 of 215 ~ 41.4%
G 79 of 215 ~ 36.74%
B 47 of 215 ~ 21.86'%

%41.4
%36.74
%21.86

CMYK color model

#594F2F color CMYK value is (0,11,47,65).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 47.19%
  • key color value is 65.10%

CMYK: (0,11,47,65)
C0M11Y47K65 (0%, 11%, 47%, 65%)
(0.00 / 0.11 / 0.47 / 0.65)

CMYK percentages

%0
%11.24
%47.19
%65.1

Codes

Color #594F2F in popluar color models

59 4F 2F
RGB 89 79 47
HSL 46° 30.88% 26.67%
HSB/HSV 46° 47.19% 34.90%
CMYK 0.00% 11.24% 47.19%
65.10%

Color #594F2F in popluar number systems.

HEX 59 4F 2F
Decimal 89 79 47
Binary 1011001 1001111 101111
Octal 131 117 57

Shades and tints

Shades of #594F2F

#594F2F
(89,79,47)
#51482B
(81,72,43)
#494127
(73,65,39)
#413A23
(65,58,35)
#39331F
(57,51,31)
#312C1B
(49,44,27)
#292517
(41,37,23)
#211E13
(33,30,19)
#19170F
(25,23,15)
#11100B
(17,16,11)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #594F2F

#594F2F
(89,79,47)
#685F41
(104,95,65)
#776F53
(119,111,83)
#867F65
(134,127,101)
#958F77
(149,143,119)
#A49F89
(164,159,137)
#B3AF9B
(179,175,155)
#C2BFAD
(194,191,173)
#D1CFBF
(209,207,191)
#E0DFD1
(224,223,209)
#EFEFE3
(239,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594F2F; }

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

This text font color is #594F2F.

Background Color

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

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

This div background color is #594F2F.

Border color

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

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

This div border color is #594F2F.

Opacity

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

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

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

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

This text has shadow with #594F2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #594F2F.

Preview

Color preview on black background

This text has color #594F2F on black background.


Color preview on white background

This text has color #594F2F on white background.


Black color preview on #594F2F background

This text has black color on #594F2F background.


White color preview on #594F2F background

This text has white color on #594F2F background.


Related colors

Complementary color

Complementary color for #hex is #A6B0D0.


I love getcolorcode.com

Triadic colors

1 #2F594F and #4F2F59 with #594F2F are triadic colors.

2 #2F4F59 and #4F592F with #594F2F are triadic colors.