COLOR #427C64

HEX: #427C64
RGB: (66,124,100)

Color info

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

RGB color model

#427C64 color RGB value is (66,124,100).

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

RGB channels and saturation

R 66 of 255 = 26%
G 124 of 255 = 49%
B 100 of 255 = 39%

66
124
100

R + G + B ~ 38%. #427C64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 124 + 100 = 290 (100%)
R 66 of 290 ~ 22.76%
G 124 of 290 ~ 42.76%
B 100 of 290 ~ 34.48%

%22.76
%42.76
%34.48

CMYK color model

#427C64 color CMYK value is (47,0,19,51).

  • cyan value is 46.77%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 51.37%
CMYK:
(47,0,19,51)
C47M0Y19K51 
(47%,0%,19%,51%)
(0.47/0.00/0.19/0.51)	

CMYK percentages

%46.77
%0
%19.35
%51.37

Codes

Color #427C64 in popluar color models

427C64
RGB66124100
HSL155°30.53%37.25%
HSB/HSV155°46.77%48.63%
CMYK46.77%0.00%19.35%
51.37%

Color #427C64 in popluar number systems.

HEX427C64
Decimal66124100
Binary100001011111001100100
Octal102174144

Shades and tints

Shades of #427C64

#427C64
(66,124,100)
#3C715B
(60,113,91)
#366652
(54,102,82)
#305B49
(48,91,73)
#2A5040
(42,80,64)
#244537
(36,69,55)
#1E3A2E
(30,58,46)
#182F25
(24,47,37)
#12241C
(18,36,28)
#0C1913
(12,25,19)
#060E0A
(6,14,10)
#000000
(0,0,0)

Tints of #427C64

#427C64
(66,124,100)
#538772
(83,135,114)
#649280
(100,146,128)
#759D8E
(117,157,142)
#86A89C
(134,168,156)
#97B3AA
(151,179,170)
#A8BEB8
(168,190,184)
#B9C9C6
(185,201,198)
#CAD4D4
(202,212,212)
#DBDFE2
(219,223,226)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427C64; }

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

This text font color is #427C64.


Background Color

.myBgColor { background-color: #427C64; }

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

This div background color is #427C64.


Border color

.myBorderColor { border: 1px solid #427C64; }

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

This div border color is #427C64.


Opacity

.myOpacity80 { color: #427C64; opacity: 0.8; }

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

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

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

This text has shadow with #427C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427C64 on black background.


Color preview on white background

This text has color #427C64 on white background.



Black color preview on #427C64 background

This text has black color on #427C64 background.


White color preview on #427C64 background

This text has white color on #427C64 background.