COLOR #594B34

HEX: #594B34
RGB: (89,75,52)

Color info

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

RGB color model

#594B34 color RGB value is (89,75,52).

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

RGB channels and saturation

R 89 of 255 = 35%
G 75 of 255 = 29%
B 52 of 255 = 20%

89
75
52

R + G + B ~ 28%. #594B34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 75 + 52 = 216 (100%)
R 89 of 216 ~ 41.2%
G 75 of 216 ~ 34.72%
B 52 of 216 ~ 24.07%

%41.2
%34.72
%24.07

CMYK color model

#594B34 color CMYK value is (0,16,42,65).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 41.57%
  • key color value is 65.10%
CMYK:
(0,16,42,65)
C0M16Y42K65 
(0%,16%,42%,65%)
(0.00/0.16/0.42/0.65)	

CMYK percentages

%0
%15.73
%41.57
%65.1

Codes

Color #594B34 in popluar color models

594B34
RGB897552
HSL37°26.24%27.65%
HSB/HSV37°41.57%34.90%
CMYK0.00%15.73%41.57%
65.10%

Color #594B34 in popluar number systems.

HEX594B34
Decimal897552
Binary10110011001011110100
Octal13111364

Shades and tints

Shades of #594B34

#594B34
(89,75,52)
#514530
(81,69,48)
#493F2C
(73,63,44)
#413928
(65,57,40)
#393324
(57,51,36)
#312D20
(49,45,32)
#29271C
(41,39,28)
#212118
(33,33,24)
#191B14
(25,27,20)
#111510
(17,21,16)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #594B34

#594B34
(89,75,52)
#685B46
(104,91,70)
#776B58
(119,107,88)
#867B6A
(134,123,106)
#958B7C
(149,139,124)
#A49B8E
(164,155,142)
#B3ABA0
(179,171,160)
#C2BBB2
(194,187,178)
#D1CBC4
(209,203,196)
#E0DBD6
(224,219,214)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594B34; }

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

This text font color is #594B34.


Background Color

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

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

This div background color is #594B34.


Border color

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

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

This div border color is #594B34.


Opacity

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

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

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

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

This text has shadow with #594B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594B34 on black background.


Color preview on white background

This text has color #594B34 on white background.



Black color preview on #594B34 background

This text has black color on #594B34 background.


White color preview on #594B34 background

This text has white color on #594B34 background.