COLOR #42664A

HEX: #42664A
RGB: (66,102,74)

Color info

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

RGB color model

#42664A color RGB value is (66,102,74).

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

RGB channels and saturation

R 66 of 255 = 26%
G 102 of 255 = 40%
B 74 of 255 = 29%

66
102
74

R + G + B ~ 32%. #42664A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 102 + 74 = 242 (100%)
R 66 of 242 ~ 27.27%
G 102 of 242 ~ 42.15%
B 74 of 242 ~ 30.58%

%27.27
%42.15
%30.58

CMYK color model

#42664A color CMYK value is (35,0,27,60).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 60.00%
CMYK:
(35,0,27,60)
C35M0Y27K60 
(35%,0%,27%,60%)
(0.35/0.00/0.27/0.60)	

CMYK percentages

%35.29
%0
%27.45
%60

Codes

Color #42664A in popluar color models

42664A
RGB6610274
HSL133°21.43%32.94%
HSB/HSV133°35.29%40.00%
CMYK35.29%0.00%27.45%
60.00%

Color #42664A in popluar number systems.

HEX42664A
Decimal6610274
Binary100001011001101001010
Octal102146112

Shades and tints

Shades of #42664A

#42664A
(66,102,74)
#3C5D44
(60,93,68)
#36543E
(54,84,62)
#304B38
(48,75,56)
#2A4232
(42,66,50)
#24392C
(36,57,44)
#1E3026
(30,48,38)
#182720
(24,39,32)
#121E1A
(18,30,26)
#0C1514
(12,21,20)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #42664A

#42664A
(66,102,74)
#53735A
(83,115,90)
#64806A
(100,128,106)
#758D7A
(117,141,122)
#869A8A
(134,154,138)
#97A79A
(151,167,154)
#A8B4AA
(168,180,170)
#B9C1BA
(185,193,186)
#CACECA
(202,206,202)
#DBDBDA
(219,219,218)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42664A; }

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

This text font color is #42664A.


Background Color

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

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

This div background color is #42664A.


Border color

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

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

This div border color is #42664A.


Opacity

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

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

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

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

This text has shadow with #42664A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42664A on black background.


Color preview on white background

This text has color #42664A on white background.



Black color preview on #42664A background

This text has black color on #42664A background.


White color preview on #42664A background

This text has white color on #42664A background.