COLOR #594B50

HEX: #594B50
RGB: (89,75,80)

Color info

#594B50 contains red, green and blue colors in about the same proportion. Web safe color of #594B50 is #663366 (or #636).

RGB color model

#594B50 color RGB value is (89,75,80).

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

RGB channels and saturation

R 89 of 255 = 35%
G 75 of 255 = 29%
B 80 of 255 = 31%

89
75
80

R + G + B ~ 32%. #594B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 75 + 80 = 244 (100%)
R 89 of 244 ~ 36.48%
G 75 of 244 ~ 30.74%
B 80 of 244 ~ 32.79%

%36.48
%30.74
%32.79

CMYK color model

#594B50 color CMYK value is (0,16,10,65).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 10.11%
  • key color value is 65.10%
CMYK:
(0,16,10,65)
C0M16Y10K65 
(0%,16%,10%,65%)
(0.00/0.16/0.10/0.65)	

CMYK percentages

%0
%15.73
%10.11
%65.1

Codes

Color #594B50 in popluar color models

594B50
RGB897580
HSL339°8.54%32.16%
HSB/HSV339°15.73%34.90%
CMYK0.00%15.73%10.11%
65.10%

Color #594B50 in popluar number systems.

HEX594B50
Decimal897580
Binary101100110010111010000
Octal131113120

Shades and tints

Shades of #594B50

#594B50
(89,75,80)
#514549
(81,69,73)
#493F42
(73,63,66)
#41393B
(65,57,59)
#393334
(57,51,52)
#312D2D
(49,45,45)
#292726
(41,39,38)
#21211F
(33,33,31)
#191B18
(25,27,24)
#111511
(17,21,17)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #594B50

#594B50
(89,75,80)
#685B5F
(104,91,95)
#776B6E
(119,107,110)
#867B7D
(134,123,125)
#958B8C
(149,139,140)
#A49B9B
(164,155,155)
#B3ABAA
(179,171,170)
#C2BBB9
(194,187,185)
#D1CBC8
(209,203,200)
#E0DBD7
(224,219,215)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594B50 color. Also use rgb(89,75,80) instead hex code.

Text Font Color

.myTextColor { color: #594B50; }

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

This text font color is #594B50.


Background Color

.myBgColor { background-color: #594B50; }

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

This div background color is #594B50.


Border color

.myBorderColor { border: 1px solid #594B50; }

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

This div border color is #594B50.


Opacity

.myOpacity80 { color: #594B50; opacity: 0.8; }

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

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

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

This text has shadow with #594B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594B50 on black background.


Color preview on white background

This text has color #594B50 on white background.



Black color preview on #594B50 background

This text has black color on #594B50 background.


White color preview on #594B50 background

This text has white color on #594B50 background.