COLOR #594C28

HEX: #594C28
RGB: (89,76,40)

Color info

#594C28 contains red, green and blue colors in about the same proportion. Web safe color of #594C28 is #663333 (or #633).

RGB color model

#594C28 color RGB value is (89,76,40).

  • red value is 89;
  • green value is 76;
  • blue value is 40.
RGB:
(89,76,40)
(35%,30%,16%)

RGB channels and saturation

R 89 of 255 = 35%
G 76 of 255 = 30%
B 40 of 255 = 16%

89
76
40

R + G + B ~ 27%. #594C28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 76 + 40 = 205 (100%)
R 89 of 205 ~ 43.41%
G 76 of 205 ~ 37.07%
B 40 of 205 ~ 19.51%

%43.41
%37.07
%19.51

CMYK color model

#594C28 color CMYK value is (0,15,55,65).

  • cyan value is 0.00%
  • magenta value is 14.61%
  • yellow value is 55.06%
  • key color value is 65.10%
CMYK:
(0,15,55,65)
C0M15Y55K65 
(0%,15%,55%,65%)
(0.00/0.15/0.55/0.65)	

CMYK percentages

%0
%14.61
%55.06
%65.1

Codes

Color #594C28 in popluar color models

594C28
RGB897640
HSL44°37.98%25.29%
HSB/HSV44°55.06%34.90%
CMYK0.00%14.61%55.06%
65.10%

Color #594C28 in popluar number systems.

HEX594C28
Decimal897640
Binary10110011001100101000
Octal13111450

Shades and tints

Shades of #594C28

#594C28
(89,76,40)
#514625
(81,70,37)
#494022
(73,64,34)
#413A1F
(65,58,31)
#39341C
(57,52,28)
#312E19
(49,46,25)
#292816
(41,40,22)
#212213
(33,34,19)
#191C10
(25,28,16)
#11160D
(17,22,13)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #594C28

#594C28
(89,76,40)
#685C3B
(104,92,59)
#776C4E
(119,108,78)
#867C61
(134,124,97)
#958C74
(149,140,116)
#A49C87
(164,156,135)
#B3AC9A
(179,172,154)
#C2BCAD
(194,188,173)
#D1CCC0
(209,204,192)
#E0DCD3
(224,220,211)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594C28 color. Also use rgb(89,76,40) instead hex code.

Text Font Color

.myTextColor { color: #594C28; }

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

This text font color is #594C28.


Background Color

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

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

This div background color is #594C28.


Border color

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

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

This div border color is #594C28.


Opacity

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

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

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

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

This text has shadow with #594C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594C28 on black background.


Color preview on white background

This text has color #594C28 on white background.



Black color preview on #594C28 background

This text has black color on #594C28 background.


White color preview on #594C28 background

This text has white color on #594C28 background.