COLOR #59344B

HEX: #59344B
RGB: (89,52,75)

Color info

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

RGB color model

#59344B color RGB value is (89,52,75).

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

RGB channels and saturation

R 89 of 255 = 35%
G 52 of 255 = 20%
B 75 of 255 = 29%

89
52
75

R + G + B ~ 28%. #59344B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 52 + 75 = 216 (100%)
R 89 of 216 ~ 41.2%
G 52 of 216 ~ 24.07%
B 75 of 216 ~ 34.72%

%41.2
%24.07
%34.72

CMYK color model

#59344B color CMYK value is (0,42,16,65).

  • cyan value is 0.00%
  • magenta value is 41.57%
  • yellow value is 15.73%
  • key color value is 65.10%
CMYK:
(0,42,16,65)
C0M42Y16K65 
(0%,42%,16%,65%)
(0.00/0.42/0.16/0.65)	

CMYK percentages

%0
%41.57
%15.73
%65.1

Codes

Color #59344B in popluar color models

59344B
RGB895275
HSL323°26.24%27.65%
HSB/HSV323°41.57%34.90%
CMYK0.00%41.57%15.73%
65.10%

Color #59344B in popluar number systems.

HEX59344B
Decimal895275
Binary10110011101001001011
Octal13164113

Shades and tints

Shades of #59344B

#59344B
(89,52,75)
#513045
(81,48,69)
#492C3F
(73,44,63)
#412839
(65,40,57)
#392433
(57,36,51)
#31202D
(49,32,45)
#291C27
(41,28,39)
#211821
(33,24,33)
#19141B
(25,20,27)
#111015
(17,16,21)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #59344B

#59344B
(89,52,75)
#68465B
(104,70,91)
#77586B
(119,88,107)
#866A7B
(134,106,123)
#957C8B
(149,124,139)
#A48E9B
(164,142,155)
#B3A0AB
(179,160,171)
#C2B2BB
(194,178,187)
#D1C4CB
(209,196,203)
#E0D6DB
(224,214,219)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59344B; }

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

This text font color is #59344B.


Background Color

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

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

This div background color is #59344B.


Border color

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

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

This div border color is #59344B.


Opacity

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

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

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

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

This text has shadow with #59344B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59344B on black background.


Color preview on white background

This text has color #59344B on white background.



Black color preview on #59344B background

This text has black color on #59344B background.


White color preview on #59344B background

This text has white color on #59344B background.