COLOR #42677F

HEX: #42677F
RGB: (66,103,127)

Color info

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

RGB color model

#42677F color RGB value is (66,103,127).

  • red value is 66;
  • green value is 103;
  • blue value is 127.
RGB:
(66,103,127)
(26%,40%,50%)

RGB channels and saturation

R 66 of 255 = 26%
G 103 of 255 = 40%
B 127 of 255 = 50%

66
103
127

R + G + B ~ 39%. #42677F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 103 + 127 = 296 (100%)
R 66 of 296 ~ 22.3%
G 103 of 296 ~ 34.8%
B 127 of 296 ~ 42.91%

%22.3
%34.8
%42.91

CMYK color model

#42677F color CMYK value is (48,19,0,50).

  • cyan value is 48.03%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(48,19,0,50)
C48M19Y0K50 
(48%,19%,0%,50%)
(0.48/0.19/0.00/0.50)	

CMYK percentages

%48.03
%18.9
%0
%50.2

Codes

Color #42677F in popluar color models

42677F
RGB66103127
HSL204°31.61%37.84%
HSB/HSV204°48.03%49.80%
CMYK48.03%18.90%0.00%
50.20%

Color #42677F in popluar number systems.

HEX42677F
Decimal66103127
Binary100001011001111111111
Octal102147177

Shades and tints

Shades of #42677F

#42677F
(66,103,127)
#3C5E74
(60,94,116)
#365569
(54,85,105)
#304C5E
(48,76,94)
#2A4353
(42,67,83)
#243A48
(36,58,72)
#1E313D
(30,49,61)
#182832
(24,40,50)
#121F27
(18,31,39)
#0C161C
(12,22,28)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #42677F

#42677F
(66,103,127)
#53748A
(83,116,138)
#648195
(100,129,149)
#758EA0
(117,142,160)
#869BAB
(134,155,171)
#97A8B6
(151,168,182)
#A8B5C1
(168,181,193)
#B9C2CC
(185,194,204)
#CACFD7
(202,207,215)
#DBDCE2
(219,220,226)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42677F color. Also use rgb(66,103,127) instead hex code.

Text Font Color

.myTextColor { color: #42677F; }

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

This text font color is #42677F.


Background Color

.myBgColor { background-color: #42677F; }

<div style="background-color:#42677F">Inner text</div>

This div background color is #42677F.


Border color

.myBorderColor { border: 1px solid #42677F; }

<div style="border:3px solid #42677F">Div</div>

This div border color is #42677F.


Opacity

.myOpacity80 { color: #42677F; opacity: 0.8; }

<p style="color:#42677F;opacity:0.8;">80%</p>

Text with #42677F 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 #42677F;}

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

This text has shadow with #42677F color.

.textShadow {text-shadow: 3px 3px 1px #42677F, 3px 3px 1px red;}

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

This text has shadow with #42677F primary color and red secondary color.


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

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

This text has shadow with #42677F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42677F on black background.


Color preview on white background

This text has color #42677F on white background.



Black color preview on #42677F background

This text has black color on #42677F background.


White color preview on #42677F background

This text has white color on #42677F background.