COLOR #565015

HEX: #565015
RGB: (86,80,21)

Color info

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

RGB color model

#565015 color RGB value is (86,80,21).

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

RGB channels and saturation

R 86 of 255 = 34%
G 80 of 255 = 31%
B 21 of 255 = 8%

86
80
21

R + G + B ~ 24%. #565015 is dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 80 + 21 = 187 (100%)
R 86 of 187 ~ 45.99%
G 80 of 187 ~ 42.78%
B 21 of 187 ~ 11.23%

%45.99
%42.78
%11.23

CMYK color model

#565015 color CMYK value is (0,7,76,66).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 75.58%
  • key color value is 66.27%
CMYK:
(0,7,76,66)
C0M7Y76K66 
(0%,7%,76%,66%)
(0.00/0.07/0.76/0.66)	

CMYK percentages

%0
%6.98
%75.58
%66.27

Codes

Color #565015 in popluar color models

565015
RGB868021
HSL54°60.75%20.98%
HSB/HSV54°75.58%33.73%
CMYK0.00%6.98%75.58%
66.27%

Color #565015 in popluar number systems.

HEX565015
Decimal868021
Binary1010110101000010101
Octal12612025

Shades and tints

Shades of #565015

#565015
(86,80,21)
#4F4914
(79,73,20)
#484213
(72,66,19)
#413B12
(65,59,18)
#3A3411
(58,52,17)
#332D10
(51,45,16)
#2C260F
(44,38,15)
#251F0E
(37,31,14)
#1E180D
(30,24,13)
#17110C
(23,17,12)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #565015

#565015
(86,80,21)
#655F2A
(101,95,42)
#746E3F
(116,110,63)
#837D54
(131,125,84)
#928C69
(146,140,105)
#A19B7E
(161,155,126)
#B0AA93
(176,170,147)
#BFB9A8
(191,185,168)
#CEC8BD
(206,200,189)
#DDD7D2
(221,215,210)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565015; }

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

This text font color is #565015.


Background Color

.myBgColor { background-color: #565015; }

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

This div background color is #565015.


Border color

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

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

This div border color is #565015.


Opacity

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

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

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

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

This text has shadow with #565015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565015 on black background.


Color preview on white background

This text has color #565015 on white background.



Black color preview on #565015 background

This text has black color on #565015 background.


White color preview on #565015 background

This text has white color on #565015 background.