COLOR #42747E

HEX: #42747E
RGB: (66,116,126)

Color info

#42747E contains mainly green and blue colors. Web safe color of #42747E is #336666 (or #366).

RGB color model

#42747E color RGB value is (66,116,126).

  • red value is 66;
  • green value is 116;
  • blue value is 126.
RGB:
(66,116,126)
(26%,45%,49%)

RGB channels and saturation

R 66 of 255 = 26%
G 116 of 255 = 45%
B 126 of 255 = 49%

66
116
126

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

Portions of RGB colors in percentages

R + G + B =
66 + 116 + 126 = 308 (100%)
R 66 of 308 ~ 21.43%
G 116 of 308 ~ 37.66%
B 126 of 308 ~ 40.91%

%21.43
%37.66
%40.91

CMYK color model

#42747E color CMYK value is (48,8,0,51).

  • cyan value is 47.62%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(48,8,0,51)
C48M8Y0K51 
(48%,8%,0%,51%)
(0.48/0.08/0.00/0.51)	

CMYK percentages

%47.62
%7.94
%0
%50.59

Codes

Color #42747E in popluar color models

42747E
RGB66116126
HSL190°31.25%37.65%
HSB/HSV190°47.62%49.41%
CMYK47.62%7.94%0.00%
50.59%

Color #42747E in popluar number systems.

HEX42747E
Decimal66116126
Binary100001011101001111110
Octal102164176

Shades and tints

Shades of #42747E

#42747E
(66,116,126)
#3C6A73
(60,106,115)
#366068
(54,96,104)
#30565D
(48,86,93)
#2A4C52
(42,76,82)
#244247
(36,66,71)
#1E383C
(30,56,60)
#182E31
(24,46,49)
#122426
(18,36,38)
#0C1A1B
(12,26,27)
#061010
(6,16,16)
#000000
(0,0,0)

Tints of #42747E

#42747E
(66,116,126)
#538089
(83,128,137)
#648C94
(100,140,148)
#75989F
(117,152,159)
#86A4AA
(134,164,170)
#97B0B5
(151,176,181)
#A8BCC0
(168,188,192)
#B9C8CB
(185,200,203)
#CAD4D6
(202,212,214)
#DBE0E1
(219,224,225)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42747E color. Also use rgb(66,116,126) instead hex code.

Text Font Color

.myTextColor { color: #42747E; }

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

This text font color is #42747E.


Background Color

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

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

This div background color is #42747E.


Border color

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

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

This div border color is #42747E.


Opacity

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

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

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

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

This text has shadow with #42747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42747E on black background.


Color preview on white background

This text has color #42747E on white background.



Black color preview on #42747E background

This text has black color on #42747E background.


White color preview on #42747E background

This text has white color on #42747E background.