COLOR #593F16

HEX: #593F16
RGB: (89,63,22)

Color info

#593F16 contains mainly red and green colors. Web safe color of #593F16 is #663300 (or #630).

RGB color model

#593F16 color RGB value is (89,63,22).

  • red value is 89;
  • green value is 63;
  • blue value is 22.
RGB:
(89,63,22)
(35%,25%,9%)

RGB channels and saturation

R 89 of 255 = 35%
G 63 of 255 = 25%
B 22 of 255 = 9%

89
63
22

R + G + B ~ 23%. #593F16 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 63 + 22 = 174 (100%)
R 89 of 174 ~ 51.15%
G 63 of 174 ~ 36.21%
B 22 of 174 ~ 12.64%

%51.15
%36.21
%12.64

CMYK color model

#593F16 color CMYK value is (0,29,75,65).

  • cyan value is 0.00%
  • magenta value is 29.21%
  • yellow value is 75.28%
  • key color value is 65.10%
CMYK:
(0,29,75,65)
C0M29Y75K65 
(0%,29%,75%,65%)
(0.00/0.29/0.75/0.65)	

CMYK percentages

%0
%29.21
%75.28
%65.1

Codes

Color #593F16 in popluar color models

593F16
RGB896322
HSL37°60.36%21.76%
HSB/HSV37°75.28%34.90%
CMYK0.00%29.21%75.28%
65.10%

Color #593F16 in popluar number systems.

HEX593F16
Decimal896322
Binary101100111111110110
Octal1317726

Shades and tints

Shades of #593F16

#593F16
(89,63,22)
#513A14
(81,58,20)
#493512
(73,53,18)
#413010
(65,48,16)
#392B0E
(57,43,14)
#31260C
(49,38,12)
#29210A
(41,33,10)
#211C08
(33,28,8)
#191706
(25,23,6)
#111204
(17,18,4)
#090D02
(9,13,2)
#000000
(0,0,0)

Tints of #593F16

#593F16
(89,63,22)
#68502B
(104,80,43)
#776140
(119,97,64)
#867255
(134,114,85)
#95836A
(149,131,106)
#A4947F
(164,148,127)
#B3A594
(179,165,148)
#C2B6A9
(194,182,169)
#D1C7BE
(209,199,190)
#E0D8D3
(224,216,211)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593F16 color. Also use rgb(89,63,22) instead hex code.

Text Font Color

.myTextColor { color: #593F16; }

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

This text font color is #593F16.


Background Color

.myBgColor { background-color: #593F16; }

<div style="background-color:#593F16">Inner text</div>

This div background color is #593F16.


Border color

.myBorderColor { border: 1px solid #593F16; }

<div style="border:3px solid #593F16">Div</div>

This div border color is #593F16.


Opacity

.myOpacity80 { color: #593F16; opacity: 0.8; }

<p style="color:#593F16;opacity:0.8;">80%</p>

Text with #593F16 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 #593F16;}

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

This text has shadow with #593F16 color.

.textShadow {text-shadow: 3px 3px 1px #593F16, 3px 3px 1px red;}

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

This text has shadow with #593F16 primary color and red secondary color.


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

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

This text has shadow with #593F16 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593F16 on black background.


Color preview on white background

This text has color #593F16 on white background.



Black color preview on #593F16 background

This text has black color on #593F16 background.


White color preview on #593F16 background

This text has white color on #593F16 background.