COLOR #594F4B

HEX: #594F4B
RGB: (89,79,75)

Color info

#594F4B contains red, green and blue colors in about the same proportion. Web safe color of #594F4B is #666633 (or #663).

RGB color model

#594F4B color RGB value is (89,79,75).

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

RGB channels and saturation

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

89
79
75

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

Portions of RGB colors in percentages

R + G + B =
89 + 79 + 75 = 243 (100%)
R 89 of 243 ~ 36.63%
G 79 of 243 ~ 32.51%
B 75 of 243 ~ 30.86%

%36.63
%32.51
%30.86

CMYK color model

#594F4B color CMYK value is (0,11,16,65).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 15.73%
  • key color value is 65.10%
CMYK:
(0,11,16,65)
C0M11Y16K65 
(0%,11%,16%,65%)
(0.00/0.11/0.16/0.65)	

CMYK percentages

%0
%11.24
%15.73
%65.1

Codes

Color #594F4B in popluar color models

594F4B
RGB897975
HSL17°8.54%32.16%
HSB/HSV17°15.73%34.90%
CMYK0.00%11.24%15.73%
65.10%

Color #594F4B in popluar number systems.

HEX594F4B
Decimal897975
Binary101100110011111001011
Octal131117113

Shades and tints

Shades of #594F4B

#594F4B
(89,79,75)
#514845
(81,72,69)
#49413F
(73,65,63)
#413A39
(65,58,57)
#393333
(57,51,51)
#312C2D
(49,44,45)
#292527
(41,37,39)
#211E21
(33,30,33)
#19171B
(25,23,27)
#111015
(17,16,21)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #594F4B

#594F4B
(89,79,75)
#685F5B
(104,95,91)
#776F6B
(119,111,107)
#867F7B
(134,127,123)
#958F8B
(149,143,139)
#A49F9B
(164,159,155)
#B3AFAB
(179,175,171)
#C2BFBB
(194,191,187)
#D1CFCB
(209,207,203)
#E0DFDB
(224,223,219)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594F4B; }

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

This text font color is #594F4B.


Background Color

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

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

This div background color is #594F4B.


Border color

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

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

This div border color is #594F4B.


Opacity

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

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

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

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

This text has shadow with #594F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594F4B on black background.


Color preview on white background

This text has color #594F4B on white background.



Black color preview on #594F4B background

This text has black color on #594F4B background.


White color preview on #594F4B background

This text has white color on #594F4B background.