COLOR #595C22

HEX: #595C22 RGB: (89,92,34)

Color info

#595C22 contains red, green and blue colors in about the same proportion. Web safe color of #595C22 is #666633 (or #663).

RGB color model

#595C22 color RGB value is (89,92,34).

RGB: (89,92,34) (35%, 36%, 13%)

RGB channels and saturation

R 89 of 255 = 35%
G 92 of 255 = 36%
B 34 of 255 = 13%

89
92
34

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

Portions of RGB colors in percentages

R + G + B = 89 + 92 + 34 = 215 (100%)
R 89 of 215 ~ 41.4%
G 92 of 215 ~ 42.79%
B 34 of 215 ~ 15.81'%

%41.4
%42.79
%15.81

CMYK color model

#595C22 color CMYK value is (3,0,63,64).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 63.04%
  • key color value is 63.92%

CMYK: (3,0,63,64)
C3M0Y63K64 (3%, 0%, 63%, 64%)
(0.03 / 0.00 / 0.63 / 0.64)

CMYK percentages

%3.26
%0
%63.04
%63.92

Codes

Color #595C22 in popluar color models

59 5C 22
RGB 89 92 34
HSL 63° 46.03% 24.71%
HSB/HSV 63° 63.04% 36.08%
CMYK 3.26% 0.00% 63.04%
63.92%

Color #595C22 in popluar number systems.

HEX 59 5C 22
Decimal 89 92 34
Binary 1011001 1011100 100010
Octal 131 134 42

Shades and tints

Shades of #595C22

#595C22
(89,92,34)
#51541F
(81,84,31)
#494C1C
(73,76,28)
#414419
(65,68,25)
#393C16
(57,60,22)
#313413
(49,52,19)
#292C10
(41,44,16)
#21240D
(33,36,13)
#191C0A
(25,28,10)
#111407
(17,20,7)
#090C04
(9,12,4)
#000000
(0,0,0)

Tints of #595C22

#595C22
(89,92,34)
#686A36
(104,106,54)
#77784A
(119,120,74)
#86865E
(134,134,94)
#959472
(149,148,114)
#A4A286
(164,162,134)
#B3B09A
(179,176,154)
#C2BEAE
(194,190,174)
#D1CCC2
(209,204,194)
#E0DAD6
(224,218,214)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595C22 color. Also use rgb(89,92,34) instead hex code.

Text Font Color

.myTextColor { color: #595C22; }

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

This text font color is #595C22.

Background Color

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

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

This div background color is #595C22.

Border color

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

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

This div border color is #595C22.

Opacity

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

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

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

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

This text has shadow with #595C22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595C22.

Preview

Color preview on black background

This text has color #595C22 on black background.


Color preview on white background

This text has color #595C22 on white background.


Black color preview on #595C22 background

This text has black color on #595C22 background.


White color preview on #595C22 background

This text has white color on #595C22 background.


Related colors

Complementary color

Complementary color for #hex is #A6A3DD.


I love getcolorcode.com

Triadic colors

1 #22595C and #5C2259 with #595C22 are triadic colors.

2 #225C59 and #5C5922 with #595C22 are triadic colors.