COLOR #427664

HEX: #427664
RGB: (66,118,100)

Color info

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

RGB color model

#427664 color RGB value is (66,118,100).

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

RGB channels and saturation

R 66 of 255 = 26%
G 118 of 255 = 46%
B 100 of 255 = 39%

66
118
100

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

Portions of RGB colors in percentages

R + G + B =
66 + 118 + 100 = 284 (100%)
R 66 of 284 ~ 23.24%
G 118 of 284 ~ 41.55%
B 100 of 284 ~ 35.21%

%23.24
%41.55
%35.21

CMYK color model

#427664 color CMYK value is (44,0,15,54).

  • cyan value is 44.07%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 53.73%
CMYK:
(44,0,15,54)
C44M0Y15K54 
(44%,0%,15%,54%)
(0.44/0.00/0.15/0.54)	

CMYK percentages

%44.07
%0
%15.25
%53.73

Codes

Color #427664 in popluar color models

427664
RGB66118100
HSL159°28.26%36.08%
HSB/HSV159°44.07%46.27%
CMYK44.07%0.00%15.25%
53.73%

Color #427664 in popluar number systems.

HEX427664
Decimal66118100
Binary100001011101101100100
Octal102166144

Shades and tints

Shades of #427664

#427664
(66,118,100)
#3C6C5B
(60,108,91)
#366252
(54,98,82)
#305849
(48,88,73)
#2A4E40
(42,78,64)
#244437
(36,68,55)
#1E3A2E
(30,58,46)
#183025
(24,48,37)
#12261C
(18,38,28)
#0C1C13
(12,28,19)
#06120A
(6,18,10)
#000000
(0,0,0)

Tints of #427664

#427664
(66,118,100)
#538272
(83,130,114)
#648E80
(100,142,128)
#759A8E
(117,154,142)
#86A69C
(134,166,156)
#97B2AA
(151,178,170)
#A8BEB8
(168,190,184)
#B9CAC6
(185,202,198)
#CAD6D4
(202,214,212)
#DBE2E2
(219,226,226)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427664; }

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

This text font color is #427664.


Background Color

.myBgColor { background-color: #427664; }

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

This div background color is #427664.


Border color

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

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

This div border color is #427664.


Opacity

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

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

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

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

This text has shadow with #427664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427664 on black background.


Color preview on white background

This text has color #427664 on white background.



Black color preview on #427664 background

This text has black color on #427664 background.


White color preview on #427664 background

This text has white color on #427664 background.