COLOR #427063

HEX: #427063
RGB: (66,112,99)

Color info

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

RGB color model

#427063 color RGB value is (66,112,99).

  • red value is 66;
  • green value is 112;
  • blue value is 99.
RGB:
(66,112,99)
(26%,44%,39%)

RGB channels and saturation

R 66 of 255 = 26%
G 112 of 255 = 44%
B 99 of 255 = 39%

66
112
99

R + G + B ~ 36%. #427063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 112 + 99 = 277 (100%)
R 66 of 277 ~ 23.83%
G 112 of 277 ~ 40.43%
B 99 of 277 ~ 35.74%

%23.83
%40.43
%35.74

CMYK color model

#427063 color CMYK value is (41,0,12,56).

  • cyan value is 41.07%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 56.08%
CMYK:
(41,0,12,56)
C41M0Y12K56 
(41%,0%,12%,56%)
(0.41/0.00/0.12/0.56)	

CMYK percentages

%41.07
%0
%11.61
%56.08

Codes

Color #427063 in popluar color models

427063
RGB6611299
HSL163°25.84%34.90%
HSB/HSV163°41.07%43.92%
CMYK41.07%0.00%11.61%
56.08%

Color #427063 in popluar number systems.

HEX427063
Decimal6611299
Binary100001011100001100011
Octal102160143

Shades and tints

Shades of #427063

#427063
(66,112,99)
#3C665A
(60,102,90)
#365C51
(54,92,81)
#305248
(48,82,72)
#2A483F
(42,72,63)
#243E36
(36,62,54)
#1E342D
(30,52,45)
#182A24
(24,42,36)
#12201B
(18,32,27)
#0C1612
(12,22,18)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #427063

#427063
(66,112,99)
#537D71
(83,125,113)
#648A7F
(100,138,127)
#75978D
(117,151,141)
#86A49B
(134,164,155)
#97B1A9
(151,177,169)
#A8BEB7
(168,190,183)
#B9CBC5
(185,203,197)
#CAD8D3
(202,216,211)
#DBE5E1
(219,229,225)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427063 color. Also use rgb(66,112,99) instead hex code.

Text Font Color

.myTextColor { color: #427063; }

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

This text font color is #427063.


Background Color

.myBgColor { background-color: #427063; }

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

This div background color is #427063.


Border color

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

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

This div border color is #427063.


Opacity

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

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

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

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

This text has shadow with #427063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427063 on black background.


Color preview on white background

This text has color #427063 on white background.



Black color preview on #427063 background

This text has black color on #427063 background.


White color preview on #427063 background

This text has white color on #427063 background.