COLOR #427872

HEX: #427872
RGB: (66,120,114)

Color info

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

RGB color model

#427872 color RGB value is (66,120,114).

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

RGB channels and saturation

R 66 of 255 = 26%
G 120 of 255 = 47%
B 114 of 255 = 45%

66
120
114

R + G + B ~ 39%. #427872 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 120 + 114 = 300 (100%)
R 66 of 300 ~ 22%
G 120 of 300 ~ 40%
B 114 of 300 ~ 38%

%22
%40
%38

CMYK color model

#427872 color CMYK value is (45,0,5,53).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK:
(45,0,5,53)
C45M0Y5K53 
(45%,0%,5%,53%)
(0.45/0.00/0.05/0.53)	

CMYK percentages

%45
%0
%5
%52.94

Codes

Color #427872 in popluar color models

427872
RGB66120114
HSL173°29.03%36.47%
HSB/HSV173°45.00%47.06%
CMYK45.00%0.00%5.00%
52.94%

Color #427872 in popluar number systems.

HEX427872
Decimal66120114
Binary100001011110001110010
Octal102170162

Shades and tints

Shades of #427872

#427872
(66,120,114)
#3C6E68
(60,110,104)
#36645E
(54,100,94)
#305A54
(48,90,84)
#2A504A
(42,80,74)
#244640
(36,70,64)
#1E3C36
(30,60,54)
#18322C
(24,50,44)
#122822
(18,40,34)
#0C1E18
(12,30,24)
#06140E
(6,20,14)
#000000
(0,0,0)

Tints of #427872

#427872
(66,120,114)
#53847E
(83,132,126)
#64908A
(100,144,138)
#759C96
(117,156,150)
#86A8A2
(134,168,162)
#97B4AE
(151,180,174)
#A8C0BA
(168,192,186)
#B9CCC6
(185,204,198)
#CAD8D2
(202,216,210)
#DBE4DE
(219,228,222)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427872; }

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

This text font color is #427872.


Background Color

.myBgColor { background-color: #427872; }

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

This div background color is #427872.


Border color

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

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

This div border color is #427872.


Opacity

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

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

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

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

This text has shadow with #427872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427872 on black background.


Color preview on white background

This text has color #427872 on white background.



Black color preview on #427872 background

This text has black color on #427872 background.


White color preview on #427872 background

This text has white color on #427872 background.