COLOR #593D3C

HEX: #593D3C
RGB: (89,61,60)

Color info

#593D3C contains red, green and blue colors in about the same proportion. Web safe color of #593D3C is #663333 (or #633).

RGB color model

#593D3C color RGB value is (89,61,60).

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

RGB channels and saturation

R 89 of 255 = 35%
G 61 of 255 = 24%
B 60 of 255 = 24%

89
61
60

R + G + B ~ 28%. #593D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 61 + 60 = 210 (100%)
R 89 of 210 ~ 42.38%
G 61 of 210 ~ 29.05%
B 60 of 210 ~ 28.57%

%42.38
%29.05
%28.57

CMYK color model

#593D3C color CMYK value is (0,31,33,65).

  • cyan value is 0.00%
  • magenta value is 31.46%
  • yellow value is 32.58%
  • key color value is 65.10%
CMYK:
(0,31,33,65)
C0M31Y33K65 
(0%,31%,33%,65%)
(0.00/0.31/0.33/0.65)	

CMYK percentages

%0
%31.46
%32.58
%65.1

Codes

Color #593D3C in popluar color models

593D3C
RGB896160
HSL19.46%29.22%
HSB/HSV32.58%34.90%
CMYK0.00%31.46%32.58%
65.10%

Color #593D3C in popluar number systems.

HEX593D3C
Decimal896160
Binary1011001111101111100
Octal1317574

Shades and tints

Shades of #593D3C

#593D3C
(89,61,60)
#513837
(81,56,55)
#493332
(73,51,50)
#412E2D
(65,46,45)
#392928
(57,41,40)
#312423
(49,36,35)
#291F1E
(41,31,30)
#211A19
(33,26,25)
#191514
(25,21,20)
#11100F
(17,16,15)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #593D3C

#593D3C
(89,61,60)
#684E4D
(104,78,77)
#775F5E
(119,95,94)
#86706F
(134,112,111)
#958180
(149,129,128)
#A49291
(164,146,145)
#B3A3A2
(179,163,162)
#C2B4B3
(194,180,179)
#D1C5C4
(209,197,196)
#E0D6D5
(224,214,213)
#EFE7E6
(239,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593D3C; }

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

This text font color is #593D3C.


Background Color

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

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

This div background color is #593D3C.


Border color

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

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

This div border color is #593D3C.


Opacity

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

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

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

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

This text has shadow with #593D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593D3C on black background.


Color preview on white background

This text has color #593D3C on white background.



Black color preview on #593D3C background

This text has black color on #593D3C background.


White color preview on #593D3C background

This text has white color on #593D3C background.