COLOR #42706C

HEX: #42706C RGB: (66,112,108)

Color info

#42706C contains red, green and blue colors in about the same proportion. Web safe color of #42706C is #336666 (or #366).

RGB color model

#42706C color RGB value is (66,112,108).

RGB: (66,112,108) (26%, 44%, 42%)

RGB channels and saturation

R 66 of 255 = 26%
G 112 of 255 = 44%
B 108 of 255 = 42%

66
112
108

R + G + B ~ 37%. #42706C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 112 + 108 = 286 (100%)
R 66 of 286 ~ 23.08%
G 112 of 286 ~ 39.16%
B 108 of 286 ~ 37.76'%

%23.08
%39.16
%37.76

CMYK color model

#42706C color CMYK value is (41,0,4,56).

  • cyan value is 41.07%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 56.08%

CMYK: (41,0,4,56)
C41M0Y4K56 (41%, 0%, 4%, 56%)
(0.41 / 0.00 / 0.04 / 0.56)

CMYK percentages

%41.07
%0
%3.57
%56.08

Codes

Color #42706C in popluar color models

42 70 6C
RGB 66 112 108
HSL 175° 25.84% 34.90%
HSB/HSV 175° 41.07% 43.92%
CMYK 41.07% 0.00% 3.57%
56.08%

Color #42706C in popluar number systems.

HEX 42 70 6C
Decimal 66 112 108
Binary 1000010 1110000 1101100
Octal 102 160 154

Shades and tints

Shades of #42706C

#42706C
(66,112,108)
#3C6663
(60,102,99)
#365C5A
(54,92,90)
#305251
(48,82,81)
#2A4848
(42,72,72)
#243E3F
(36,62,63)
#1E3436
(30,52,54)
#182A2D
(24,42,45)
#122024
(18,32,36)
#0C161B
(12,22,27)
#060C12
(6,12,18)
#000000
(0,0,0)

Tints of #42706C

#42706C
(66,112,108)
#537D79
(83,125,121)
#648A86
(100,138,134)
#759793
(117,151,147)
#86A4A0
(134,164,160)
#97B1AD
(151,177,173)
#A8BEBA
(168,190,186)
#B9CBC7
(185,203,199)
#CAD8D4
(202,216,212)
#DBE5E1
(219,229,225)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42706C color. Also use rgb(66,112,108) instead hex code.

Text Font Color

.myTextColor { color: #42706C; }

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

This text font color is #42706C.

Background Color

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

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

This div background color is #42706C.

Border color

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

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

This div border color is #42706C.

Opacity

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

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

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

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

This text has shadow with #42706C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42706C.

Preview

Color preview on black background

This text has color #42706C on black background.


Color preview on white background

This text has color #42706C on white background.


Black color preview on #42706C background

This text has black color on #42706C background.


White color preview on #42706C background

This text has white color on #42706C background.


Related colors

Complementary color

Complementary color for #hex is #BD8F93.


I love getcolorcode.com

Triadic colors

1 #6C4270 and #706C42 with #42706C are triadic colors.

2 #6C7042 and #70426C with #42706C are triadic colors.