COLOR #42705E

HEX: #42705E RGB: (66,112,94)

Color info

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

RGB color model

#42705E color RGB value is (66,112,94).

RGB: (66,112,94) (26%, 44%, 37%)

RGB channels and saturation

R 66 of 255 = 26%
G 112 of 255 = 44%
B 94 of 255 = 37%

66
112
94

R + G + B ~ 36%. #42705E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 112 + 94 = 272 (100%)
R 66 of 272 ~ 24.26%
G 112 of 272 ~ 41.18%
B 94 of 272 ~ 34.56'%

%24.26
%41.18
%34.56

CMYK color model

#42705E color CMYK value is (41,0,16,56).

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

CMYK: (41,0,16,56)
C41M0Y16K56 (41%, 0%, 16%, 56%)
(0.41 / 0.00 / 0.16 / 0.56)

CMYK percentages

%41.07
%0
%16.07
%56.08

Codes

Color #42705E in popluar color models

42 70 5E
RGB 66 112 94
HSL 157° 25.84% 34.90%
HSB/HSV 157° 41.07% 43.92%
CMYK 41.07% 0.00% 16.07%
56.08%

Color #42705E in popluar number systems.

HEX 42 70 5E
Decimal 66 112 94
Binary 1000010 1110000 1011110
Octal 102 160 136

Shades and tints

Shades of #42705E

#42705E
(66,112,94)
#3C6656
(60,102,86)
#365C4E
(54,92,78)
#305246
(48,82,70)
#2A483E
(42,72,62)
#243E36
(36,62,54)
#1E342E
(30,52,46)
#182A26
(24,42,38)
#12201E
(18,32,30)
#0C1616
(12,22,22)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #42705E

#42705E
(66,112,94)
#537D6C
(83,125,108)
#648A7A
(100,138,122)
#759788
(117,151,136)
#86A496
(134,164,150)
#97B1A4
(151,177,164)
#A8BEB2
(168,190,178)
#B9CBC0
(185,203,192)
#CAD8CE
(202,216,206)
#DBE5DC
(219,229,220)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42705E color. Also use rgb(66,112,94) instead hex code.

Text Font Color

.myTextColor { color: #42705E; }

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

This text font color is #42705E.

Background Color

.myBgColor { background-color: #42705E; }

<div style="background-color:#42705E">Inner text</div>

This div background color is #42705E.

Border color

.myBorderColor { border: 1px solid #42705E; }

<div style="border:3px solid #42705E">Div</div>

This div border color is #42705E.

Opacity

.myOpacity80 { color: #42705E; opacity: 0.8; }

<p style="color:#42705E;opacity:0.8;">80%</p>

Text with #42705E 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 #42705E;}

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

This text has shadow with #42705E color.


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

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

This text has shadow with #42705E primary color and red secondary color.


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

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

This text has shadow with #42705E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #42705E.

Preview

Color preview on black background

This text has color #42705E on black background.


Color preview on white background

This text has color #42705E on white background.


Black color preview on #42705E background

This text has black color on #42705E background.


White color preview on #42705E background

This text has white color on #42705E background.


Related colors

Complementary color

Complementary color for #hex is #BD8FA1.


I love getcolorcode.com

Triadic colors

1 #5E4270 and #705E42 with #42705E are triadic colors.

2 #5E7042 and #70425E with #42705E are triadic colors.