COLOR #427E6B

HEX: #427E6B
RGB: (66,126,107)

Color info

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

RGB color model

#427E6B color RGB value is (66,126,107).

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

RGB channels and saturation

R 66 of 255 = 26%
G 126 of 255 = 49%
B 107 of 255 = 42%

66
126
107

R + G + B ~ 39%. #427E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 126 + 107 = 299 (100%)
R 66 of 299 ~ 22.07%
G 126 of 299 ~ 42.14%
B 107 of 299 ~ 35.79%

%22.07
%42.14
%35.79

CMYK color model

#427E6B color CMYK value is (48,0,15,51).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • key color value is 50.59%
CMYK:
(48,0,15,51)
C48M0Y15K51 
(48%,0%,15%,51%)
(0.48/0.00/0.15/0.51)	

CMYK percentages

%47.62
%0
%15.08
%50.59

Codes

Color #427E6B in popluar color models

427E6B
RGB66126107
HSL161°31.25%37.65%
HSB/HSV161°47.62%49.41%
CMYK47.62%0.00%15.08%
50.59%

Color #427E6B in popluar number systems.

HEX427E6B
Decimal66126107
Binary100001011111101101011
Octal102176153

Shades and tints

Shades of #427E6B

#427E6B
(66,126,107)
#3C7362
(60,115,98)
#366859
(54,104,89)
#305D50
(48,93,80)
#2A5247
(42,82,71)
#24473E
(36,71,62)
#1E3C35
(30,60,53)
#18312C
(24,49,44)
#122623
(18,38,35)
#0C1B1A
(12,27,26)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #427E6B

#427E6B
(66,126,107)
#538978
(83,137,120)
#649485
(100,148,133)
#759F92
(117,159,146)
#86AA9F
(134,170,159)
#97B5AC
(151,181,172)
#A8C0B9
(168,192,185)
#B9CBC6
(185,203,198)
#CAD6D3
(202,214,211)
#DBE1E0
(219,225,224)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427E6B color. Also use rgb(66,126,107) instead hex code.

Text Font Color

.myTextColor { color: #427E6B; }

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

This text font color is #427E6B.


Background Color

.myBgColor { background-color: #427E6B; }

<div style="background-color:#427E6B">Inner text</div>

This div background color is #427E6B.


Border color

.myBorderColor { border: 1px solid #427E6B; }

<div style="border:3px solid #427E6B">Div</div>

This div border color is #427E6B.


Opacity

.myOpacity80 { color: #427E6B; opacity: 0.8; }

<p style="color:#427E6B;opacity:0.8;">80%</p>

Text with #427E6B 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 #427E6B;}

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

This text has shadow with #427E6B color.

.textShadow {text-shadow: 3px 3px 1px #427E6B, 3px 3px 1px red;}

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

This text has shadow with #427E6B primary color and red secondary color.


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

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

This text has shadow with #427E6B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427E6B on black background.


Color preview on white background

This text has color #427E6B on white background.



Black color preview on #427E6B background

This text has black color on #427E6B background.


White color preview on #427E6B background

This text has white color on #427E6B background.