COLOR #59182B

HEX: #59182B
RGB: (89,24,43)

Color info

#59182B contains mainly red and blue colors. Web safe color of #59182B is #660033 (or #603).

RGB color model

#59182B color RGB value is (89,24,43).

  • red value is 89;
  • green value is 24;
  • blue value is 43.
RGB:
(89,24,43)
(35%,9%,17%)

RGB channels and saturation

R 89 of 255 = 35%
G 24 of 255 = 9%
B 43 of 255 = 17%

89
24
43

R + G + B ~ 20%. #59182B is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 24 + 43 = 156 (100%)
R 89 of 156 ~ 57.05%
G 24 of 156 ~ 15.38%
B 43 of 156 ~ 27.56%

%57.05
%15.38
%27.56

CMYK color model

#59182B color CMYK value is (0,73,52,65).

  • cyan value is 0.00%
  • magenta value is 73.03%
  • yellow value is 51.69%
  • key color value is 65.10%
CMYK:
(0,73,52,65)
C0M73Y52K65 
(0%,73%,52%,65%)
(0.00/0.73/0.52/0.65)	

CMYK percentages

%0
%73.03
%51.69
%65.1

Codes

Color #59182B in popluar color models

59182B
RGB892443
HSL342°57.52%22.16%
HSB/HSV342°73.03%34.90%
CMYK0.00%73.03%51.69%
65.10%

Color #59182B in popluar number systems.

HEX59182B
Decimal892443
Binary101100111000101011
Octal1313053

Shades and tints

Shades of #59182B

#59182B
(89,24,43)
#511628
(81,22,40)
#491425
(73,20,37)
#411222
(65,18,34)
#39101F
(57,16,31)
#310E1C
(49,14,28)
#290C19
(41,12,25)
#210A16
(33,10,22)
#190813
(25,8,19)
#110610
(17,6,16)
#09040D
(9,4,13)
#000000
(0,0,0)

Tints of #59182B

#59182B
(89,24,43)
#682D3E
(104,45,62)
#774251
(119,66,81)
#865764
(134,87,100)
#956C77
(149,108,119)
#A4818A
(164,129,138)
#B3969D
(179,150,157)
#C2ABB0
(194,171,176)
#D1C0C3
(209,192,195)
#E0D5D6
(224,213,214)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59182B color. Also use rgb(89,24,43) instead hex code.

Text Font Color

.myTextColor { color: #59182B; }

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

This text font color is #59182B.


Background Color

.myBgColor { background-color: #59182B; }

<div style="background-color:#59182B">Inner text</div>

This div background color is #59182B.


Border color

.myBorderColor { border: 1px solid #59182B; }

<div style="border:3px solid #59182B">Div</div>

This div border color is #59182B.


Opacity

.myOpacity80 { color: #59182B; opacity: 0.8; }

<p style="color:#59182B;opacity:0.8;">80%</p>

Text with #59182B 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 #59182B;}

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

This text has shadow with #59182B color.

.textShadow {text-shadow: 3px 3px 1px #59182B, 3px 3px 1px red;}

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

This text has shadow with #59182B primary color and red secondary color.


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

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

This text has shadow with #59182B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59182B on black background.


Color preview on white background

This text has color #59182B on white background.



Black color preview on #59182B background

This text has black color on #59182B background.


White color preview on #59182B background

This text has white color on #59182B background.