COLOR #427A74

HEX: #427A74
RGB: (66,122,116)

Color info

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

RGB color model

#427A74 color RGB value is (66,122,116).

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

RGB channels and saturation

R 66 of 255 = 26%
G 122 of 255 = 48%
B 116 of 255 = 45%

66
122
116

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

Portions of RGB colors in percentages

R + G + B =
66 + 122 + 116 = 304 (100%)
R 66 of 304 ~ 21.71%
G 122 of 304 ~ 40.13%
B 116 of 304 ~ 38.16%

%21.71
%40.13
%38.16

CMYK color model

#427A74 color CMYK value is (46,0,5,52).

  • cyan value is 45.90%
  • magenta value is 0.00%
  • yellow value is 4.92%
  • key color value is 52.16%
CMYK:
(46,0,5,52)
C46M0Y5K52 
(46%,0%,5%,52%)
(0.46/0.00/0.05/0.52)	

CMYK percentages

%45.9
%0
%4.92
%52.16

Codes

Color #427A74 in popluar color models

427A74
RGB66122116
HSL174°29.79%36.86%
HSB/HSV174°45.90%47.84%
CMYK45.90%0.00%4.92%
52.16%

Color #427A74 in popluar number systems.

HEX427A74
Decimal66122116
Binary100001011110101110100
Octal102172164

Shades and tints

Shades of #427A74

#427A74
(66,122,116)
#3C6F6A
(60,111,106)
#366460
(54,100,96)
#305956
(48,89,86)
#2A4E4C
(42,78,76)
#244342
(36,67,66)
#1E3838
(30,56,56)
#182D2E
(24,45,46)
#122224
(18,34,36)
#0C171A
(12,23,26)
#060C10
(6,12,16)
#000000
(0,0,0)

Tints of #427A74

#427A74
(66,122,116)
#538680
(83,134,128)
#64928C
(100,146,140)
#759E98
(117,158,152)
#86AAA4
(134,170,164)
#97B6B0
(151,182,176)
#A8C2BC
(168,194,188)
#B9CEC8
(185,206,200)
#CADAD4
(202,218,212)
#DBE6E0
(219,230,224)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427A74; }

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

This text font color is #427A74.


Background Color

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

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

This div background color is #427A74.


Border color

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

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

This div border color is #427A74.


Opacity

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

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

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

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

This text has shadow with #427A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427A74 on black background.


Color preview on white background

This text has color #427A74 on white background.



Black color preview on #427A74 background

This text has black color on #427A74 background.


White color preview on #427A74 background

This text has white color on #427A74 background.