COLOR #427879

HEX: #427879
RGB: (66,120,121)

Color info

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

RGB color model

#427879 color RGB value is (66,120,121).

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

RGB channels and saturation

R 66 of 255 = 26%
G 120 of 255 = 47%
B 121 of 255 = 47%

66
120
121

R + G + B ~ 40%. #427879 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 120 + 121 = 307 (100%)
R 66 of 307 ~ 21.5%
G 120 of 307 ~ 39.09%
B 121 of 307 ~ 39.41%

%21.5
%39.09
%39.41

CMYK color model

#427879 color CMYK value is (45,1,0,53).

  • cyan value is 45.45%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(45,1,0,53)
C45M1Y0K53 
(45%,1%,0%,53%)
(0.45/0.01/0.00/0.53)	

CMYK percentages

%45.45
%0.83
%0
%52.55

Codes

Color #427879 in popluar color models

427879
RGB66120121
HSL181°29.41%36.67%
HSB/HSV181°45.45%47.45%
CMYK45.45%0.83%0.00%
52.55%

Color #427879 in popluar number systems.

HEX427879
Decimal66120121
Binary100001011110001111001
Octal102170171

Shades and tints

Shades of #427879

#427879
(66,120,121)
#3C6E6E
(60,110,110)
#366463
(54,100,99)
#305A58
(48,90,88)
#2A504D
(42,80,77)
#244642
(36,70,66)
#1E3C37
(30,60,55)
#18322C
(24,50,44)
#122821
(18,40,33)
#0C1E16
(12,30,22)
#06140B
(6,20,11)
#000000
(0,0,0)

Tints of #427879

#427879
(66,120,121)
#538485
(83,132,133)
#649091
(100,144,145)
#759C9D
(117,156,157)
#86A8A9
(134,168,169)
#97B4B5
(151,180,181)
#A8C0C1
(168,192,193)
#B9CCCD
(185,204,205)
#CAD8D9
(202,216,217)
#DBE4E5
(219,228,229)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427879; }

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

This text font color is #427879.


Background Color

.myBgColor { background-color: #427879; }

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

This div background color is #427879.


Border color

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

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

This div border color is #427879.


Opacity

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

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

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

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

This text has shadow with #427879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427879 on black background.


Color preview on white background

This text has color #427879 on white background.



Black color preview on #427879 background

This text has black color on #427879 background.


White color preview on #427879 background

This text has white color on #427879 background.