COLOR #59164B

HEX: #59164B
RGB: (89,22,75)

Color info

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

RGB color model

#59164B color RGB value is (89,22,75).

  • red value is 89;
  • green value is 22;
  • blue value is 75.
RGB:
(89,22,75)
(35%,9%,29%)

RGB channels and saturation

R 89 of 255 = 35%
G 22 of 255 = 9%
B 75 of 255 = 29%

89
22
75

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

Portions of RGB colors in percentages

R + G + B =
89 + 22 + 75 = 186 (100%)
R 89 of 186 ~ 47.85%
G 22 of 186 ~ 11.83%
B 75 of 186 ~ 40.32%

%47.85
%11.83
%40.32

CMYK color model

#59164B color CMYK value is (0,75,16,65).

  • cyan value is 0.00%
  • magenta value is 75.28%
  • yellow value is 15.73%
  • key color value is 65.10%
CMYK:
(0,75,16,65)
C0M75Y16K65 
(0%,75%,16%,65%)
(0.00/0.75/0.16/0.65)	

CMYK percentages

%0
%75.28
%15.73
%65.1

Codes

Color #59164B in popluar color models

59164B
RGB892275
HSL313°60.36%21.76%
HSB/HSV313°75.28%34.90%
CMYK0.00%75.28%15.73%
65.10%

Color #59164B in popluar number systems.

HEX59164B
Decimal892275
Binary1011001101101001011
Octal13126113

Shades and tints

Shades of #59164B

#59164B
(89,22,75)
#511445
(81,20,69)
#49123F
(73,18,63)
#411039
(65,16,57)
#390E33
(57,14,51)
#310C2D
(49,12,45)
#290A27
(41,10,39)
#210821
(33,8,33)
#19061B
(25,6,27)
#110415
(17,4,21)
#09020F
(9,2,15)
#000000
(0,0,0)

Tints of #59164B

#59164B
(89,22,75)
#682B5B
(104,43,91)
#77406B
(119,64,107)
#86557B
(134,85,123)
#956A8B
(149,106,139)
#A47F9B
(164,127,155)
#B394AB
(179,148,171)
#C2A9BB
(194,169,187)
#D1BECB
(209,190,203)
#E0D3DB
(224,211,219)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59164B color. Also use rgb(89,22,75) instead hex code.

Text Font Color

.myTextColor { color: #59164B; }

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

This text font color is #59164B.


Background Color

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

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

This div background color is #59164B.


Border color

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

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

This div border color is #59164B.


Opacity

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

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

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

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

This text has shadow with #59164B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59164B on black background.


Color preview on white background

This text has color #59164B on white background.



Black color preview on #59164B background

This text has black color on #59164B background.


White color preview on #59164B background

This text has white color on #59164B background.