COLOR #427564

HEX: #427564
RGB: (66,117,100)

Color info

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

RGB color model

#427564 color RGB value is (66,117,100).

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

RGB channels and saturation

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

66
117
100

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

Portions of RGB colors in percentages

R + G + B =
66 + 117 + 100 = 283 (100%)
R 66 of 283 ~ 23.32%
G 117 of 283 ~ 41.34%
B 100 of 283 ~ 35.34%

%23.32
%41.34
%35.34

CMYK color model

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

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

CMYK percentages

%43.59
%0
%14.53
%54.12

Codes

Color #427564 in popluar color models

427564
RGB66117100
HSL160°27.87%35.88%
HSB/HSV160°43.59%45.88%
CMYK43.59%0.00%14.53%
54.12%

Color #427564 in popluar number systems.

HEX427564
Decimal66117100
Binary100001011101011100100
Octal102165144

Shades and tints

Shades of #427564

#427564
(66,117,100)
#3C6B5B
(60,107,91)
#366152
(54,97,82)
#305749
(48,87,73)
#2A4D40
(42,77,64)
#244337
(36,67,55)
#1E392E
(30,57,46)
#182F25
(24,47,37)
#12251C
(18,37,28)
#0C1B13
(12,27,19)
#06110A
(6,17,10)
#000000
(0,0,0)

Tints of #427564

#427564
(66,117,100)
#538172
(83,129,114)
#648D80
(100,141,128)
#75998E
(117,153,142)
#86A59C
(134,165,156)
#97B1AA
(151,177,170)
#A8BDB8
(168,189,184)
#B9C9C6
(185,201,198)
#CAD5D4
(202,213,212)
#DBE1E2
(219,225,226)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427564; }

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

This text font color is #427564.


Background Color

.myBgColor { background-color: #427564; }

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

This div background color is #427564.


Border color

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

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

This div border color is #427564.


Opacity

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

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

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

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

This text has shadow with #427564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427564 on black background.


Color preview on white background

This text has color #427564 on white background.



Black color preview on #427564 background

This text has black color on #427564 background.


White color preview on #427564 background

This text has white color on #427564 background.