COLOR #594149

HEX: #594149
RGB: (89,65,73)

Color info

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

RGB color model

#594149 color RGB value is (89,65,73).

  • red value is 89;
  • green value is 65;
  • blue value is 73.
RGB:
(89,65,73)
(35%,25%,29%)

RGB channels and saturation

R 89 of 255 = 35%
G 65 of 255 = 25%
B 73 of 255 = 29%

89
65
73

R + G + B ~ 30%. #594149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 65 + 73 = 227 (100%)
R 89 of 227 ~ 39.21%
G 65 of 227 ~ 28.63%
B 73 of 227 ~ 32.16%

%39.21
%28.63
%32.16

CMYK color model

#594149 color CMYK value is (0,27,18,65).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 17.98%
  • key color value is 65.10%
CMYK:
(0,27,18,65)
C0M27Y18K65 
(0%,27%,18%,65%)
(0.00/0.27/0.18/0.65)	

CMYK percentages

%0
%26.97
%17.98
%65.1

Codes

Color #594149 in popluar color models

594149
RGB896573
HSL340°15.58%30.20%
HSB/HSV340°26.97%34.90%
CMYK0.00%26.97%17.98%
65.10%

Color #594149 in popluar number systems.

HEX594149
Decimal896573
Binary101100110000011001001
Octal131101111

Shades and tints

Shades of #594149

#594149
(89,65,73)
#513C43
(81,60,67)
#49373D
(73,55,61)
#413237
(65,50,55)
#392D31
(57,45,49)
#31282B
(49,40,43)
#292325
(41,35,37)
#211E1F
(33,30,31)
#191919
(25,25,25)
#111413
(17,20,19)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #594149

#594149
(89,65,73)
#685259
(104,82,89)
#776369
(119,99,105)
#867479
(134,116,121)
#958589
(149,133,137)
#A49699
(164,150,153)
#B3A7A9
(179,167,169)
#C2B8B9
(194,184,185)
#D1C9C9
(209,201,201)
#E0DAD9
(224,218,217)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594149 color. Also use rgb(89,65,73) instead hex code.

Text Font Color

.myTextColor { color: #594149; }

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

This text font color is #594149.


Background Color

.myBgColor { background-color: #594149; }

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

This div background color is #594149.


Border color

.myBorderColor { border: 1px solid #594149; }

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

This div border color is #594149.


Opacity

.myOpacity80 { color: #594149; opacity: 0.8; }

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

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

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

This text has shadow with #594149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594149 on black background.


Color preview on white background

This text has color #594149 on white background.



Black color preview on #594149 background

This text has black color on #594149 background.


White color preview on #594149 background

This text has white color on #594149 background.