COLOR #565319

HEX: #565319
RGB: (86,83,25)

Color info

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

RGB color model

#565319 color RGB value is (86,83,25).

  • red value is 86;
  • green value is 83;
  • blue value is 25.
RGB:
(86,83,25)
(34%,33%,10%)

RGB channels and saturation

R 86 of 255 = 34%
G 83 of 255 = 33%
B 25 of 255 = 10%

86
83
25

R + G + B ~ 26%. #565319 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 83 + 25 = 194 (100%)
R 86 of 194 ~ 44.33%
G 83 of 194 ~ 42.78%
B 25 of 194 ~ 12.89%

%44.33
%42.78
%12.89

CMYK color model

#565319 color CMYK value is (0,3,71,66).

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 70.93%
  • key color value is 66.27%
CMYK:
(0,3,71,66)
C0M3Y71K66 
(0%,3%,71%,66%)
(0.00/0.03/0.71/0.66)	

CMYK percentages

%0
%3.49
%70.93
%66.27

Codes

Color #565319 in popluar color models

565319
RGB868325
HSL57°54.95%21.76%
HSB/HSV57°70.93%33.73%
CMYK0.00%3.49%70.93%
66.27%

Color #565319 in popluar number systems.

HEX565319
Decimal868325
Binary1010110101001111001
Octal12612331

Shades and tints

Shades of #565319

#565319
(86,83,25)
#4F4C17
(79,76,23)
#484515
(72,69,21)
#413E13
(65,62,19)
#3A3711
(58,55,17)
#33300F
(51,48,15)
#2C290D
(44,41,13)
#25220B
(37,34,11)
#1E1B09
(30,27,9)
#171407
(23,20,7)
#100D05
(16,13,5)
#000000
(0,0,0)

Tints of #565319

#565319
(86,83,25)
#65622D
(101,98,45)
#747141
(116,113,65)
#838055
(131,128,85)
#928F69
(146,143,105)
#A19E7D
(161,158,125)
#B0AD91
(176,173,145)
#BFBCA5
(191,188,165)
#CECBB9
(206,203,185)
#DDDACD
(221,218,205)
#ECE9E1
(236,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565319 color. Also use rgb(86,83,25) instead hex code.

Text Font Color

.myTextColor { color: #565319; }

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

This text font color is #565319.


Background Color

.myBgColor { background-color: #565319; }

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

This div background color is #565319.


Border color

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

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

This div border color is #565319.


Opacity

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

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

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

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

This text has shadow with #565319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565319 on black background.


Color preview on white background

This text has color #565319 on white background.



Black color preview on #565319 background

This text has black color on #565319 background.


White color preview on #565319 background

This text has white color on #565319 background.