COLOR #595015

HEX: #595015
RGB: (89,80,21)

Color info

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

RGB color model

#595015 color RGB value is (89,80,21).

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

RGB channels and saturation

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

89
80
21

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

Portions of RGB colors in percentages

R + G + B =
89 + 80 + 21 = 190 (100%)
R 89 of 190 ~ 46.84%
G 80 of 190 ~ 42.11%
B 21 of 190 ~ 11.05%

%46.84
%42.11
%11.05

CMYK color model

#595015 color CMYK value is (0,10,76,65).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 76.40%
  • key color value is 65.10%
CMYK:
(0,10,76,65)
C0M10Y76K65 
(0%,10%,76%,65%)
(0.00/0.10/0.76/0.65)	

CMYK percentages

%0
%10.11
%76.4
%65.1

Codes

Color #595015 in popluar color models

595015
RGB898021
HSL52°61.82%21.57%
HSB/HSV52°76.40%34.90%
CMYK0.00%10.11%76.40%
65.10%

Color #595015 in popluar number systems.

HEX595015
Decimal898021
Binary1011001101000010101
Octal13112025

Shades and tints

Shades of #595015

#595015
(89,80,21)
#514914
(81,73,20)
#494213
(73,66,19)
#413B12
(65,59,18)
#393411
(57,52,17)
#312D10
(49,45,16)
#29260F
(41,38,15)
#211F0E
(33,31,14)
#19180D
(25,24,13)
#11110C
(17,17,12)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #595015

#595015
(89,80,21)
#685F2A
(104,95,42)
#776E3F
(119,110,63)
#867D54
(134,125,84)
#958C69
(149,140,105)
#A49B7E
(164,155,126)
#B3AA93
(179,170,147)
#C2B9A8
(194,185,168)
#D1C8BD
(209,200,189)
#E0D7D2
(224,215,210)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595015; }

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

This text font color is #595015.


Background Color

.myBgColor { background-color: #595015; }

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

This div background color is #595015.


Border color

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

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

This div border color is #595015.


Opacity

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

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

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

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

This text has shadow with #595015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595015 on black background.


Color preview on white background

This text has color #595015 on white background.



Black color preview on #595015 background

This text has black color on #595015 background.


White color preview on #595015 background

This text has white color on #595015 background.