COLOR #59242A

HEX: #59242A
RGB: (89,36,42)

Color info

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

RGB color model

#59242A color RGB value is (89,36,42).

  • red value is 89;
  • green value is 36;
  • blue value is 42.
RGB:
(89,36,42)
(35%,14%,16%)

RGB channels and saturation

R 89 of 255 = 35%
G 36 of 255 = 14%
B 42 of 255 = 16%

89
36
42

R + G + B ~ 22%. #59242A is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 36 + 42 = 167 (100%)
R 89 of 167 ~ 53.29%
G 36 of 167 ~ 21.56%
B 42 of 167 ~ 25.15%

%53.29
%21.56
%25.15

CMYK color model

#59242A color CMYK value is (0,60,53,65).

  • cyan value is 0.00%
  • magenta value is 59.55%
  • yellow value is 52.81%
  • key color value is 65.10%
CMYK:
(0,60,53,65)
C0M60Y53K65 
(0%,60%,53%,65%)
(0.00/0.60/0.53/0.65)	

CMYK percentages

%0
%59.55
%52.81
%65.1

Codes

Color #59242A in popluar color models

59242A
RGB893642
HSL353°42.40%24.51%
HSB/HSV353°59.55%34.90%
CMYK0.00%59.55%52.81%
65.10%

Color #59242A in popluar number systems.

HEX59242A
Decimal893642
Binary1011001100100101010
Octal1314452

Shades and tints

Shades of #59242A

#59242A
(89,36,42)
#512127
(81,33,39)
#491E24
(73,30,36)
#411B21
(65,27,33)
#39181E
(57,24,30)
#31151B
(49,21,27)
#291218
(41,18,24)
#210F15
(33,15,21)
#190C12
(25,12,18)
#11090F
(17,9,15)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #59242A

#59242A
(89,36,42)
#68373D
(104,55,61)
#774A50
(119,74,80)
#865D63
(134,93,99)
#957076
(149,112,118)
#A48389
(164,131,137)
#B3969C
(179,150,156)
#C2A9AF
(194,169,175)
#D1BCC2
(209,188,194)
#E0CFD5
(224,207,213)
#EFE2E8
(239,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59242A color. Also use rgb(89,36,42) instead hex code.

Text Font Color

.myTextColor { color: #59242A; }

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

This text font color is #59242A.


Background Color

.myBgColor { background-color: #59242A; }

<div style="background-color:#59242A">Inner text</div>

This div background color is #59242A.


Border color

.myBorderColor { border: 1px solid #59242A; }

<div style="border:3px solid #59242A">Div</div>

This div border color is #59242A.


Opacity

.myOpacity80 { color: #59242A; opacity: 0.8; }

<p style="color:#59242A;opacity:0.8;">80%</p>

Text with #59242A 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 #59242A;}

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

This text has shadow with #59242A color.

.textShadow {text-shadow: 3px 3px 1px #59242A, 3px 3px 1px red;}

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

This text has shadow with #59242A primary color and red secondary color.


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

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

This text has shadow with #59242A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59242A on black background.


Color preview on white background

This text has color #59242A on white background.



Black color preview on #59242A background

This text has black color on #59242A background.


White color preview on #59242A background

This text has white color on #59242A background.