COLOR #427E7D

HEX: #427E7D RGB: (66,126,125)

Color info

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

RGB color model

#427E7D color RGB value is (66,126,125).

RGB: (66,126,125) (26%, 49%, 49%)

RGB channels and saturation

R 66 of 255 = 26%
G 126 of 255 = 49%
B 125 of 255 = 49%

66
126
125

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

Portions of RGB colors in percentages

R + G + B = 66 + 126 + 125 = 317 (100%)
R 66 of 317 ~ 20.82%
G 126 of 317 ~ 39.75%
B 125 of 317 ~ 39.43'%

%20.82
%39.75
%39.43

CMYK color model

#427E7D color CMYK value is (48,0,1,51).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 50.59%

CMYK: (48,0,1,51)
C48M0Y1K51 (48%, 0%, 1%, 51%)
(0.48 / 0.00 / 0.01 / 0.51)

CMYK percentages

%47.62
%0
%0.79
%50.59

Codes

Color #427E7D in popluar color models

42 7E 7D
RGB 66 126 125
HSL 179° 31.25% 37.65%
HSB/HSV 179° 47.62% 49.41%
CMYK 47.62% 0.00% 0.79%
50.59%

Color #427E7D in popluar number systems.

HEX 42 7E 7D
Decimal 66 126 125
Binary 1000010 1111110 1111101
Octal 102 176 175

Shades and tints

Shades of #427E7D

#427E7D
(66,126,125)
#3C7372
(60,115,114)
#366867
(54,104,103)
#305D5C
(48,93,92)
#2A5251
(42,82,81)
#244746
(36,71,70)
#1E3C3B
(30,60,59)
#183130
(24,49,48)
#122625
(18,38,37)
#0C1B1A
(12,27,26)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #427E7D

#427E7D
(66,126,125)
#538988
(83,137,136)
#649493
(100,148,147)
#759F9E
(117,159,158)
#86AAA9
(134,170,169)
#97B5B4
(151,181,180)
#A8C0BF
(168,192,191)
#B9CBCA
(185,203,202)
#CAD6D5
(202,214,213)
#DBE1E0
(219,225,224)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427E7D; }

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

This text font color is #427E7D.

Background Color

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

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

This div background color is #427E7D.

Border color

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

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

This div border color is #427E7D.

Opacity

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

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

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

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

This text has shadow with #427E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #427E7D.

Preview

Color preview on black background

This text has color #427E7D on black background.


Color preview on white background

This text has color #427E7D on white background.


Black color preview on #427E7D background

This text has black color on #427E7D background.


White color preview on #427E7D background

This text has white color on #427E7D background.


Related colors

Complementary color

Complementary color for #hex is #BD8182.


I love getcolorcode.com

Triadic colors

1 #7D427E and #7E7D42 with #427E7D are triadic colors.

2 #7D7E42 and #7E427D with #427E7D are triadic colors.