COLOR #593F13

HEX: #593F13
RGB: (89,63,19)

Color info

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

RGB color model

#593F13 color RGB value is (89,63,19).

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

RGB channels and saturation

R 89 of 255 = 35%
G 63 of 255 = 25%
B 19 of 255 = 7%

89
63
19

R + G + B ~ 22%. #593F13 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 63 + 19 = 171 (100%)
R 89 of 171 ~ 52.05%
G 63 of 171 ~ 36.84%
B 19 of 171 ~ 11.11%

%52.05
%36.84
%11.11

CMYK color model

#593F13 color CMYK value is (0,29,79,65).

  • cyan value is 0.00%
  • magenta value is 29.21%
  • yellow value is 78.65%
  • key color value is 65.10%
CMYK:
(0,29,79,65)
C0M29Y79K65 
(0%,29%,79%,65%)
(0.00/0.29/0.79/0.65)	

CMYK percentages

%0
%29.21
%78.65
%65.1

Codes

Color #593F13 in popluar color models

593F13
RGB896319
HSL38°64.81%21.18%
HSB/HSV38°78.65%34.90%
CMYK0.00%29.21%78.65%
65.10%

Color #593F13 in popluar number systems.

HEX593F13
Decimal896319
Binary101100111111110011
Octal1317723

Shades and tints

Shades of #593F13

#593F13
(89,63,19)
#513A12
(81,58,18)
#493511
(73,53,17)
#413010
(65,48,16)
#392B0F
(57,43,15)
#31260E
(49,38,14)
#29210D
(41,33,13)
#211C0C
(33,28,12)
#19170B
(25,23,11)
#11120A
(17,18,10)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #593F13

#593F13
(89,63,19)
#685028
(104,80,40)
#77613D
(119,97,61)
#867252
(134,114,82)
#958367
(149,131,103)
#A4947C
(164,148,124)
#B3A591
(179,165,145)
#C2B6A6
(194,182,166)
#D1C7BB
(209,199,187)
#E0D8D0
(224,216,208)
#EFE9E5
(239,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593F13; }

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

This text font color is #593F13.


Background Color

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

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

This div background color is #593F13.


Border color

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

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

This div border color is #593F13.


Opacity

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

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

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

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

This text has shadow with #593F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593F13 on black background.


Color preview on white background

This text has color #593F13 on white background.



Black color preview on #593F13 background

This text has black color on #593F13 background.


White color preview on #593F13 background

This text has white color on #593F13 background.