COLOR #595F20

HEX: #595F20
RGB: (89,95,32)

Color info

#595F20 contains mainly red and green colors. Web safe color of #595F20 is #666633 (or #663).

RGB color model

#595F20 color RGB value is (89,95,32).

  • red value is 89;
  • green value is 95;
  • blue value is 32.
RGB:
(89,95,32)
(35%,37%,13%)

RGB channels and saturation

R 89 of 255 = 35%
G 95 of 255 = 37%
B 32 of 255 = 13%

89
95
32

R + G + B ~ 28%. #595F20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 95 + 32 = 216 (100%)
R 89 of 216 ~ 41.2%
G 95 of 216 ~ 43.98%
B 32 of 216 ~ 14.81%

%41.2
%43.98
%14.81

CMYK color model

#595F20 color CMYK value is (6,0,66,63).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 66.32%
  • key color value is 62.75%
CMYK:
(6,0,66,63)
C6M0Y66K63 
(6%,0%,66%,63%)
(0.06/0.00/0.66/0.63)	

CMYK percentages

%6.32
%0
%66.32
%62.75

Codes

Color #595F20 in popluar color models

595F20
RGB899532
HSL66°49.61%24.90%
HSB/HSV66°66.32%37.25%
CMYK6.32%0.00%66.32%
62.75%

Color #595F20 in popluar number systems.

HEX595F20
Decimal899532
Binary10110011011111100000
Octal13113740

Shades and tints

Shades of #595F20

#595F20
(89,95,32)
#51571E
(81,87,30)
#494F1C
(73,79,28)
#41471A
(65,71,26)
#393F18
(57,63,24)
#313716
(49,55,22)
#292F14
(41,47,20)
#212712
(33,39,18)
#191F10
(25,31,16)
#11170E
(17,23,14)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #595F20

#595F20
(89,95,32)
#686D34
(104,109,52)
#777B48
(119,123,72)
#86895C
(134,137,92)
#959770
(149,151,112)
#A4A584
(164,165,132)
#B3B398
(179,179,152)
#C2C1AC
(194,193,172)
#D1CFC0
(209,207,192)
#E0DDD4
(224,221,212)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595F20 color. Also use rgb(89,95,32) instead hex code.

Text Font Color

.myTextColor { color: #595F20; }

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

This text font color is #595F20.


Background Color

.myBgColor { background-color: #595F20; }

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

This div background color is #595F20.


Border color

.myBorderColor { border: 1px solid #595F20; }

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

This div border color is #595F20.


Opacity

.myOpacity80 { color: #595F20; opacity: 0.8; }

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

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

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

This text has shadow with #595F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595F20 on black background.


Color preview on white background

This text has color #595F20 on white background.



Black color preview on #595F20 background

This text has black color on #595F20 background.


White color preview on #595F20 background

This text has white color on #595F20 background.