COLOR #565A4A

HEX: #565A4A
RGB: (86,90,74)

Color info

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

RGB color model

#565A4A color RGB value is (86,90,74).

  • red value is 86;
  • green value is 90;
  • blue value is 74.
RGB:
(86,90,74)
(34%,35%,29%)

RGB channels and saturation

R 86 of 255 = 34%
G 90 of 255 = 35%
B 74 of 255 = 29%

86
90
74

R + G + B ~ 33%. #565A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 90 + 74 = 250 (100%)
R 86 of 250 ~ 34.4%
G 90 of 250 ~ 36%
B 74 of 250 ~ 29.6%

%34.4
%36
%29.6

CMYK color model

#565A4A color CMYK value is (4,0,18,65).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 64.71%
CMYK:
(4,0,18,65)
C4M0Y18K65 
(4%,0%,18%,65%)
(0.04/0.00/0.18/0.65)	

CMYK percentages

%4.44
%0
%17.78
%64.71

Codes

Color #565A4A in popluar color models

565A4A
RGB869074
HSL75°9.76%32.16%
HSB/HSV75°17.78%35.29%
CMYK4.44%0.00%17.78%
64.71%

Color #565A4A in popluar number systems.

HEX565A4A
Decimal869074
Binary101011010110101001010
Octal126132112

Shades and tints

Shades of #565A4A

#565A4A
(86,90,74)
#4F5244
(79,82,68)
#484A3E
(72,74,62)
#414238
(65,66,56)
#3A3A32
(58,58,50)
#33322C
(51,50,44)
#2C2A26
(44,42,38)
#252220
(37,34,32)
#1E1A1A
(30,26,26)
#171214
(23,18,20)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #565A4A

#565A4A
(86,90,74)
#65695A
(101,105,90)
#74786A
(116,120,106)
#83877A
(131,135,122)
#92968A
(146,150,138)
#A1A59A
(161,165,154)
#B0B4AA
(176,180,170)
#BFC3BA
(191,195,186)
#CED2CA
(206,210,202)
#DDE1DA
(221,225,218)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565A4A color. Also use rgb(86,90,74) instead hex code.

Text Font Color

.myTextColor { color: #565A4A; }

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

This text font color is #565A4A.


Background Color

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

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

This div background color is #565A4A.


Border color

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

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

This div border color is #565A4A.


Opacity

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

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

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

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

This text has shadow with #565A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565A4A on black background.


Color preview on white background

This text has color #565A4A on white background.



Black color preview on #565A4A background

This text has black color on #565A4A background.


White color preview on #565A4A background

This text has white color on #565A4A background.