COLOR #59463B

HEX: #59463B
RGB: (89,70,59)

Color info

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

RGB color model

#59463B color RGB value is (89,70,59).

  • red value is 89;
  • green value is 70;
  • blue value is 59.
RGB:
(89,70,59)
(35%,27%,23%)

RGB channels and saturation

R 89 of 255 = 35%
G 70 of 255 = 27%
B 59 of 255 = 23%

89
70
59

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

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 59 = 218 (100%)
R 89 of 218 ~ 40.83%
G 70 of 218 ~ 32.11%
B 59 of 218 ~ 27.06%

%40.83
%32.11
%27.06

CMYK color model

#59463B color CMYK value is (0,21,34,65).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 33.71%
  • key color value is 65.10%
CMYK:
(0,21,34,65)
C0M21Y34K65 
(0%,21%,34%,65%)
(0.00/0.21/0.34/0.65)	

CMYK percentages

%0
%21.35
%33.71
%65.1

Codes

Color #59463B in popluar color models

59463B
RGB897059
HSL22°20.27%29.02%
HSB/HSV22°33.71%34.90%
CMYK0.00%21.35%33.71%
65.10%

Color #59463B in popluar number systems.

HEX59463B
Decimal897059
Binary10110011000110111011
Octal13110673

Shades and tints

Shades of #59463B

#59463B
(89,70,59)
#514036
(81,64,54)
#493A31
(73,58,49)
#41342C
(65,52,44)
#392E27
(57,46,39)
#312822
(49,40,34)
#29221D
(41,34,29)
#211C18
(33,28,24)
#191613
(25,22,19)
#11100E
(17,16,14)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #59463B

#59463B
(89,70,59)
#68564C
(104,86,76)
#77665D
(119,102,93)
#86766E
(134,118,110)
#95867F
(149,134,127)
#A49690
(164,150,144)
#B3A6A1
(179,166,161)
#C2B6B2
(194,182,178)
#D1C6C3
(209,198,195)
#E0D6D4
(224,214,212)
#EFE6E5
(239,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59463B color. Also use rgb(89,70,59) instead hex code.

Text Font Color

.myTextColor { color: #59463B; }

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

This text font color is #59463B.


Background Color

.myBgColor { background-color: #59463B; }

<div style="background-color:#59463B">Inner text</div>

This div background color is #59463B.


Border color

.myBorderColor { border: 1px solid #59463B; }

<div style="border:3px solid #59463B">Div</div>

This div border color is #59463B.


Opacity

.myOpacity80 { color: #59463B; opacity: 0.8; }

<p style="color:#59463B;opacity:0.8;">80%</p>

Text with #59463B 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 #59463B;}

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

This text has shadow with #59463B color.

.textShadow {text-shadow: 3px 3px 1px #59463B, 3px 3px 1px red;}

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

This text has shadow with #59463B primary color and red secondary color.


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

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

This text has shadow with #59463B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59463B on black background.


Color preview on white background

This text has color #59463B on white background.



Black color preview on #59463B background

This text has black color on #59463B background.


White color preview on #59463B background

This text has white color on #59463B background.