COLOR #59303C

HEX: #59303C
RGB: (89,48,60)

Color info

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

RGB color model

#59303C color RGB value is (89,48,60).

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

RGB channels and saturation

R 89 of 255 = 35%
G 48 of 255 = 19%
B 60 of 255 = 24%

89
48
60

R + G + B ~ 26%. #59303C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 48 + 60 = 197 (100%)
R 89 of 197 ~ 45.18%
G 48 of 197 ~ 24.37%
B 60 of 197 ~ 30.46%

%45.18
%24.37
%30.46

CMYK color model

#59303C color CMYK value is (0,46,33,65).

  • cyan value is 0.00%
  • magenta value is 46.07%
  • yellow value is 32.58%
  • key color value is 65.10%
CMYK:
(0,46,33,65)
C0M46Y33K65 
(0%,46%,33%,65%)
(0.00/0.46/0.33/0.65)	

CMYK percentages

%0
%46.07
%32.58
%65.1

Codes

Color #59303C in popluar color models

59303C
RGB894860
HSL342°29.93%26.86%
HSB/HSV342°46.07%34.90%
CMYK0.00%46.07%32.58%
65.10%

Color #59303C in popluar number systems.

HEX59303C
Decimal894860
Binary1011001110000111100
Octal1316074

Shades and tints

Shades of #59303C

#59303C
(89,48,60)
#512C37
(81,44,55)
#492832
(73,40,50)
#41242D
(65,36,45)
#392028
(57,32,40)
#311C23
(49,28,35)
#29181E
(41,24,30)
#211419
(33,20,25)
#191014
(25,16,20)
#110C0F
(17,12,15)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #59303C

#59303C
(89,48,60)
#68424D
(104,66,77)
#77545E
(119,84,94)
#86666F
(134,102,111)
#957880
(149,120,128)
#A48A91
(164,138,145)
#B39CA2
(179,156,162)
#C2AEB3
(194,174,179)
#D1C0C4
(209,192,196)
#E0D2D5
(224,210,213)
#EFE4E6
(239,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59303C; }

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

This text font color is #59303C.


Background Color

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

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

This div background color is #59303C.


Border color

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

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

This div border color is #59303C.


Opacity

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

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

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

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

This text has shadow with #59303C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59303C on black background.


Color preview on white background

This text has color #59303C on white background.



Black color preview on #59303C background

This text has black color on #59303C background.


White color preview on #59303C background

This text has white color on #59303C background.