COLOR #594235

HEX: #594235
RGB: (89,66,53)

Color info

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

RGB color model

#594235 color RGB value is (89,66,53).

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

RGB channels and saturation

R 89 of 255 = 35%
G 66 of 255 = 26%
B 53 of 255 = 21%

89
66
53

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

Portions of RGB colors in percentages

R + G + B =
89 + 66 + 53 = 208 (100%)
R 89 of 208 ~ 42.79%
G 66 of 208 ~ 31.73%
B 53 of 208 ~ 25.48%

%42.79
%31.73
%25.48

CMYK color model

#594235 color CMYK value is (0,26,40,65).

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 40.45%
  • key color value is 65.10%
CMYK:
(0,26,40,65)
C0M26Y40K65 
(0%,26%,40%,65%)
(0.00/0.26/0.40/0.65)	

CMYK percentages

%0
%25.84
%40.45
%65.1

Codes

Color #594235 in popluar color models

594235
RGB896653
HSL22°25.35%27.84%
HSB/HSV22°40.45%34.90%
CMYK0.00%25.84%40.45%
65.10%

Color #594235 in popluar number systems.

HEX594235
Decimal896653
Binary10110011000010110101
Octal13110265

Shades and tints

Shades of #594235

#594235
(89,66,53)
#513C31
(81,60,49)
#49362D
(73,54,45)
#413029
(65,48,41)
#392A25
(57,42,37)
#312421
(49,36,33)
#291E1D
(41,30,29)
#211819
(33,24,25)
#191215
(25,18,21)
#110C11
(17,12,17)
#09060D
(9,6,13)
#000000
(0,0,0)

Tints of #594235

#594235
(89,66,53)
#685347
(104,83,71)
#776459
(119,100,89)
#86756B
(134,117,107)
#95867D
(149,134,125)
#A4978F
(164,151,143)
#B3A8A1
(179,168,161)
#C2B9B3
(194,185,179)
#D1CAC5
(209,202,197)
#E0DBD7
(224,219,215)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594235; }

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

This text font color is #594235.


Background Color

.myBgColor { background-color: #594235; }

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

This div background color is #594235.


Border color

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

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

This div border color is #594235.


Opacity

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

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

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

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

This text has shadow with #594235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594235 on black background.


Color preview on white background

This text has color #594235 on white background.



Black color preview on #594235 background

This text has black color on #594235 background.


White color preview on #594235 background

This text has white color on #594235 background.