COLOR #427084

HEX: #427084
RGB: (66,112,132)

Color info

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

RGB color model

#427084 color RGB value is (66,112,132).

  • red value is 66;
  • green value is 112;
  • blue value is 132.
RGB:
(66,112,132)
(26%,44%,52%)

RGB channels and saturation

R 66 of 255 = 26%
G 112 of 255 = 44%
B 132 of 255 = 52%

66
112
132

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

Portions of RGB colors in percentages

R + G + B =
66 + 112 + 132 = 310 (100%)
R 66 of 310 ~ 21.29%
G 112 of 310 ~ 36.13%
B 132 of 310 ~ 42.58%

%21.29
%36.13
%42.58

CMYK color model

#427084 color CMYK value is (50,15,0,48).

  • cyan value is 50.00%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(50,15,0,48)
C50M15Y0K48 
(50%,15%,0%,48%)
(0.50/0.15/0.00/0.48)	

CMYK percentages

%50
%15.15
%0
%48.24

Codes

Color #427084 in popluar color models

427084
RGB66112132
HSL198°33.33%38.82%
HSB/HSV198°50.00%51.76%
CMYK50.00%15.15%0.00%
48.24%

Color #427084 in popluar number systems.

HEX427084
Decimal66112132
Binary1000010111000010000100
Octal102160204

Shades and tints

Shades of #427084

#427084
(66,112,132)
#3C6678
(60,102,120)
#365C6C
(54,92,108)
#305260
(48,82,96)
#2A4854
(42,72,84)
#243E48
(36,62,72)
#1E343C
(30,52,60)
#182A30
(24,42,48)
#122024
(18,32,36)
#0C1618
(12,22,24)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #427084

#427084
(66,112,132)
#537D8F
(83,125,143)
#648A9A
(100,138,154)
#7597A5
(117,151,165)
#86A4B0
(134,164,176)
#97B1BB
(151,177,187)
#A8BEC6
(168,190,198)
#B9CBD1
(185,203,209)
#CAD8DC
(202,216,220)
#DBE5E7
(219,229,231)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427084 color. Also use rgb(66,112,132) instead hex code.

Text Font Color

.myTextColor { color: #427084; }

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

This text font color is #427084.


Background Color

.myBgColor { background-color: #427084; }

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

This div background color is #427084.


Border color

.myBorderColor { border: 1px solid #427084; }

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

This div border color is #427084.


Opacity

.myOpacity80 { color: #427084; opacity: 0.8; }

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

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

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

This text has shadow with #427084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427084 on black background.


Color preview on white background

This text has color #427084 on white background.



Black color preview on #427084 background

This text has black color on #427084 background.


White color preview on #427084 background

This text has white color on #427084 background.