COLOR #42564C

HEX: #42564C
RGB: (66,86,76)

Color info

#42564C contains red, green and blue colors in about the same proportion. Web safe color of #42564C is #336633 (or #363).

RGB color model

#42564C color RGB value is (66,86,76).

  • red value is 66;
  • green value is 86;
  • blue value is 76.
RGB:
(66,86,76)
(26%,34%,30%)

RGB channels and saturation

R 66 of 255 = 26%
G 86 of 255 = 34%
B 76 of 255 = 30%

66
86
76

R + G + B ~ 30%. #42564C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 86 + 76 = 228 (100%)
R 66 of 228 ~ 28.95%
G 86 of 228 ~ 37.72%
B 76 of 228 ~ 33.33%

%28.95
%37.72
%33.33

CMYK color model

#42564C color CMYK value is (23,0,12,66).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 66.27%
CMYK:
(23,0,12,66)
C23M0Y12K66 
(23%,0%,12%,66%)
(0.23/0.00/0.12/0.66)	

CMYK percentages

%23.26
%0
%11.63
%66.27

Codes

Color #42564C in popluar color models

42564C
RGB668676
HSL150°13.16%29.80%
HSB/HSV150°23.26%33.73%
CMYK23.26%0.00%11.63%
66.27%

Color #42564C in popluar number systems.

HEX42564C
Decimal668676
Binary100001010101101001100
Octal102126114

Shades and tints

Shades of #42564C

#42564C
(66,86,76)
#3C4F46
(60,79,70)
#364840
(54,72,64)
#30413A
(48,65,58)
#2A3A34
(42,58,52)
#24332E
(36,51,46)
#1E2C28
(30,44,40)
#182522
(24,37,34)
#121E1C
(18,30,28)
#0C1716
(12,23,22)
#061010
(6,16,16)
#000000
(0,0,0)

Tints of #42564C

#42564C
(66,86,76)
#53655C
(83,101,92)
#64746C
(100,116,108)
#75837C
(117,131,124)
#86928C
(134,146,140)
#97A19C
(151,161,156)
#A8B0AC
(168,176,172)
#B9BFBC
(185,191,188)
#CACECC
(202,206,204)
#DBDDDC
(219,221,220)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42564C color. Also use rgb(66,86,76) instead hex code.

Text Font Color

.myTextColor { color: #42564C; }

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

This text font color is #42564C.


Background Color

.myBgColor { background-color: #42564C; }

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

This div background color is #42564C.


Border color

.myBorderColor { border: 1px solid #42564C; }

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

This div border color is #42564C.


Opacity

.myOpacity80 { color: #42564C; opacity: 0.8; }

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

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

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

This text has shadow with #42564C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42564C on black background.


Color preview on white background

This text has color #42564C on white background.



Black color preview on #42564C background

This text has black color on #42564C background.


White color preview on #42564C background

This text has white color on #42564C background.