COLOR #595A22

HEX: #595A22
RGB: (89,90,34)

Color info

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

RGB color model

#595A22 color RGB value is (89,90,34).

  • red value is 89;
  • green value is 90;
  • blue value is 34.
RGB:
(89,90,34)
(35%,35%,13%)

RGB channels and saturation

R 89 of 255 = 35%
G 90 of 255 = 35%
B 34 of 255 = 13%

89
90
34

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

Portions of RGB colors in percentages

R + G + B =
89 + 90 + 34 = 213 (100%)
R 89 of 213 ~ 41.78%
G 90 of 213 ~ 42.25%
B 34 of 213 ~ 15.96%

%41.78
%42.25
%15.96

CMYK color model

#595A22 color CMYK value is (1,0,62,65).

  • cyan value is 1.11%
  • magenta value is 0.00%
  • yellow value is 62.22%
  • key color value is 64.71%
CMYK:
(1,0,62,65)
C1M0Y62K65 
(1%,0%,62%,65%)
(0.01/0.00/0.62/0.65)	

CMYK percentages

%1.11
%0
%62.22
%64.71

Codes

Color #595A22 in popluar color models

595A22
RGB899034
HSL61°45.16%24.31%
HSB/HSV61°62.22%35.29%
CMYK1.11%0.00%62.22%
64.71%

Color #595A22 in popluar number systems.

HEX595A22
Decimal899034
Binary10110011011010100010
Octal13113242

Shades and tints

Shades of #595A22

#595A22
(89,90,34)
#51521F
(81,82,31)
#494A1C
(73,74,28)
#414219
(65,66,25)
#393A16
(57,58,22)
#313213
(49,50,19)
#292A10
(41,42,16)
#21220D
(33,34,13)
#191A0A
(25,26,10)
#111207
(17,18,7)
#090A04
(9,10,4)
#000000
(0,0,0)

Tints of #595A22

#595A22
(89,90,34)
#686936
(104,105,54)
#77784A
(119,120,74)
#86875E
(134,135,94)
#959672
(149,150,114)
#A4A586
(164,165,134)
#B3B49A
(179,180,154)
#C2C3AE
(194,195,174)
#D1D2C2
(209,210,194)
#E0E1D6
(224,225,214)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595A22; }

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

This text font color is #595A22.


Background Color

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

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

This div background color is #595A22.


Border color

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

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

This div border color is #595A22.


Opacity

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

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

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

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

This text has shadow with #595A22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595A22 on black background.


Color preview on white background

This text has color #595A22 on white background.



Black color preview on #595A22 background

This text has black color on #595A22 background.


White color preview on #595A22 background

This text has white color on #595A22 background.