COLOR #59491C

HEX: #59491C
RGB: (89,73,28)

Color info

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

RGB color model

#59491C color RGB value is (89,73,28).

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

RGB channels and saturation

R 89 of 255 = 35%
G 73 of 255 = 29%
B 28 of 255 = 11%

89
73
28

R + G + B ~ 25%. #59491C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 73 + 28 = 190 (100%)
R 89 of 190 ~ 46.84%
G 73 of 190 ~ 38.42%
B 28 of 190 ~ 14.74%

%46.84
%38.42
%14.74

CMYK color model

#59491C color CMYK value is (0,18,69,65).

  • cyan value is 0.00%
  • magenta value is 17.98%
  • yellow value is 68.54%
  • key color value is 65.10%
CMYK:
(0,18,69,65)
C0M18Y69K65 
(0%,18%,69%,65%)
(0.00/0.18/0.69/0.65)	

CMYK percentages

%0
%17.98
%68.54
%65.1

Codes

Color #59491C in popluar color models

59491C
RGB897328
HSL44°52.14%22.94%
HSB/HSV44°68.54%34.90%
CMYK0.00%17.98%68.54%
65.10%

Color #59491C in popluar number systems.

HEX59491C
Decimal897328
Binary1011001100100111100
Octal13111134

Shades and tints

Shades of #59491C

#59491C
(89,73,28)
#51431A
(81,67,26)
#493D18
(73,61,24)
#413716
(65,55,22)
#393114
(57,49,20)
#312B12
(49,43,18)
#292510
(41,37,16)
#211F0E
(33,31,14)
#19190C
(25,25,12)
#11130A
(17,19,10)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #59491C

#59491C
(89,73,28)
#685930
(104,89,48)
#776944
(119,105,68)
#867958
(134,121,88)
#95896C
(149,137,108)
#A49980
(164,153,128)
#B3A994
(179,169,148)
#C2B9A8
(194,185,168)
#D1C9BC
(209,201,188)
#E0D9D0
(224,217,208)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59491C color. Also use rgb(89,73,28) instead hex code.

Text Font Color

.myTextColor { color: #59491C; }

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

This text font color is #59491C.


Background Color

.myBgColor { background-color: #59491C; }

<div style="background-color:#59491C">Inner text</div>

This div background color is #59491C.


Border color

.myBorderColor { border: 1px solid #59491C; }

<div style="border:3px solid #59491C">Div</div>

This div border color is #59491C.


Opacity

.myOpacity80 { color: #59491C; opacity: 0.8; }

<p style="color:#59491C;opacity:0.8;">80%</p>

Text with #59491C 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 #59491C;}

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

This text has shadow with #59491C color.

.textShadow {text-shadow: 3px 3px 1px #59491C, 3px 3px 1px red;}

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

This text has shadow with #59491C primary color and red secondary color.


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

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

This text has shadow with #59491C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59491C on black background.


Color preview on white background

This text has color #59491C on white background.



Black color preview on #59491C background

This text has black color on #59491C background.


White color preview on #59491C background

This text has white color on #59491C background.