COLOR #427A7D

HEX: #427A7D RGB: (66,122,125)

Color info

#427A7D contains red, green and blue colors in about the same proportion. Web safe color of #427A7D is #336666 (or #366).

RGB color model

#427A7D color RGB value is (66,122,125).

RGB: (66,122,125) (26%, 48%, 49%)

RGB channels and saturation

R 66 of 255 = 26%
G 122 of 255 = 48%
B 125 of 255 = 49%

66
122
125

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

Portions of RGB colors in percentages

R + G + B = 66 + 122 + 125 = 313 (100%)
R 66 of 313 ~ 21.09%
G 122 of 313 ~ 38.98%
B 125 of 313 ~ 39.94'%

%21.09
%38.98
%39.94

CMYK color model

#427A7D color CMYK value is (47,2,0,51).

  • cyan value is 47.20%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (47,2,0,51)
C47M2Y0K51 (47%, 2%, 0%, 51%)
(0.47 / 0.02 / 0.00 / 0.51)

CMYK percentages

%47.2
%2.4
%0
%50.98

Codes

Color #427A7D in popluar color models

42 7A 7D
RGB 66 122 125
HSL 183° 30.89% 37.45%
HSB/HSV 183° 47.20% 49.02%
CMYK 47.20% 2.40% 0.00%
50.98%

Color #427A7D in popluar number systems.

HEX 42 7A 7D
Decimal 66 122 125
Binary 1000010 1111010 1111101
Octal 102 172 175

Shades and tints

Shades of #427A7D

#427A7D
(66,122,125)
#3C6F72
(60,111,114)
#366467
(54,100,103)
#30595C
(48,89,92)
#2A4E51
(42,78,81)
#244346
(36,67,70)
#1E383B
(30,56,59)
#182D30
(24,45,48)
#122225
(18,34,37)
#0C171A
(12,23,26)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #427A7D

#427A7D
(66,122,125)
#538688
(83,134,136)
#649293
(100,146,147)
#759E9E
(117,158,158)
#86AAA9
(134,170,169)
#97B6B4
(151,182,180)
#A8C2BF
(168,194,191)
#B9CECA
(185,206,202)
#CADAD5
(202,218,213)
#DBE6E0
(219,230,224)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427A7D; }

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

This text font color is #427A7D.

Background Color

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

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

This div background color is #427A7D.

Border color

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

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

This div border color is #427A7D.

Opacity

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

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

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

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

This text has shadow with #427A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #427A7D.

Preview

Color preview on black background

This text has color #427A7D on black background.


Color preview on white background

This text has color #427A7D on white background.


Black color preview on #427A7D background

This text has black color on #427A7D background.


White color preview on #427A7D background

This text has white color on #427A7D background.


Related colors

Complementary color

Complementary color for #hex is #BD8582.


I love getcolorcode.com

Triadic colors

1 #7D427A and #7A7D42 with #427A7D are triadic colors.

2 #7D7A42 and #7A427D with #427A7D are triadic colors.