COLOR #565F3D

HEX: #565F3D
RGB: (86,95,61)

Color info

#565F3D contains red, green and blue colors in about the same proportion. Web safe color of #565F3D is #666633 (or #663).

RGB color model

#565F3D color RGB value is (86,95,61).

  • red value is 86;
  • green value is 95;
  • blue value is 61.
RGB:
(86,95,61)
(34%,37%,24%)

RGB channels and saturation

R 86 of 255 = 34%
G 95 of 255 = 37%
B 61 of 255 = 24%

86
95
61

R + G + B ~ 32%. #565F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 95 + 61 = 242 (100%)
R 86 of 242 ~ 35.54%
G 95 of 242 ~ 39.26%
B 61 of 242 ~ 25.21%

%35.54
%39.26
%25.21

CMYK color model

#565F3D color CMYK value is (9,0,36,63).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 35.79%
  • key color value is 62.75%
CMYK:
(9,0,36,63)
C9M0Y36K63 
(9%,0%,36%,63%)
(0.09/0.00/0.36/0.63)	

CMYK percentages

%9.47
%0
%35.79
%62.75

Codes

Color #565F3D in popluar color models

565F3D
RGB869561
HSL76°21.79%30.59%
HSB/HSV76°35.79%37.25%
CMYK9.47%0.00%35.79%
62.75%

Color #565F3D in popluar number systems.

HEX565F3D
Decimal869561
Binary10101101011111111101
Octal12613775

Shades and tints

Shades of #565F3D

#565F3D
(86,95,61)
#4F5738
(79,87,56)
#484F33
(72,79,51)
#41472E
(65,71,46)
#3A3F29
(58,63,41)
#333724
(51,55,36)
#2C2F1F
(44,47,31)
#25271A
(37,39,26)
#1E1F15
(30,31,21)
#171710
(23,23,16)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #565F3D

#565F3D
(86,95,61)
#656D4E
(101,109,78)
#747B5F
(116,123,95)
#838970
(131,137,112)
#929781
(146,151,129)
#A1A592
(161,165,146)
#B0B3A3
(176,179,163)
#BFC1B4
(191,193,180)
#CECFC5
(206,207,197)
#DDDDD6
(221,221,214)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565F3D color. Also use rgb(86,95,61) instead hex code.

Text Font Color

.myTextColor { color: #565F3D; }

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

This text font color is #565F3D.


Background Color

.myBgColor { background-color: #565F3D; }

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

This div background color is #565F3D.


Border color

.myBorderColor { border: 1px solid #565F3D; }

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

This div border color is #565F3D.


Opacity

.myOpacity80 { color: #565F3D; opacity: 0.8; }

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

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

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

This text has shadow with #565F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565F3D on black background.


Color preview on white background

This text has color #565F3D on white background.



Black color preview on #565F3D background

This text has black color on #565F3D background.


White color preview on #565F3D background

This text has white color on #565F3D background.