COLOR #427D8A

HEX: #427D8A
RGB: (66,125,138)

Color info

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

RGB color model

#427D8A color RGB value is (66,125,138).

  • red value is 66;
  • green value is 125;
  • blue value is 138.
RGB:
(66,125,138)
(26%,49%,54%)

RGB channels and saturation

R 66 of 255 = 26%
G 125 of 255 = 49%
B 138 of 255 = 54%

66
125
138

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

Portions of RGB colors in percentages

R + G + B =
66 + 125 + 138 = 329 (100%)
R 66 of 329 ~ 20.06%
G 125 of 329 ~ 37.99%
B 138 of 329 ~ 41.95%

%20.06
%37.99
%41.95

CMYK color model

#427D8A color CMYK value is (52,9,0,46).

  • cyan value is 52.17%
  • magenta value is 9.42%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(52,9,0,46)
C52M9Y0K46 
(52%,9%,0%,46%)
(0.52/0.09/0.00/0.46)	

CMYK percentages

%52.17
%9.42
%0
%45.88

Codes

Color #427D8A in popluar color models

427D8A
RGB66125138
HSL191°35.29%40.00%
HSB/HSV191°52.17%54.12%
CMYK52.17%9.42%0.00%
45.88%

Color #427D8A in popluar number systems.

HEX427D8A
Decimal66125138
Binary1000010111110110001010
Octal102175212

Shades and tints

Shades of #427D8A

#427D8A
(66,125,138)
#3C727E
(60,114,126)
#366772
(54,103,114)
#305C66
(48,92,102)
#2A515A
(42,81,90)
#24464E
(36,70,78)
#1E3B42
(30,59,66)
#183036
(24,48,54)
#12252A
(18,37,42)
#0C1A1E
(12,26,30)
#060F12
(6,15,18)
#000000
(0,0,0)

Tints of #427D8A

#427D8A
(66,125,138)
#538894
(83,136,148)
#64939E
(100,147,158)
#759EA8
(117,158,168)
#86A9B2
(134,169,178)
#97B4BC
(151,180,188)
#A8BFC6
(168,191,198)
#B9CAD0
(185,202,208)
#CAD5DA
(202,213,218)
#DBE0E4
(219,224,228)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427D8A; }

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

This text font color is #427D8A.


Background Color

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

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

This div background color is #427D8A.


Border color

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

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

This div border color is #427D8A.


Opacity

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

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

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

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

This text has shadow with #427D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427D8A on black background.


Color preview on white background

This text has color #427D8A on white background.



Black color preview on #427D8A background

This text has black color on #427D8A background.


White color preview on #427D8A background

This text has white color on #427D8A background.