COLOR #593214

HEX: #593214
RGB: (89,50,20)

Color info

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

RGB color model

#593214 color RGB value is (89,50,20).

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

RGB channels and saturation

R 89 of 255 = 35%
G 50 of 255 = 20%
B 20 of 255 = 8%

89
50
20

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

Portions of RGB colors in percentages

R + G + B =
89 + 50 + 20 = 159 (100%)
R 89 of 159 ~ 55.97%
G 50 of 159 ~ 31.45%
B 20 of 159 ~ 12.58%

%55.97
%31.45
%12.58

CMYK color model

#593214 color CMYK value is (0,44,78,65).

  • cyan value is 0.00%
  • magenta value is 43.82%
  • yellow value is 77.53%
  • key color value is 65.10%
CMYK:
(0,44,78,65)
C0M44Y78K65 
(0%,44%,78%,65%)
(0.00/0.44/0.78/0.65)	

CMYK percentages

%0
%43.82
%77.53
%65.1

Codes

Color #593214 in popluar color models

593214
RGB895020
HSL26°63.30%21.37%
HSB/HSV26°77.53%34.90%
CMYK0.00%43.82%77.53%
65.10%

Color #593214 in popluar number systems.

HEX593214
Decimal895020
Binary101100111001010100
Octal1316224

Shades and tints

Shades of #593214

#593214
(89,50,20)
#512E13
(81,46,19)
#492A12
(73,42,18)
#412611
(65,38,17)
#392210
(57,34,16)
#311E0F
(49,30,15)
#291A0E
(41,26,14)
#21160D
(33,22,13)
#19120C
(25,18,12)
#110E0B
(17,14,11)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #593214

#593214
(89,50,20)
#684429
(104,68,41)
#77563E
(119,86,62)
#866853
(134,104,83)
#957A68
(149,122,104)
#A48C7D
(164,140,125)
#B39E92
(179,158,146)
#C2B0A7
(194,176,167)
#D1C2BC
(209,194,188)
#E0D4D1
(224,212,209)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593214; }

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

This text font color is #593214.


Background Color

.myBgColor { background-color: #593214; }

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

This div background color is #593214.


Border color

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

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

This div border color is #593214.


Opacity

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

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

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

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

This text has shadow with #593214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593214 on black background.


Color preview on white background

This text has color #593214 on white background.



Black color preview on #593214 background

This text has black color on #593214 background.


White color preview on #593214 background

This text has white color on #593214 background.