COLOR #593F3F

HEX: #593F3F RGB: (89,63,63)

Color info

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

RGB color model

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

RGB: (89,63,63) (35%, 25%, 25%)

RGB channels and saturation

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

89
63
63

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

Portions of RGB colors in percentages

R + G + B = 89 + 63 + 63 = 215 (100%)
R 89 of 215 ~ 41.4%
G 63 of 215 ~ 29.3%
B 63 of 215 ~ 29.3'%

%41.4
%29.3
%29.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.21%
  • yellow value is 29.21%
  • key color value is 65.10%

CMYK: (0,29,29,65)
C0M29Y29K65 (0%, 29%, 29%, 65%)
(0.00 / 0.29 / 0.29 / 0.65)

CMYK percentages

%0
%29.21
%29.21
%65.1

Codes

Color #593F3F in popluar color models

59 3F 3F
RGB 89 63 63
HSL 17.11% 29.80%
HSB/HSV 29.21% 34.90%
CMYK 0.00% 29.21% 29.21%
65.10%

Color #593F3F in popluar number systems.

HEX 59 3F 3F
Decimal 89 63 63
Binary 1011001 111111 111111
Octal 131 77 77

Shades and tints

Shades of #593F3F

#593F3F
(89,63,63)
#513A3A
(81,58,58)
#493535
(73,53,53)
#413030
(65,48,48)
#392B2B
(57,43,43)
#312626
(49,38,38)
#292121
(41,33,33)
#211C1C
(33,28,28)
#191717
(25,23,23)
#111212
(17,18,18)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #593F3F

#593F3F
(89,63,63)
#685050
(104,80,80)
#776161
(119,97,97)
#867272
(134,114,114)
#958383
(149,131,131)
#A49494
(164,148,148)
#B3A5A5
(179,165,165)
#C2B6B6
(194,182,182)
#D1C7C7
(209,199,199)
#E0D8D8
(224,216,216)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593F3F; }

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

This text font color is #593F3F.

Background Color

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

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

This div background color is #593F3F.

Border color

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

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

This div border color is #593F3F.

Opacity

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

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

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

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

This text has shadow with #593F3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #593F3F.

Preview

Color preview on black background

This text has color #593F3F on black background.


Color preview on white background

This text has color #593F3F on white background.


Black color preview on #593F3F background

This text has black color on #593F3F background.


White color preview on #593F3F background

This text has white color on #593F3F background.


Related colors

Complementary color

Complementary color for #hex is #A6C0C0.


I love getcolorcode.com