COLOR #59333E

HEX: #59333E
RGB: (89,51,62)

Color info

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

RGB color model

#59333E color RGB value is (89,51,62).

  • red value is 89;
  • green value is 51;
  • blue value is 62.
RGB:
(89,51,62)
(35%,20%,24%)

RGB channels and saturation

R 89 of 255 = 35%
G 51 of 255 = 20%
B 62 of 255 = 24%

89
51
62

R + G + B ~ 26%. #59333E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 51 + 62 = 202 (100%)
R 89 of 202 ~ 44.06%
G 51 of 202 ~ 25.25%
B 62 of 202 ~ 30.69%

%44.06
%25.25
%30.69

CMYK color model

#59333E color CMYK value is (0,43,30,65).

  • cyan value is 0.00%
  • magenta value is 42.70%
  • yellow value is 30.34%
  • key color value is 65.10%
CMYK:
(0,43,30,65)
C0M43Y30K65 
(0%,43%,30%,65%)
(0.00/0.43/0.30/0.65)	

CMYK percentages

%0
%42.7
%30.34
%65.1

Codes

Color #59333E in popluar color models

59333E
RGB895162
HSL343°27.14%27.45%
HSB/HSV343°42.70%34.90%
CMYK0.00%42.70%30.34%
65.10%

Color #59333E in popluar number systems.

HEX59333E
Decimal895162
Binary1011001110011111110
Octal1316376

Shades and tints

Shades of #59333E

#59333E
(89,51,62)
#512F39
(81,47,57)
#492B34
(73,43,52)
#41272F
(65,39,47)
#39232A
(57,35,42)
#311F25
(49,31,37)
#291B20
(41,27,32)
#21171B
(33,23,27)
#191316
(25,19,22)
#110F11
(17,15,17)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #59333E

#59333E
(89,51,62)
#68454F
(104,69,79)
#775760
(119,87,96)
#866971
(134,105,113)
#957B82
(149,123,130)
#A48D93
(164,141,147)
#B39FA4
(179,159,164)
#C2B1B5
(194,177,181)
#D1C3C6
(209,195,198)
#E0D5D7
(224,213,215)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59333E color. Also use rgb(89,51,62) instead hex code.

Text Font Color

.myTextColor { color: #59333E; }

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

This text font color is #59333E.


Background Color

.myBgColor { background-color: #59333E; }

<div style="background-color:#59333E">Inner text</div>

This div background color is #59333E.


Border color

.myBorderColor { border: 1px solid #59333E; }

<div style="border:3px solid #59333E">Div</div>

This div border color is #59333E.


Opacity

.myOpacity80 { color: #59333E; opacity: 0.8; }

<p style="color:#59333E;opacity:0.8;">80%</p>

Text with #59333E 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 #59333E;}

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

This text has shadow with #59333E color.

.textShadow {text-shadow: 3px 3px 1px #59333E, 3px 3px 1px red;}

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

This text has shadow with #59333E primary color and red secondary color.


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

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

This text has shadow with #59333E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59333E on black background.


Color preview on white background

This text has color #59333E on white background.



Black color preview on #59333E background

This text has black color on #59333E background.


White color preview on #59333E background

This text has white color on #59333E background.