COLOR #595016

HEX: #595016
RGB: (89,80,22)

Color info

#595016 contains mainly red and green colors. Web safe color of #595016 is #666600 (or #660).

RGB color model

#595016 color RGB value is (89,80,22).

  • red value is 89;
  • green value is 80;
  • blue value is 22.
RGB:
(89,80,22)
(35%,31%,9%)

RGB channels and saturation

R 89 of 255 = 35%
G 80 of 255 = 31%
B 22 of 255 = 9%

89
80
22

R + G + B ~ 25%. #595016 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 80 + 22 = 191 (100%)
R 89 of 191 ~ 46.6%
G 80 of 191 ~ 41.88%
B 22 of 191 ~ 11.52%

%46.6
%41.88
%11.52

CMYK color model

#595016 color CMYK value is (0,10,75,65).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 75.28%
  • key color value is 65.10%
CMYK:
(0,10,75,65)
C0M10Y75K65 
(0%,10%,75%,65%)
(0.00/0.10/0.75/0.65)	

CMYK percentages

%0
%10.11
%75.28
%65.1

Codes

Color #595016 in popluar color models

595016
RGB898022
HSL52°60.36%21.76%
HSB/HSV52°75.28%34.90%
CMYK0.00%10.11%75.28%
65.10%

Color #595016 in popluar number systems.

HEX595016
Decimal898022
Binary1011001101000010110
Octal13112026

Shades and tints

Shades of #595016

#595016
(89,80,22)
#514914
(81,73,20)
#494212
(73,66,18)
#413B10
(65,59,16)
#39340E
(57,52,14)
#312D0C
(49,45,12)
#29260A
(41,38,10)
#211F08
(33,31,8)
#191806
(25,24,6)
#111104
(17,17,4)
#090A02
(9,10,2)
#000000
(0,0,0)

Tints of #595016

#595016
(89,80,22)
#685F2B
(104,95,43)
#776E40
(119,110,64)
#867D55
(134,125,85)
#958C6A
(149,140,106)
#A49B7F
(164,155,127)
#B3AA94
(179,170,148)
#C2B9A9
(194,185,169)
#D1C8BE
(209,200,190)
#E0D7D3
(224,215,211)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595016 color. Also use rgb(89,80,22) instead hex code.

Text Font Color

.myTextColor { color: #595016; }

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

This text font color is #595016.


Background Color

.myBgColor { background-color: #595016; }

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

This div background color is #595016.


Border color

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

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

This div border color is #595016.


Opacity

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

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

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

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

This text has shadow with #595016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595016 on black background.


Color preview on white background

This text has color #595016 on white background.



Black color preview on #595016 background

This text has black color on #595016 background.


White color preview on #595016 background

This text has white color on #595016 background.