COLOR #59463D

HEX: #59463D
RGB: (89,70,61)

Color info

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

RGB color model

#59463D color RGB value is (89,70,61).

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

RGB channels and saturation

R 89 of 255 = 35%
G 70 of 255 = 27%
B 61 of 255 = 24%

89
70
61

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

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 61 = 220 (100%)
R 89 of 220 ~ 40.45%
G 70 of 220 ~ 31.82%
B 61 of 220 ~ 27.73%

%40.45
%31.82
%27.73

CMYK color model

#59463D color CMYK value is (0,21,31,65).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 31.46%
  • key color value is 65.10%
CMYK:
(0,21,31,65)
C0M21Y31K65 
(0%,21%,31%,65%)
(0.00/0.21/0.31/0.65)	

CMYK percentages

%0
%21.35
%31.46
%65.1

Codes

Color #59463D in popluar color models

59463D
RGB897061
HSL19°18.67%29.41%
HSB/HSV19°31.46%34.90%
CMYK0.00%21.35%31.46%
65.10%

Color #59463D in popluar number systems.

HEX59463D
Decimal897061
Binary10110011000110111101
Octal13110675

Shades and tints

Shades of #59463D

#59463D
(89,70,61)
#514038
(81,64,56)
#493A33
(73,58,51)
#41342E
(65,52,46)
#392E29
(57,46,41)
#312824
(49,40,36)
#29221F
(41,34,31)
#211C1A
(33,28,26)
#191615
(25,22,21)
#111010
(17,16,16)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #59463D

#59463D
(89,70,61)
#68564E
(104,86,78)
#77665F
(119,102,95)
#867670
(134,118,112)
#958681
(149,134,129)
#A49692
(164,150,146)
#B3A6A3
(179,166,163)
#C2B6B4
(194,182,180)
#D1C6C5
(209,198,197)
#E0D6D6
(224,214,214)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59463D; }

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

This text font color is #59463D.


Background Color

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

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

This div background color is #59463D.


Border color

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

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

This div border color is #59463D.


Opacity

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

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

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

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

This text has shadow with #59463D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59463D on black background.


Color preview on white background

This text has color #59463D on white background.



Black color preview on #59463D background

This text has black color on #59463D background.


White color preview on #59463D background

This text has white color on #59463D background.