COLOR #427864

HEX: #427864
RGB: (66,120,100)

Color info

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

RGB color model

#427864 color RGB value is (66,120,100).

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

RGB channels and saturation

R 66 of 255 = 26%
G 120 of 255 = 47%
B 100 of 255 = 39%

66
120
100

R + G + B ~ 37%. #427864 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 120 + 100 = 286 (100%)
R 66 of 286 ~ 23.08%
G 120 of 286 ~ 41.96%
B 100 of 286 ~ 34.97%

%23.08
%41.96
%34.97

CMYK color model

#427864 color CMYK value is (45,0,17,53).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 52.94%
CMYK:
(45,0,17,53)
C45M0Y17K53 
(45%,0%,17%,53%)
(0.45/0.00/0.17/0.53)	

CMYK percentages

%45
%0
%16.67
%52.94

Codes

Color #427864 in popluar color models

427864
RGB66120100
HSL158°29.03%36.47%
HSB/HSV158°45.00%47.06%
CMYK45.00%0.00%16.67%
52.94%

Color #427864 in popluar number systems.

HEX427864
Decimal66120100
Binary100001011110001100100
Octal102170144

Shades and tints

Shades of #427864

#427864
(66,120,100)
#3C6E5B
(60,110,91)
#366452
(54,100,82)
#305A49
(48,90,73)
#2A5040
(42,80,64)
#244637
(36,70,55)
#1E3C2E
(30,60,46)
#183225
(24,50,37)
#12281C
(18,40,28)
#0C1E13
(12,30,19)
#06140A
(6,20,10)
#000000
(0,0,0)

Tints of #427864

#427864
(66,120,100)
#538472
(83,132,114)
#649080
(100,144,128)
#759C8E
(117,156,142)
#86A89C
(134,168,156)
#97B4AA
(151,180,170)
#A8C0B8
(168,192,184)
#B9CCC6
(185,204,198)
#CAD8D4
(202,216,212)
#DBE4E2
(219,228,226)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427864; }

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

This text font color is #427864.


Background Color

.myBgColor { background-color: #427864; }

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

This div background color is #427864.


Border color

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

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

This div border color is #427864.


Opacity

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

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

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

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

This text has shadow with #427864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427864 on black background.


Color preview on white background

This text has color #427864 on white background.



Black color preview on #427864 background

This text has black color on #427864 background.


White color preview on #427864 background

This text has white color on #427864 background.