COLOR #427766

HEX: #427766
RGB: (66,119,102)

Color info

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

RGB color model

#427766 color RGB value is (66,119,102).

  • red value is 66;
  • green value is 119;
  • blue value is 102.
RGB:
(66,119,102)
(26%,47%,40%)

RGB channels and saturation

R 66 of 255 = 26%
G 119 of 255 = 47%
B 102 of 255 = 40%

66
119
102

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

Portions of RGB colors in percentages

R + G + B =
66 + 119 + 102 = 287 (100%)
R 66 of 287 ~ 23%
G 119 of 287 ~ 41.46%
B 102 of 287 ~ 35.54%

%23
%41.46
%35.54

CMYK color model

#427766 color CMYK value is (45,0,14,53).

  • cyan value is 44.54%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 53.33%
CMYK:
(45,0,14,53)
C45M0Y14K53 
(45%,0%,14%,53%)
(0.45/0.00/0.14/0.53)	

CMYK percentages

%44.54
%0
%14.29
%53.33

Codes

Color #427766 in popluar color models

427766
RGB66119102
HSL161°28.65%36.27%
HSB/HSV161°44.54%46.67%
CMYK44.54%0.00%14.29%
53.33%

Color #427766 in popluar number systems.

HEX427766
Decimal66119102
Binary100001011101111100110
Octal102167146

Shades and tints

Shades of #427766

#427766
(66,119,102)
#3C6D5D
(60,109,93)
#366354
(54,99,84)
#30594B
(48,89,75)
#2A4F42
(42,79,66)
#244539
(36,69,57)
#1E3B30
(30,59,48)
#183127
(24,49,39)
#12271E
(18,39,30)
#0C1D15
(12,29,21)
#06130C
(6,19,12)
#000000
(0,0,0)

Tints of #427766

#427766
(66,119,102)
#538373
(83,131,115)
#648F80
(100,143,128)
#759B8D
(117,155,141)
#86A79A
(134,167,154)
#97B3A7
(151,179,167)
#A8BFB4
(168,191,180)
#B9CBC1
(185,203,193)
#CAD7CE
(202,215,206)
#DBE3DB
(219,227,219)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427766 color. Also use rgb(66,119,102) instead hex code.

Text Font Color

.myTextColor { color: #427766; }

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

This text font color is #427766.


Background Color

.myBgColor { background-color: #427766; }

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

This div background color is #427766.


Border color

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

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

This div border color is #427766.


Opacity

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

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

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

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

This text has shadow with #427766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427766 on black background.


Color preview on white background

This text has color #427766 on white background.



Black color preview on #427766 background

This text has black color on #427766 background.


White color preview on #427766 background

This text has white color on #427766 background.