COLOR #427B63

HEX: #427B63
RGB: (66,123,99)

Color info

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

RGB color model

#427B63 color RGB value is (66,123,99).

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

RGB channels and saturation

R 66 of 255 = 26%
G 123 of 255 = 48%
B 99 of 255 = 39%

66
123
99

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

Portions of RGB colors in percentages

R + G + B =
66 + 123 + 99 = 288 (100%)
R 66 of 288 ~ 22.92%
G 123 of 288 ~ 42.71%
B 99 of 288 ~ 34.38%

%22.92
%42.71
%34.38

CMYK color model

#427B63 color CMYK value is (46,0,20,52).

  • cyan value is 46.34%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 51.76%
CMYK:
(46,0,20,52)
C46M0Y20K52 
(46%,0%,20%,52%)
(0.46/0.00/0.20/0.52)	

CMYK percentages

%46.34
%0
%19.51
%51.76

Codes

Color #427B63 in popluar color models

427B63
RGB6612399
HSL155°30.16%37.06%
HSB/HSV155°46.34%48.24%
CMYK46.34%0.00%19.51%
51.76%

Color #427B63 in popluar number systems.

HEX427B63
Decimal6612399
Binary100001011110111100011
Octal102173143

Shades and tints

Shades of #427B63

#427B63
(66,123,99)
#3C705A
(60,112,90)
#366551
(54,101,81)
#305A48
(48,90,72)
#2A4F3F
(42,79,63)
#244436
(36,68,54)
#1E392D
(30,57,45)
#182E24
(24,46,36)
#12231B
(18,35,27)
#0C1812
(12,24,18)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #427B63

#427B63
(66,123,99)
#538771
(83,135,113)
#64937F
(100,147,127)
#759F8D
(117,159,141)
#86AB9B
(134,171,155)
#97B7A9
(151,183,169)
#A8C3B7
(168,195,183)
#B9CFC5
(185,207,197)
#CADBD3
(202,219,211)
#DBE7E1
(219,231,225)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427B63; }

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

This text font color is #427B63.


Background Color

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

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

This div background color is #427B63.


Border color

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

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

This div border color is #427B63.


Opacity

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

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

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

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

This text has shadow with #427B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427B63 on black background.


Color preview on white background

This text has color #427B63 on white background.



Black color preview on #427B63 background

This text has black color on #427B63 background.


White color preview on #427B63 background

This text has white color on #427B63 background.