COLOR #59222F

HEX: #59222F
RGB: (89,34,47)

Color info

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

RGB color model

#59222F color RGB value is (89,34,47).

  • red value is 89;
  • green value is 34;
  • blue value is 47.
RGB:
(89,34,47)
(35%,13%,18%)

RGB channels and saturation

R 89 of 255 = 35%
G 34 of 255 = 13%
B 47 of 255 = 18%

89
34
47

R + G + B ~ 22%. #59222F is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 34 + 47 = 170 (100%)
R 89 of 170 ~ 52.35%
G 34 of 170 ~ 20%
B 47 of 170 ~ 27.65%

%52.35
%20
%27.65

CMYK color model

#59222F color CMYK value is (0,62,47,65).

  • cyan value is 0.00%
  • magenta value is 61.80%
  • yellow value is 47.19%
  • key color value is 65.10%
CMYK:
(0,62,47,65)
C0M62Y47K65 
(0%,62%,47%,65%)
(0.00/0.62/0.47/0.65)	

CMYK percentages

%0
%61.8
%47.19
%65.1

Codes

Color #59222F in popluar color models

59222F
RGB893447
HSL346°44.72%24.12%
HSB/HSV346°61.80%34.90%
CMYK0.00%61.80%47.19%
65.10%

Color #59222F in popluar number systems.

HEX59222F
Decimal893447
Binary1011001100010101111
Octal1314257

Shades and tints

Shades of #59222F

#59222F
(89,34,47)
#511F2B
(81,31,43)
#491C27
(73,28,39)
#411923
(65,25,35)
#39161F
(57,22,31)
#31131B
(49,19,27)
#291017
(41,16,23)
#210D13
(33,13,19)
#190A0F
(25,10,15)
#11070B
(17,7,11)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #59222F

#59222F
(89,34,47)
#683641
(104,54,65)
#774A53
(119,74,83)
#865E65
(134,94,101)
#957277
(149,114,119)
#A48689
(164,134,137)
#B39A9B
(179,154,155)
#C2AEAD
(194,174,173)
#D1C2BF
(209,194,191)
#E0D6D1
(224,214,209)
#EFEAE3
(239,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59222F color. Also use rgb(89,34,47) instead hex code.

Text Font Color

.myTextColor { color: #59222F; }

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

This text font color is #59222F.


Background Color

.myBgColor { background-color: #59222F; }

<div style="background-color:#59222F">Inner text</div>

This div background color is #59222F.


Border color

.myBorderColor { border: 1px solid #59222F; }

<div style="border:3px solid #59222F">Div</div>

This div border color is #59222F.


Opacity

.myOpacity80 { color: #59222F; opacity: 0.8; }

<p style="color:#59222F;opacity:0.8;">80%</p>

Text with #59222F 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 #59222F;}

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

This text has shadow with #59222F color.

.textShadow {text-shadow: 3px 3px 1px #59222F, 3px 3px 1px red;}

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

This text has shadow with #59222F primary color and red secondary color.


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

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

This text has shadow with #59222F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59222F on black background.


Color preview on white background

This text has color #59222F on white background.



Black color preview on #59222F background

This text has black color on #59222F background.


White color preview on #59222F background

This text has white color on #59222F background.