COLOR #427F76

HEX: #427F76
RGB: (66,127,118)

Color info

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

RGB color model

#427F76 color RGB value is (66,127,118).

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

RGB channels and saturation

R 66 of 255 = 26%
G 127 of 255 = 50%
B 118 of 255 = 46%

66
127
118

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

Portions of RGB colors in percentages

R + G + B =
66 + 127 + 118 = 311 (100%)
R 66 of 311 ~ 21.22%
G 127 of 311 ~ 40.84%
B 118 of 311 ~ 37.94%

%21.22
%40.84
%37.94

CMYK color model

#427F76 color CMYK value is (48,0,7,50).

  • cyan value is 48.03%
  • magenta value is 0.00%
  • yellow value is 7.09%
  • key color value is 50.20%
CMYK:
(48,0,7,50)
C48M0Y7K50 
(48%,0%,7%,50%)
(0.48/0.00/0.07/0.50)	

CMYK percentages

%48.03
%0
%7.09
%50.2

Codes

Color #427F76 in popluar color models

427F76
RGB66127118
HSL171°31.61%37.84%
HSB/HSV171°48.03%49.80%
CMYK48.03%0.00%7.09%
50.20%

Color #427F76 in popluar number systems.

HEX427F76
Decimal66127118
Binary100001011111111110110
Octal102177166

Shades and tints

Shades of #427F76

#427F76
(66,127,118)
#3C746C
(60,116,108)
#366962
(54,105,98)
#305E58
(48,94,88)
#2A534E
(42,83,78)
#244844
(36,72,68)
#1E3D3A
(30,61,58)
#183230
(24,50,48)
#122726
(18,39,38)
#0C1C1C
(12,28,28)
#061112
(6,17,18)
#000000
(0,0,0)

Tints of #427F76

#427F76
(66,127,118)
#538A82
(83,138,130)
#64958E
(100,149,142)
#75A09A
(117,160,154)
#86ABA6
(134,171,166)
#97B6B2
(151,182,178)
#A8C1BE
(168,193,190)
#B9CCCA
(185,204,202)
#CAD7D6
(202,215,214)
#DBE2E2
(219,226,226)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427F76; }

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

This text font color is #427F76.


Background Color

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

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

This div background color is #427F76.


Border color

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

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

This div border color is #427F76.


Opacity

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

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

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

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

This text has shadow with #427F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427F76 on black background.


Color preview on white background

This text has color #427F76 on white background.



Black color preview on #427F76 background

This text has black color on #427F76 background.


White color preview on #427F76 background

This text has white color on #427F76 background.