COLOR #42707D

HEX: #42707D
RGB: (66,112,125)

Color info

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

RGB color model

#42707D color RGB value is (66,112,125).

  • red value is 66;
  • green value is 112;
  • blue value is 125.
RGB:
(66,112,125)
(26%,44%,49%)

RGB channels and saturation

R 66 of 255 = 26%
G 112 of 255 = 44%
B 125 of 255 = 49%

66
112
125

R + G + B ~ 40%. #42707D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 112 + 125 = 303 (100%)
R 66 of 303 ~ 21.78%
G 112 of 303 ~ 36.96%
B 125 of 303 ~ 41.25%

%21.78
%36.96
%41.25

CMYK color model

#42707D color CMYK value is (47,10,0,51).

  • cyan value is 47.20%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(47,10,0,51)
C47M10Y0K51 
(47%,10%,0%,51%)
(0.47/0.10/0.00/0.51)	

CMYK percentages

%47.2
%10.4
%0
%50.98

Codes

Color #42707D in popluar color models

42707D
RGB66112125
HSL193°30.89%37.45%
HSB/HSV193°47.20%49.02%
CMYK47.20%10.40%0.00%
50.98%

Color #42707D in popluar number systems.

HEX42707D
Decimal66112125
Binary100001011100001111101
Octal102160175

Shades and tints

Shades of #42707D

#42707D
(66,112,125)
#3C6672
(60,102,114)
#365C67
(54,92,103)
#30525C
(48,82,92)
#2A4851
(42,72,81)
#243E46
(36,62,70)
#1E343B
(30,52,59)
#182A30
(24,42,48)
#122025
(18,32,37)
#0C161A
(12,22,26)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #42707D

#42707D
(66,112,125)
#537D88
(83,125,136)
#648A93
(100,138,147)
#75979E
(117,151,158)
#86A4A9
(134,164,169)
#97B1B4
(151,177,180)
#A8BEBF
(168,190,191)
#B9CBCA
(185,203,202)
#CAD8D5
(202,216,213)
#DBE5E0
(219,229,224)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42707D color. Also use rgb(66,112,125) instead hex code.

Text Font Color

.myTextColor { color: #42707D; }

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

This text font color is #42707D.


Background Color

.myBgColor { background-color: #42707D; }

<div style="background-color:#42707D">Inner text</div>

This div background color is #42707D.


Border color

.myBorderColor { border: 1px solid #42707D; }

<div style="border:3px solid #42707D">Div</div>

This div border color is #42707D.


Opacity

.myOpacity80 { color: #42707D; opacity: 0.8; }

<p style="color:#42707D;opacity:0.8;">80%</p>

Text with #42707D 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 #42707D;}

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

This text has shadow with #42707D color.

.textShadow {text-shadow: 3px 3px 1px #42707D, 3px 3px 1px red;}

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

This text has shadow with #42707D primary color and red secondary color.


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

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

This text has shadow with #42707D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42707D on black background.


Color preview on white background

This text has color #42707D on white background.



Black color preview on #42707D background

This text has black color on #42707D background.


White color preview on #42707D background

This text has white color on #42707D background.