COLOR #593014

HEX: #593014
RGB: (89,48,20)

Color info

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

RGB color model

#593014 color RGB value is (89,48,20).

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

RGB channels and saturation

R 89 of 255 = 35%
G 48 of 255 = 19%
B 20 of 255 = 8%

89
48
20

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

Portions of RGB colors in percentages

R + G + B =
89 + 48 + 20 = 157 (100%)
R 89 of 157 ~ 56.69%
G 48 of 157 ~ 30.57%
B 20 of 157 ~ 12.74%

%56.69
%30.57
%12.74

CMYK color model

#593014 color CMYK value is (0,46,78,65).

  • cyan value is 0.00%
  • magenta value is 46.07%
  • yellow value is 77.53%
  • key color value is 65.10%
CMYK:
(0,46,78,65)
C0M46Y78K65 
(0%,46%,78%,65%)
(0.00/0.46/0.78/0.65)	

CMYK percentages

%0
%46.07
%77.53
%65.1

Codes

Color #593014 in popluar color models

593014
RGB894820
HSL24°63.30%21.37%
HSB/HSV24°77.53%34.90%
CMYK0.00%46.07%77.53%
65.10%

Color #593014 in popluar number systems.

HEX593014
Decimal894820
Binary101100111000010100
Octal1316024

Shades and tints

Shades of #593014

#593014
(89,48,20)
#512C13
(81,44,19)
#492812
(73,40,18)
#412411
(65,36,17)
#392010
(57,32,16)
#311C0F
(49,28,15)
#29180E
(41,24,14)
#21140D
(33,20,13)
#19100C
(25,16,12)
#110C0B
(17,12,11)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #593014

#593014
(89,48,20)
#684229
(104,66,41)
#77543E
(119,84,62)
#866653
(134,102,83)
#957868
(149,120,104)
#A48A7D
(164,138,125)
#B39C92
(179,156,146)
#C2AEA7
(194,174,167)
#D1C0BC
(209,192,188)
#E0D2D1
(224,210,209)
#EFE4E6
(239,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593014 color. Also use rgb(89,48,20) instead hex code.

Text Font Color

.myTextColor { color: #593014; }

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

This text font color is #593014.


Background Color

.myBgColor { background-color: #593014; }

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

This div background color is #593014.


Border color

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

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

This div border color is #593014.


Opacity

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

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

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

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

This text has shadow with #593014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593014 on black background.


Color preview on white background

This text has color #593014 on white background.



Black color preview on #593014 background

This text has black color on #593014 background.


White color preview on #593014 background

This text has white color on #593014 background.