COLOR #59203C

HEX: #59203C RGB: (89,32,60)

Color info

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

RGB color model

#59203C color RGB value is (89,32,60).

RGB: (89,32,60) (35%, 13%, 24%)

RGB channels and saturation

R 89 of 255 = 35%
G 32 of 255 = 13%
B 60 of 255 = 24%

89
32
60

R + G + B ~ 24%. #59203C is dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 32 + 60 = 181 (100%)
R 89 of 181 ~ 49.17%
G 32 of 181 ~ 17.68%
B 60 of 181 ~ 33.15'%

%49.17
%17.68
%33.15

CMYK color model

#59203C color CMYK value is (0,64,33,65).

  • cyan value is 0.00%
  • magenta value is 64.04%
  • yellow value is 32.58%
  • key color value is 65.10%

CMYK: (0,64,33,65)
C0M64Y33K65 (0%, 64%, 33%, 65%)
(0.00 / 0.64 / 0.33 / 0.65)

CMYK percentages

%0
%64.04
%32.58
%65.1

Codes

Color #59203C in popluar color models

59 20 3C
RGB 89 32 60
HSL 331° 47.11% 23.73%
HSB/HSV 331° 64.04% 34.90%
CMYK 0.00% 64.04% 32.58%
65.10%

Color #59203C in popluar number systems.

HEX 59 20 3C
Decimal 89 32 60
Binary 1011001 100000 111100
Octal 131 40 74

Shades and tints

Shades of #59203C

#59203C
(89,32,60)
#511E37
(81,30,55)
#491C32
(73,28,50)
#411A2D
(65,26,45)
#391828
(57,24,40)
#311623
(49,22,35)
#29141E
(41,20,30)
#211219
(33,18,25)
#191014
(25,16,20)
#110E0F
(17,14,15)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #59203C

#59203C
(89,32,60)
#68344D
(104,52,77)
#77485E
(119,72,94)
#865C6F
(134,92,111)
#957080
(149,112,128)
#A48491
(164,132,145)
#B398A2
(179,152,162)
#C2ACB3
(194,172,179)
#D1C0C4
(209,192,196)
#E0D4D5
(224,212,213)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59203C color. Also use rgb(89,32,60) instead hex code.

Text Font Color

.myTextColor { color: #59203C; }

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

This text font color is #59203C.

Background Color

.myBgColor { background-color: #59203C; }

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

This div background color is #59203C.

Border color

.myBorderColor { border: 1px solid #59203C; }

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

This div border color is #59203C.

Opacity

.myOpacity80 { color: #59203C; opacity: 0.8; }

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

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

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

This text has shadow with #59203C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59203C.

Preview

Color preview on black background

This text has color #59203C on black background.


Color preview on white background

This text has color #59203C on white background.


Black color preview on #59203C background

This text has black color on #59203C background.


White color preview on #59203C background

This text has white color on #59203C background.


Related colors

Complementary color

Complementary color for #hex is #A6DFC3.


I love getcolorcode.com

Triadic colors

1 #3C5920 and #203C59 with #59203C are triadic colors.

2 #3C2059 and #20593C with #59203C are triadic colors.