COLOR #59422C

HEX: #59422C
RGB: (89,66,44)

Color info

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

RGB color model

#59422C color RGB value is (89,66,44).

  • red value is 89;
  • green value is 66;
  • blue value is 44.
RGB:
(89,66,44)
(35%,26%,17%)

RGB channels and saturation

R 89 of 255 = 35%
G 66 of 255 = 26%
B 44 of 255 = 17%

89
66
44

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

Portions of RGB colors in percentages

R + G + B =
89 + 66 + 44 = 199 (100%)
R 89 of 199 ~ 44.72%
G 66 of 199 ~ 33.17%
B 44 of 199 ~ 22.11%

%44.72
%33.17
%22.11

CMYK color model

#59422C color CMYK value is (0,26,51,65).

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 50.56%
  • key color value is 65.10%
CMYK:
(0,26,51,65)
C0M26Y51K65 
(0%,26%,51%,65%)
(0.00/0.26/0.51/0.65)	

CMYK percentages

%0
%25.84
%50.56
%65.1

Codes

Color #59422C in popluar color models

59422C
RGB896644
HSL29°33.83%26.08%
HSB/HSV29°50.56%34.90%
CMYK0.00%25.84%50.56%
65.10%

Color #59422C in popluar number systems.

HEX59422C
Decimal896644
Binary10110011000010101100
Octal13110254

Shades and tints

Shades of #59422C

#59422C
(89,66,44)
#513C28
(81,60,40)
#493624
(73,54,36)
#413020
(65,48,32)
#392A1C
(57,42,28)
#312418
(49,36,24)
#291E14
(41,30,20)
#211810
(33,24,16)
#19120C
(25,18,12)
#110C08
(17,12,8)
#090604
(9,6,4)
#000000
(0,0,0)

Tints of #59422C

#59422C
(89,66,44)
#68533F
(104,83,63)
#776452
(119,100,82)
#867565
(134,117,101)
#958678
(149,134,120)
#A4978B
(164,151,139)
#B3A89E
(179,168,158)
#C2B9B1
(194,185,177)
#D1CAC4
(209,202,196)
#E0DBD7
(224,219,215)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59422C color. Also use rgb(89,66,44) instead hex code.

Text Font Color

.myTextColor { color: #59422C; }

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

This text font color is #59422C.


Background Color

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

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

This div background color is #59422C.


Border color

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

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

This div border color is #59422C.


Opacity

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

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

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

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

This text has shadow with #59422C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59422C on black background.


Color preview on white background

This text has color #59422C on white background.



Black color preview on #59422C background

This text has black color on #59422C background.


White color preview on #59422C background

This text has white color on #59422C background.