COLOR #593C1C

HEX: #593C1C
RGB: (89,60,28)

Color info

#593C1C contains mainly red and green colors. Web safe color of #593C1C is #663333 (or #633).

RGB color model

#593C1C color RGB value is (89,60,28).

  • red value is 89;
  • green value is 60;
  • blue value is 28.
RGB:
(89,60,28)
(35%,24%,11%)

RGB channels and saturation

R 89 of 255 = 35%
G 60 of 255 = 24%
B 28 of 255 = 11%

89
60
28

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

Portions of RGB colors in percentages

R + G + B =
89 + 60 + 28 = 177 (100%)
R 89 of 177 ~ 50.28%
G 60 of 177 ~ 33.9%
B 28 of 177 ~ 15.82%

%50.28
%33.9
%15.82

CMYK color model

#593C1C color CMYK value is (0,33,69,65).

  • cyan value is 0.00%
  • magenta value is 32.58%
  • yellow value is 68.54%
  • key color value is 65.10%
CMYK:
(0,33,69,65)
C0M33Y69K65 
(0%,33%,69%,65%)
(0.00/0.33/0.69/0.65)	

CMYK percentages

%0
%32.58
%68.54
%65.1

Codes

Color #593C1C in popluar color models

593C1C
RGB896028
HSL31°52.14%22.94%
HSB/HSV31°68.54%34.90%
CMYK0.00%32.58%68.54%
65.10%

Color #593C1C in popluar number systems.

HEX593C1C
Decimal896028
Binary101100111110011100
Octal1317434

Shades and tints

Shades of #593C1C

#593C1C
(89,60,28)
#51371A
(81,55,26)
#493218
(73,50,24)
#412D16
(65,45,22)
#392814
(57,40,20)
#312312
(49,35,18)
#291E10
(41,30,16)
#21190E
(33,25,14)
#19140C
(25,20,12)
#110F0A
(17,15,10)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #593C1C

#593C1C
(89,60,28)
#684D30
(104,77,48)
#775E44
(119,94,68)
#866F58
(134,111,88)
#95806C
(149,128,108)
#A49180
(164,145,128)
#B3A294
(179,162,148)
#C2B3A8
(194,179,168)
#D1C4BC
(209,196,188)
#E0D5D0
(224,213,208)
#EFE6E4
(239,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593C1C color. Also use rgb(89,60,28) instead hex code.

Text Font Color

.myTextColor { color: #593C1C; }

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

This text font color is #593C1C.


Background Color

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

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

This div background color is #593C1C.


Border color

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

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

This div border color is #593C1C.


Opacity

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

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

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

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

This text has shadow with #593C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593C1C on black background.


Color preview on white background

This text has color #593C1C on white background.



Black color preview on #593C1C background

This text has black color on #593C1C background.


White color preview on #593C1C background

This text has white color on #593C1C background.