COLOR #59412C

HEX: #59412C
RGB: (89,65,44)

Color info

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

RGB color model

#59412C color RGB value is (89,65,44).

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

RGB channels and saturation

R 89 of 255 = 35%
G 65 of 255 = 25%
B 44 of 255 = 17%

89
65
44

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

Portions of RGB colors in percentages

R + G + B =
89 + 65 + 44 = 198 (100%)
R 89 of 198 ~ 44.95%
G 65 of 198 ~ 32.83%
B 44 of 198 ~ 22.22%

%44.95
%32.83
%22.22

CMYK color model

#59412C color CMYK value is (0,27,51,65).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 50.56%
  • key color value is 65.10%
CMYK:
(0,27,51,65)
C0M27Y51K65 
(0%,27%,51%,65%)
(0.00/0.27/0.51/0.65)	

CMYK percentages

%0
%26.97
%50.56
%65.1

Codes

Color #59412C in popluar color models

59412C
RGB896544
HSL28°33.83%26.08%
HSB/HSV28°50.56%34.90%
CMYK0.00%26.97%50.56%
65.10%

Color #59412C in popluar number systems.

HEX59412C
Decimal896544
Binary10110011000001101100
Octal13110154

Shades and tints

Shades of #59412C

#59412C
(89,65,44)
#513C28
(81,60,40)
#493724
(73,55,36)
#413220
(65,50,32)
#392D1C
(57,45,28)
#312818
(49,40,24)
#292314
(41,35,20)
#211E10
(33,30,16)
#19190C
(25,25,12)
#111408
(17,20,8)
#090F04
(9,15,4)
#000000
(0,0,0)

Tints of #59412C

#59412C
(89,65,44)
#68523F
(104,82,63)
#776352
(119,99,82)
#867465
(134,116,101)
#958578
(149,133,120)
#A4968B
(164,150,139)
#B3A79E
(179,167,158)
#C2B8B1
(194,184,177)
#D1C9C4
(209,201,196)
#E0DAD7
(224,218,215)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59412C; }

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

This text font color is #59412C.


Background Color

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

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

This div background color is #59412C.


Border color

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

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

This div border color is #59412C.


Opacity

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

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

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

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

This text has shadow with #59412C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59412C on black background.


Color preview on white background

This text has color #59412C on white background.



Black color preview on #59412C background

This text has black color on #59412C background.


White color preview on #59412C background

This text has white color on #59412C background.