COLOR #594530

HEX: #594530
RGB: (89,69,48)

Color info

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

RGB color model

#594530 color RGB value is (89,69,48).

  • red value is 89;
  • green value is 69;
  • blue value is 48.
RGB:
(89,69,48)
(35%,27%,19%)

RGB channels and saturation

R 89 of 255 = 35%
G 69 of 255 = 27%
B 48 of 255 = 19%

89
69
48

R + G + B ~ 27%. #594530 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 69 + 48 = 206 (100%)
R 89 of 206 ~ 43.2%
G 69 of 206 ~ 33.5%
B 48 of 206 ~ 23.3%

%43.2
%33.5
%23.3

CMYK color model

#594530 color CMYK value is (0,22,46,65).

  • cyan value is 0.00%
  • magenta value is 22.47%
  • yellow value is 46.07%
  • key color value is 65.10%
CMYK:
(0,22,46,65)
C0M22Y46K65 
(0%,22%,46%,65%)
(0.00/0.22/0.46/0.65)	

CMYK percentages

%0
%22.47
%46.07
%65.1

Codes

Color #594530 in popluar color models

594530
RGB896948
HSL31°29.93%26.86%
HSB/HSV31°46.07%34.90%
CMYK0.00%22.47%46.07%
65.10%

Color #594530 in popluar number systems.

HEX594530
Decimal896948
Binary10110011000101110000
Octal13110560

Shades and tints

Shades of #594530

#594530
(89,69,48)
#513F2C
(81,63,44)
#493928
(73,57,40)
#413324
(65,51,36)
#392D20
(57,45,32)
#31271C
(49,39,28)
#292118
(41,33,24)
#211B14
(33,27,20)
#191510
(25,21,16)
#110F0C
(17,15,12)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #594530

#594530
(89,69,48)
#685542
(104,85,66)
#776554
(119,101,84)
#867566
(134,117,102)
#958578
(149,133,120)
#A4958A
(164,149,138)
#B3A59C
(179,165,156)
#C2B5AE
(194,181,174)
#D1C5C0
(209,197,192)
#E0D5D2
(224,213,210)
#EFE5E4
(239,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594530 color. Also use rgb(89,69,48) instead hex code.

Text Font Color

.myTextColor { color: #594530; }

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

This text font color is #594530.


Background Color

.myBgColor { background-color: #594530; }

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

This div background color is #594530.


Border color

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

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

This div border color is #594530.


Opacity

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

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

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

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

This text has shadow with #594530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594530 on black background.


Color preview on white background

This text has color #594530 on white background.



Black color preview on #594530 background

This text has black color on #594530 background.


White color preview on #594530 background

This text has white color on #594530 background.