COLOR #59273A

HEX: #59273A
RGB: (89,39,58)

Color info

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

RGB color model

#59273A color RGB value is (89,39,58).

  • red value is 89;
  • green value is 39;
  • blue value is 58.
RGB:
(89,39,58)
(35%,15%,23%)

RGB channels and saturation

R 89 of 255 = 35%
G 39 of 255 = 15%
B 58 of 255 = 23%

89
39
58

R + G + B ~ 24%. #59273A is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 39 + 58 = 186 (100%)
R 89 of 186 ~ 47.85%
G 39 of 186 ~ 20.97%
B 58 of 186 ~ 31.18%

%47.85
%20.97
%31.18

CMYK color model

#59273A color CMYK value is (0,56,35,65).

  • cyan value is 0.00%
  • magenta value is 56.18%
  • yellow value is 34.83%
  • key color value is 65.10%
CMYK:
(0,56,35,65)
C0M56Y35K65 
(0%,56%,35%,65%)
(0.00/0.56/0.35/0.65)	

CMYK percentages

%0
%56.18
%34.83
%65.1

Codes

Color #59273A in popluar color models

59273A
RGB893958
HSL337°39.06%25.10%
HSB/HSV337°56.18%34.90%
CMYK0.00%56.18%34.83%
65.10%

Color #59273A in popluar number systems.

HEX59273A
Decimal893958
Binary1011001100111111010
Octal1314772

Shades and tints

Shades of #59273A

#59273A
(89,39,58)
#512435
(81,36,53)
#492130
(73,33,48)
#411E2B
(65,30,43)
#391B26
(57,27,38)
#311821
(49,24,33)
#29151C
(41,21,28)
#211217
(33,18,23)
#190F12
(25,15,18)
#110C0D
(17,12,13)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #59273A

#59273A
(89,39,58)
#683A4B
(104,58,75)
#774D5C
(119,77,92)
#86606D
(134,96,109)
#95737E
(149,115,126)
#A4868F
(164,134,143)
#B399A0
(179,153,160)
#C2ACB1
(194,172,177)
#D1BFC2
(209,191,194)
#E0D2D3
(224,210,211)
#EFE5E4
(239,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59273A color. Also use rgb(89,39,58) instead hex code.

Text Font Color

.myTextColor { color: #59273A; }

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

This text font color is #59273A.


Background Color

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

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

This div background color is #59273A.


Border color

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

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

This div border color is #59273A.


Opacity

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

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

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

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

This text has shadow with #59273A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59273A on black background.


Color preview on white background

This text has color #59273A on white background.



Black color preview on #59273A background

This text has black color on #59273A background.


White color preview on #59273A background

This text has white color on #59273A background.