COLOR #593413

HEX: #593413
RGB: (89,52,19)

Color info

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

RGB color model

#593413 color RGB value is (89,52,19).

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

RGB channels and saturation

R 89 of 255 = 35%
G 52 of 255 = 20%
B 19 of 255 = 7%

89
52
19

R + G + B ~ 21%. #593413 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 52 + 19 = 160 (100%)
R 89 of 160 ~ 55.63%
G 52 of 160 ~ 32.5%
B 19 of 160 ~ 11.88%

%55.63
%32.5
%11.88

CMYK color model

#593413 color CMYK value is (0,42,79,65).

  • cyan value is 0.00%
  • magenta value is 41.57%
  • yellow value is 78.65%
  • key color value is 65.10%
CMYK:
(0,42,79,65)
C0M42Y79K65 
(0%,42%,79%,65%)
(0.00/0.42/0.79/0.65)	

CMYK percentages

%0
%41.57
%78.65
%65.1

Codes

Color #593413 in popluar color models

593413
RGB895219
HSL28°64.81%21.18%
HSB/HSV28°78.65%34.90%
CMYK0.00%41.57%78.65%
65.10%

Color #593413 in popluar number systems.

HEX593413
Decimal895219
Binary101100111010010011
Octal1316423

Shades and tints

Shades of #593413

#593413
(89,52,19)
#513012
(81,48,18)
#492C11
(73,44,17)
#412810
(65,40,16)
#39240F
(57,36,15)
#31200E
(49,32,14)
#291C0D
(41,28,13)
#21180C
(33,24,12)
#19140B
(25,20,11)
#11100A
(17,16,10)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #593413

#593413
(89,52,19)
#684628
(104,70,40)
#77583D
(119,88,61)
#866A52
(134,106,82)
#957C67
(149,124,103)
#A48E7C
(164,142,124)
#B3A091
(179,160,145)
#C2B2A6
(194,178,166)
#D1C4BB
(209,196,187)
#E0D6D0
(224,214,208)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593413; }

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

This text font color is #593413.


Background Color

.myBgColor { background-color: #593413; }

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

This div background color is #593413.


Border color

.myBorderColor { border: 1px solid #593413; }

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

This div border color is #593413.


Opacity

.myOpacity80 { color: #593413; opacity: 0.8; }

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

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

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

This text has shadow with #593413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593413 on black background.


Color preview on white background

This text has color #593413 on white background.



Black color preview on #593413 background

This text has black color on #593413 background.


White color preview on #593413 background

This text has white color on #593413 background.