COLOR #427378

HEX: #427378
RGB: (66,115,120)

Color info

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

RGB color model

#427378 color RGB value is (66,115,120).

  • red value is 66;
  • green value is 115;
  • blue value is 120.
RGB:
(66,115,120)
(26%,45%,47%)

RGB channels and saturation

R 66 of 255 = 26%
G 115 of 255 = 45%
B 120 of 255 = 47%

66
115
120

R + G + B ~ 39%. #427378 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 115 + 120 = 301 (100%)
R 66 of 301 ~ 21.93%
G 115 of 301 ~ 38.21%
B 120 of 301 ~ 39.87%

%21.93
%38.21
%39.87

CMYK color model

#427378 color CMYK value is (45,4,0,53).

  • cyan value is 45.00%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(45,4,0,53)
C45M4Y0K53 
(45%,4%,0%,53%)
(0.45/0.04/0.00/0.53)	

CMYK percentages

%45
%4.17
%0
%52.94

Codes

Color #427378 in popluar color models

427378
RGB66115120
HSL186°29.03%36.47%
HSB/HSV186°45.00%47.06%
CMYK45.00%4.17%0.00%
52.94%

Color #427378 in popluar number systems.

HEX427378
Decimal66115120
Binary100001011100111111000
Octal102163170

Shades and tints

Shades of #427378

#427378
(66,115,120)
#3C696E
(60,105,110)
#365F64
(54,95,100)
#30555A
(48,85,90)
#2A4B50
(42,75,80)
#244146
(36,65,70)
#1E373C
(30,55,60)
#182D32
(24,45,50)
#122328
(18,35,40)
#0C191E
(12,25,30)
#060F14
(6,15,20)
#000000
(0,0,0)

Tints of #427378

#427378
(66,115,120)
#537F84
(83,127,132)
#648B90
(100,139,144)
#75979C
(117,151,156)
#86A3A8
(134,163,168)
#97AFB4
(151,175,180)
#A8BBC0
(168,187,192)
#B9C7CC
(185,199,204)
#CAD3D8
(202,211,216)
#DBDFE4
(219,223,228)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427378 color. Also use rgb(66,115,120) instead hex code.

Text Font Color

.myTextColor { color: #427378; }

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

This text font color is #427378.


Background Color

.myBgColor { background-color: #427378; }

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

This div background color is #427378.


Border color

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

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

This div border color is #427378.


Opacity

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

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

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

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

This text has shadow with #427378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427378 on black background.


Color preview on white background

This text has color #427378 on white background.



Black color preview on #427378 background

This text has black color on #427378 background.


White color preview on #427378 background

This text has white color on #427378 background.