COLOR #595E21

HEX: #595E21 RGB: (89,94,33)

Color info

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

RGB color model

#595E21 color RGB value is (89,94,33).

RGB: (89,94,33) (35%, 37%, 13%)

RGB channels and saturation

R 89 of 255 = 35%
G 94 of 255 = 37%
B 33 of 255 = 13%

89
94
33

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

Portions of RGB colors in percentages

R + G + B = 89 + 94 + 33 = 216 (100%)
R 89 of 216 ~ 41.2%
G 94 of 216 ~ 43.52%
B 33 of 216 ~ 15.28'%

%41.2
%43.52
%15.28

CMYK color model

#595E21 color CMYK value is (5,0,65,63).

  • cyan value is 5.32%
  • magenta value is 0.00%
  • yellow value is 64.89%
  • key color value is 63.14%

CMYK: (5,0,65,63)
C5M0Y65K63 (5%, 0%, 65%, 63%)
(0.05 / 0.00 / 0.65 / 0.63)

CMYK percentages

%5.32
%0
%64.89
%63.14

Codes

Color #595E21 in popluar color models

59 5E 21
RGB 89 94 33
HSL 65° 48.03% 24.90%
HSB/HSV 65° 64.89% 36.86%
CMYK 5.32% 0.00% 64.89%
63.14%

Color #595E21 in popluar number systems.

HEX 59 5E 21
Decimal 89 94 33
Binary 1011001 1011110 100001
Octal 131 136 41

Shades and tints

Shades of #595E21

#595E21
(89,94,33)
#51561E
(81,86,30)
#494E1B
(73,78,27)
#414618
(65,70,24)
#393E15
(57,62,21)
#313612
(49,54,18)
#292E0F
(41,46,15)
#21260C
(33,38,12)
#191E09
(25,30,9)
#111606
(17,22,6)
#090E03
(9,14,3)
#000000
(0,0,0)

Tints of #595E21

#595E21
(89,94,33)
#686C35
(104,108,53)
#777A49
(119,122,73)
#86885D
(134,136,93)
#959671
(149,150,113)
#A4A485
(164,164,133)
#B3B299
(179,178,153)
#C2C0AD
(194,192,173)
#D1CEC1
(209,206,193)
#E0DCD5
(224,220,213)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595E21 color. Also use rgb(89,94,33) instead hex code.

Text Font Color

.myTextColor { color: #595E21; }

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

This text font color is #595E21.

Background Color

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

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

This div background color is #595E21.

Border color

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

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

This div border color is #595E21.

Opacity

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

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

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

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

This text has shadow with #595E21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595E21.

Preview

Color preview on black background

This text has color #595E21 on black background.


Color preview on white background

This text has color #595E21 on white background.


Black color preview on #595E21 background

This text has black color on #595E21 background.


White color preview on #595E21 background

This text has white color on #595E21 background.


Related colors

Complementary color

Complementary color for #hex is #A6A1DE.


I love getcolorcode.com

Triadic colors

1 #21595E and #5E2159 with #595E21 are triadic colors.

2 #215E59 and #5E5921 with #595E21 are triadic colors.