COLOR #427F81

HEX: #427F81
RGB: (66,127,129)

Color info

#427F81 contains mainly green and blue colors. Web safe color of #427F81 is #336699 (or #369).

RGB color model

#427F81 color RGB value is (66,127,129).

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

RGB channels and saturation

R 66 of 255 = 26%
G 127 of 255 = 50%
B 129 of 255 = 51%

66
127
129

R + G + B ~ 42%. #427F81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 127 + 129 = 322 (100%)
R 66 of 322 ~ 20.5%
G 127 of 322 ~ 39.44%
B 129 of 322 ~ 40.06%

%20.5
%39.44
%40.06

CMYK color model

#427F81 color CMYK value is (49,2,0,49).

  • cyan value is 48.84%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(49,2,0,49)
C49M2Y0K49 
(49%,2%,0%,49%)
(0.49/0.02/0.00/0.49)	

CMYK percentages

%48.84
%1.55
%0
%49.41

Codes

Color #427F81 in popluar color models

427F81
RGB66127129
HSL182°32.31%38.24%
HSB/HSV182°48.84%50.59%
CMYK48.84%1.55%0.00%
49.41%

Color #427F81 in popluar number systems.

HEX427F81
Decimal66127129
Binary1000010111111110000001
Octal102177201

Shades and tints

Shades of #427F81

#427F81
(66,127,129)
#3C7476
(60,116,118)
#36696B
(54,105,107)
#305E60
(48,94,96)
#2A5355
(42,83,85)
#24484A
(36,72,74)
#1E3D3F
(30,61,63)
#183234
(24,50,52)
#122729
(18,39,41)
#0C1C1E
(12,28,30)
#061113
(6,17,19)
#000000
(0,0,0)

Tints of #427F81

#427F81
(66,127,129)
#538A8C
(83,138,140)
#649597
(100,149,151)
#75A0A2
(117,160,162)
#86ABAD
(134,171,173)
#97B6B8
(151,182,184)
#A8C1C3
(168,193,195)
#B9CCCE
(185,204,206)
#CAD7D9
(202,215,217)
#DBE2E4
(219,226,228)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427F81 color. Also use rgb(66,127,129) instead hex code.

Text Font Color

.myTextColor { color: #427F81; }

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

This text font color is #427F81.


Background Color

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

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

This div background color is #427F81.


Border color

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

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

This div border color is #427F81.


Opacity

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

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

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

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

This text has shadow with #427F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427F81 on black background.


Color preview on white background

This text has color #427F81 on white background.



Black color preview on #427F81 background

This text has black color on #427F81 background.


White color preview on #427F81 background

This text has white color on #427F81 background.