COLOR #593F35

HEX: #593F35
RGB: (89,63,53)

Color info

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

RGB color model

#593F35 color RGB value is (89,63,53).

  • red value is 89;
  • green value is 63;
  • blue value is 53.
RGB:
(89,63,53)
(35%,25%,21%)

RGB channels and saturation

R 89 of 255 = 35%
G 63 of 255 = 25%
B 53 of 255 = 21%

89
63
53

R + G + B ~ 27%. #593F35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 63 + 53 = 205 (100%)
R 89 of 205 ~ 43.41%
G 63 of 205 ~ 30.73%
B 53 of 205 ~ 25.85%

%43.41
%30.73
%25.85

CMYK color model

#593F35 color CMYK value is (0,29,40,65).

  • cyan value is 0.00%
  • magenta value is 29.21%
  • yellow value is 40.45%
  • key color value is 65.10%
CMYK:
(0,29,40,65)
C0M29Y40K65 
(0%,29%,40%,65%)
(0.00/0.29/0.40/0.65)	

CMYK percentages

%0
%29.21
%40.45
%65.1

Codes

Color #593F35 in popluar color models

593F35
RGB896353
HSL17°25.35%27.84%
HSB/HSV17°40.45%34.90%
CMYK0.00%29.21%40.45%
65.10%

Color #593F35 in popluar number systems.

HEX593F35
Decimal896353
Binary1011001111111110101
Octal1317765

Shades and tints

Shades of #593F35

#593F35
(89,63,53)
#513A31
(81,58,49)
#49352D
(73,53,45)
#413029
(65,48,41)
#392B25
(57,43,37)
#312621
(49,38,33)
#29211D
(41,33,29)
#211C19
(33,28,25)
#191715
(25,23,21)
#111211
(17,18,17)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #593F35

#593F35
(89,63,53)
#685047
(104,80,71)
#776159
(119,97,89)
#86726B
(134,114,107)
#95837D
(149,131,125)
#A4948F
(164,148,143)
#B3A5A1
(179,165,161)
#C2B6B3
(194,182,179)
#D1C7C5
(209,199,197)
#E0D8D7
(224,216,215)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593F35 color. Also use rgb(89,63,53) instead hex code.

Text Font Color

.myTextColor { color: #593F35; }

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

This text font color is #593F35.


Background Color

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

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

This div background color is #593F35.


Border color

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

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

This div border color is #593F35.


Opacity

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

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

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

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

This text has shadow with #593F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593F35 on black background.


Color preview on white background

This text has color #593F35 on white background.



Black color preview on #593F35 background

This text has black color on #593F35 background.


White color preview on #593F35 background

This text has white color on #593F35 background.