COLOR #594146

HEX: #594146
RGB: (89,65,70)

Color info

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

RGB color model

#594146 color RGB value is (89,65,70).

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

RGB channels and saturation

R 89 of 255 = 35%
G 65 of 255 = 25%
B 70 of 255 = 27%

89
65
70

R + G + B ~ 29%. #594146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 65 + 70 = 224 (100%)
R 89 of 224 ~ 39.73%
G 65 of 224 ~ 29.02%
B 70 of 224 ~ 31.25%

%39.73
%29.02
%31.25

CMYK color model

#594146 color CMYK value is (0,27,21,65).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 21.35%
  • key color value is 65.10%
CMYK:
(0,27,21,65)
C0M27Y21K65 
(0%,27%,21%,65%)
(0.00/0.27/0.21/0.65)	

CMYK percentages

%0
%26.97
%21.35
%65.1

Codes

Color #594146 in popluar color models

594146
RGB896570
HSL348°15.58%30.20%
HSB/HSV348°26.97%34.90%
CMYK0.00%26.97%21.35%
65.10%

Color #594146 in popluar number systems.

HEX594146
Decimal896570
Binary101100110000011000110
Octal131101106

Shades and tints

Shades of #594146

#594146
(89,65,70)
#513C40
(81,60,64)
#49373A
(73,55,58)
#413234
(65,50,52)
#392D2E
(57,45,46)
#312828
(49,40,40)
#292322
(41,35,34)
#211E1C
(33,30,28)
#191916
(25,25,22)
#111410
(17,20,16)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #594146

#594146
(89,65,70)
#685256
(104,82,86)
#776366
(119,99,102)
#867476
(134,116,118)
#958586
(149,133,134)
#A49696
(164,150,150)
#B3A7A6
(179,167,166)
#C2B8B6
(194,184,182)
#D1C9C6
(209,201,198)
#E0DAD6
(224,218,214)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594146; }

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

This text font color is #594146.


Background Color

.myBgColor { background-color: #594146; }

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

This div background color is #594146.


Border color

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

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

This div border color is #594146.


Opacity

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

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

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

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

This text has shadow with #594146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594146 on black background.


Color preview on white background

This text has color #594146 on white background.



Black color preview on #594146 background

This text has black color on #594146 background.


White color preview on #594146 background

This text has white color on #594146 background.