COLOR #42564A

HEX: #42564A
RGB: (66,86,74)

Color info

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

RGB color model

#42564A color RGB value is (66,86,74).

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

RGB channels and saturation

R 66 of 255 = 26%
G 86 of 255 = 34%
B 74 of 255 = 29%

66
86
74

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

Portions of RGB colors in percentages

R + G + B =
66 + 86 + 74 = 226 (100%)
R 66 of 226 ~ 29.2%
G 86 of 226 ~ 38.05%
B 74 of 226 ~ 32.74%

%29.2
%38.05
%32.74

CMYK color model

#42564A color CMYK value is (23,0,14,66).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 66.27%
CMYK:
(23,0,14,66)
C23M0Y14K66 
(23%,0%,14%,66%)
(0.23/0.00/0.14/0.66)	

CMYK percentages

%23.26
%0
%13.95
%66.27

Codes

Color #42564A in popluar color models

42564A
RGB668674
HSL144°13.16%29.80%
HSB/HSV144°23.26%33.73%
CMYK23.26%0.00%13.95%
66.27%

Color #42564A in popluar number systems.

HEX42564A
Decimal668674
Binary100001010101101001010
Octal102126112

Shades and tints

Shades of #42564A

#42564A
(66,86,74)
#3C4F44
(60,79,68)
#36483E
(54,72,62)
#304138
(48,65,56)
#2A3A32
(42,58,50)
#24332C
(36,51,44)
#1E2C26
(30,44,38)
#182520
(24,37,32)
#121E1A
(18,30,26)
#0C1714
(12,23,20)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #42564A

#42564A
(66,86,74)
#53655A
(83,101,90)
#64746A
(100,116,106)
#75837A
(117,131,122)
#86928A
(134,146,138)
#97A19A
(151,161,154)
#A8B0AA
(168,176,170)
#B9BFBA
(185,191,186)
#CACECA
(202,206,202)
#DBDDDA
(219,221,218)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42564A; }

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

This text font color is #42564A.


Background Color

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

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

This div background color is #42564A.


Border color

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

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

This div border color is #42564A.


Opacity

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

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

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

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

This text has shadow with #42564A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42564A on black background.


Color preview on white background

This text has color #42564A on white background.



Black color preview on #42564A background

This text has black color on #42564A background.


White color preview on #42564A background

This text has white color on #42564A background.