COLOR #427865

HEX: #427865
RGB: (66,120,101)

Color info

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

RGB color model

#427865 color RGB value is (66,120,101).

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

RGB channels and saturation

R 66 of 255 = 26%
G 120 of 255 = 47%
B 101 of 255 = 40%

66
120
101

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

Portions of RGB colors in percentages

R + G + B =
66 + 120 + 101 = 287 (100%)
R 66 of 287 ~ 23%
G 120 of 287 ~ 41.81%
B 101 of 287 ~ 35.19%

%23
%41.81
%35.19

CMYK color model

#427865 color CMYK value is (45,0,16,53).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 52.94%
CMYK:
(45,0,16,53)
C45M0Y16K53 
(45%,0%,16%,53%)
(0.45/0.00/0.16/0.53)	

CMYK percentages

%45
%0
%15.83
%52.94

Codes

Color #427865 in popluar color models

427865
RGB66120101
HSL159°29.03%36.47%
HSB/HSV159°45.00%47.06%
CMYK45.00%0.00%15.83%
52.94%

Color #427865 in popluar number systems.

HEX427865
Decimal66120101
Binary100001011110001100101
Octal102170145

Shades and tints

Shades of #427865

#427865
(66,120,101)
#3C6E5C
(60,110,92)
#366453
(54,100,83)
#305A4A
(48,90,74)
#2A5041
(42,80,65)
#244638
(36,70,56)
#1E3C2F
(30,60,47)
#183226
(24,50,38)
#12281D
(18,40,29)
#0C1E14
(12,30,20)
#06140B
(6,20,11)
#000000
(0,0,0)

Tints of #427865

#427865
(66,120,101)
#538473
(83,132,115)
#649081
(100,144,129)
#759C8F
(117,156,143)
#86A89D
(134,168,157)
#97B4AB
(151,180,171)
#A8C0B9
(168,192,185)
#B9CCC7
(185,204,199)
#CAD8D5
(202,216,213)
#DBE4E3
(219,228,227)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427865; }

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

This text font color is #427865.


Background Color

.myBgColor { background-color: #427865; }

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

This div background color is #427865.


Border color

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

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

This div border color is #427865.


Opacity

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

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

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

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

This text has shadow with #427865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427865 on black background.


Color preview on white background

This text has color #427865 on white background.



Black color preview on #427865 background

This text has black color on #427865 background.


White color preview on #427865 background

This text has white color on #427865 background.