COLOR #427665

HEX: #427665
RGB: (66,118,101)

Color info

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

RGB color model

#427665 color RGB value is (66,118,101).

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

RGB channels and saturation

R 66 of 255 = 26%
G 118 of 255 = 46%
B 101 of 255 = 40%

66
118
101

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

Portions of RGB colors in percentages

R + G + B =
66 + 118 + 101 = 285 (100%)
R 66 of 285 ~ 23.16%
G 118 of 285 ~ 41.4%
B 101 of 285 ~ 35.44%

%23.16
%41.4
%35.44

CMYK color model

#427665 color CMYK value is (44,0,14,54).

  • cyan value is 44.07%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 53.73%
CMYK:
(44,0,14,54)
C44M0Y14K54 
(44%,0%,14%,54%)
(0.44/0.00/0.14/0.54)	

CMYK percentages

%44.07
%0
%14.41
%53.73

Codes

Color #427665 in popluar color models

427665
RGB66118101
HSL160°28.26%36.08%
HSB/HSV160°44.07%46.27%
CMYK44.07%0.00%14.41%
53.73%

Color #427665 in popluar number systems.

HEX427665
Decimal66118101
Binary100001011101101100101
Octal102166145

Shades and tints

Shades of #427665

#427665
(66,118,101)
#3C6C5C
(60,108,92)
#366253
(54,98,83)
#30584A
(48,88,74)
#2A4E41
(42,78,65)
#244438
(36,68,56)
#1E3A2F
(30,58,47)
#183026
(24,48,38)
#12261D
(18,38,29)
#0C1C14
(12,28,20)
#06120B
(6,18,11)
#000000
(0,0,0)

Tints of #427665

#427665
(66,118,101)
#538273
(83,130,115)
#648E81
(100,142,129)
#759A8F
(117,154,143)
#86A69D
(134,166,157)
#97B2AB
(151,178,171)
#A8BEB9
(168,190,185)
#B9CAC7
(185,202,199)
#CAD6D5
(202,214,213)
#DBE2E3
(219,226,227)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427665; }

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

This text font color is #427665.


Background Color

.myBgColor { background-color: #427665; }

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

This div background color is #427665.


Border color

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

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

This div border color is #427665.


Opacity

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

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

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

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

This text has shadow with #427665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427665 on black background.


Color preview on white background

This text has color #427665 on white background.



Black color preview on #427665 background

This text has black color on #427665 background.


White color preview on #427665 background

This text has white color on #427665 background.