COLOR #594B42

HEX: #594B42
RGB: (89,75,66)

Color info

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

RGB color model

#594B42 color RGB value is (89,75,66).

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

RGB channels and saturation

R 89 of 255 = 35%
G 75 of 255 = 29%
B 66 of 255 = 26%

89
75
66

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

Portions of RGB colors in percentages

R + G + B =
89 + 75 + 66 = 230 (100%)
R 89 of 230 ~ 38.7%
G 75 of 230 ~ 32.61%
B 66 of 230 ~ 28.7%

%38.7
%32.61
%28.7

CMYK color model

#594B42 color CMYK value is (0,16,26,65).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 25.84%
  • key color value is 65.10%
CMYK:
(0,16,26,65)
C0M16Y26K65 
(0%,16%,26%,65%)
(0.00/0.16/0.26/0.65)	

CMYK percentages

%0
%15.73
%25.84
%65.1

Codes

Color #594B42 in popluar color models

594B42
RGB897566
HSL23°14.84%30.39%
HSB/HSV23°25.84%34.90%
CMYK0.00%15.73%25.84%
65.10%

Color #594B42 in popluar number systems.

HEX594B42
Decimal897566
Binary101100110010111000010
Octal131113102

Shades and tints

Shades of #594B42

#594B42
(89,75,66)
#51453C
(81,69,60)
#493F36
(73,63,54)
#413930
(65,57,48)
#39332A
(57,51,42)
#312D24
(49,45,36)
#29271E
(41,39,30)
#212118
(33,33,24)
#191B12
(25,27,18)
#11150C
(17,21,12)
#090F06
(9,15,6)
#000000
(0,0,0)

Tints of #594B42

#594B42
(89,75,66)
#685B53
(104,91,83)
#776B64
(119,107,100)
#867B75
(134,123,117)
#958B86
(149,139,134)
#A49B97
(164,155,151)
#B3ABA8
(179,171,168)
#C2BBB9
(194,187,185)
#D1CBCA
(209,203,202)
#E0DBDB
(224,219,219)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594B42; }

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

This text font color is #594B42.


Background Color

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

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

This div background color is #594B42.


Border color

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

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

This div border color is #594B42.


Opacity

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

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

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

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

This text has shadow with #594B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594B42 on black background.


Color preview on white background

This text has color #594B42 on white background.



Black color preview on #594B42 background

This text has black color on #594B42 background.


White color preview on #594B42 background

This text has white color on #594B42 background.