COLOR #427471

HEX: #427471
RGB: (66,116,113)

Color info

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

RGB color model

#427471 color RGB value is (66,116,113).

  • red value is 66;
  • green value is 116;
  • blue value is 113.
RGB:
(66,116,113)
(26%,45%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 116 of 255 = 45%
B 113 of 255 = 44%

66
116
113

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

Portions of RGB colors in percentages

R + G + B =
66 + 116 + 113 = 295 (100%)
R 66 of 295 ~ 22.37%
G 116 of 295 ~ 39.32%
B 113 of 295 ~ 38.31%

%22.37
%39.32
%38.31

CMYK color model

#427471 color CMYK value is (43,0,3,55).

  • cyan value is 43.10%
  • magenta value is 0.00%
  • yellow value is 2.59%
  • key color value is 54.51%
CMYK:
(43,0,3,55)
C43M0Y3K55 
(43%,0%,3%,55%)
(0.43/0.00/0.03/0.55)	

CMYK percentages

%43.1
%0
%2.59
%54.51

Codes

Color #427471 in popluar color models

427471
RGB66116113
HSL176°27.47%35.69%
HSB/HSV176°43.10%45.49%
CMYK43.10%0.00%2.59%
54.51%

Color #427471 in popluar number systems.

HEX427471
Decimal66116113
Binary100001011101001110001
Octal102164161

Shades and tints

Shades of #427471

#427471
(66,116,113)
#3C6A67
(60,106,103)
#36605D
(54,96,93)
#305653
(48,86,83)
#2A4C49
(42,76,73)
#24423F
(36,66,63)
#1E3835
(30,56,53)
#182E2B
(24,46,43)
#122421
(18,36,33)
#0C1A17
(12,26,23)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #427471

#427471
(66,116,113)
#53807D
(83,128,125)
#648C89
(100,140,137)
#759895
(117,152,149)
#86A4A1
(134,164,161)
#97B0AD
(151,176,173)
#A8BCB9
(168,188,185)
#B9C8C5
(185,200,197)
#CAD4D1
(202,212,209)
#DBE0DD
(219,224,221)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427471 color. Also use rgb(66,116,113) instead hex code.

Text Font Color

.myTextColor { color: #427471; }

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

This text font color is #427471.


Background Color

.myBgColor { background-color: #427471; }

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

This div background color is #427471.


Border color

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

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

This div border color is #427471.


Opacity

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

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

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

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

This text has shadow with #427471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427471 on black background.


Color preview on white background

This text has color #427471 on white background.



Black color preview on #427471 background

This text has black color on #427471 background.


White color preview on #427471 background

This text has white color on #427471 background.