COLOR #595014

HEX: #595014
RGB: (89,80,20)

Color info

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

RGB color model

#595014 color RGB value is (89,80,20).

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

RGB channels and saturation

R 89 of 255 = 35%
G 80 of 255 = 31%
B 20 of 255 = 8%

89
80
20

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

Portions of RGB colors in percentages

R + G + B =
89 + 80 + 20 = 189 (100%)
R 89 of 189 ~ 47.09%
G 80 of 189 ~ 42.33%
B 20 of 189 ~ 10.58%

%47.09
%42.33
%10.58

CMYK color model

#595014 color CMYK value is (0,10,78,65).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 77.53%
  • key color value is 65.10%
CMYK:
(0,10,78,65)
C0M10Y78K65 
(0%,10%,78%,65%)
(0.00/0.10/0.78/0.65)	

CMYK percentages

%0
%10.11
%77.53
%65.1

Codes

Color #595014 in popluar color models

595014
RGB898020
HSL52°63.30%21.37%
HSB/HSV52°77.53%34.90%
CMYK0.00%10.11%77.53%
65.10%

Color #595014 in popluar number systems.

HEX595014
Decimal898020
Binary1011001101000010100
Octal13112024

Shades and tints

Shades of #595014

#595014
(89,80,20)
#514913
(81,73,19)
#494212
(73,66,18)
#413B11
(65,59,17)
#393410
(57,52,16)
#312D0F
(49,45,15)
#29260E
(41,38,14)
#211F0D
(33,31,13)
#19180C
(25,24,12)
#11110B
(17,17,11)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #595014

#595014
(89,80,20)
#685F29
(104,95,41)
#776E3E
(119,110,62)
#867D53
(134,125,83)
#958C68
(149,140,104)
#A49B7D
(164,155,125)
#B3AA92
(179,170,146)
#C2B9A7
(194,185,167)
#D1C8BC
(209,200,188)
#E0D7D1
(224,215,209)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595014; }

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

This text font color is #595014.


Background Color

.myBgColor { background-color: #595014; }

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

This div background color is #595014.


Border color

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

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

This div border color is #595014.


Opacity

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

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

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

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

This text has shadow with #595014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595014 on black background.


Color preview on white background

This text has color #595014 on white background.



Black color preview on #595014 background

This text has black color on #595014 background.


White color preview on #595014 background

This text has white color on #595014 background.