COLOR #594D1C

HEX: #594D1C
RGB: (89,77,28)

Color info

#594D1C contains mainly red and green colors. Web safe color of #594D1C is #663333 (or #633).

RGB color model

#594D1C color RGB value is (89,77,28).

  • red value is 89;
  • green value is 77;
  • blue value is 28.
RGB:
(89,77,28)
(35%,30%,11%)

RGB channels and saturation

R 89 of 255 = 35%
G 77 of 255 = 30%
B 28 of 255 = 11%

89
77
28

R + G + B ~ 25%. #594D1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 77 + 28 = 194 (100%)
R 89 of 194 ~ 45.88%
G 77 of 194 ~ 39.69%
B 28 of 194 ~ 14.43%

%45.88
%39.69
%14.43

CMYK color model

#594D1C color CMYK value is (0,13,69,65).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 68.54%
  • key color value is 65.10%
CMYK:
(0,13,69,65)
C0M13Y69K65 
(0%,13%,69%,65%)
(0.00/0.13/0.69/0.65)	

CMYK percentages

%0
%13.48
%68.54
%65.1

Codes

Color #594D1C in popluar color models

594D1C
RGB897728
HSL48°52.14%22.94%
HSB/HSV48°68.54%34.90%
CMYK0.00%13.48%68.54%
65.10%

Color #594D1C in popluar number systems.

HEX594D1C
Decimal897728
Binary1011001100110111100
Octal13111534

Shades and tints

Shades of #594D1C

#594D1C
(89,77,28)
#51461A
(81,70,26)
#493F18
(73,63,24)
#413816
(65,56,22)
#393114
(57,49,20)
#312A12
(49,42,18)
#292310
(41,35,16)
#211C0E
(33,28,14)
#19150C
(25,21,12)
#110E0A
(17,14,10)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #594D1C

#594D1C
(89,77,28)
#685D30
(104,93,48)
#776D44
(119,109,68)
#867D58
(134,125,88)
#958D6C
(149,141,108)
#A49D80
(164,157,128)
#B3AD94
(179,173,148)
#C2BDA8
(194,189,168)
#D1CDBC
(209,205,188)
#E0DDD0
(224,221,208)
#EFEDE4
(239,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594D1C color. Also use rgb(89,77,28) instead hex code.

Text Font Color

.myTextColor { color: #594D1C; }

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

This text font color is #594D1C.


Background Color

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

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

This div background color is #594D1C.


Border color

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

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

This div border color is #594D1C.


Opacity

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

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

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

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

This text has shadow with #594D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594D1C on black background.


Color preview on white background

This text has color #594D1C on white background.



Black color preview on #594D1C background

This text has black color on #594D1C background.


White color preview on #594D1C background

This text has white color on #594D1C background.