COLOR #427E5E

HEX: #427E5E RGB: (66,126,94)

Color info

#427E5E contains mainly green and blue colors. Web safe color of #427E5E is #336666 (or #366).

RGB color model

#427E5E color RGB value is (66,126,94).

RGB: (66,126,94) (26%, 49%, 37%)

RGB channels and saturation

R 66 of 255 = 26%
G 126 of 255 = 49%
B 94 of 255 = 37%

66
126
94

R + G + B ~ 37%. #427E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 126 + 94 = 286 (100%)
R 66 of 286 ~ 23.08%
G 126 of 286 ~ 44.06%
B 94 of 286 ~ 32.87'%

%23.08
%44.06
%32.87

CMYK color model

#427E5E color CMYK value is (48,0,25,51).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 25.40%
  • key color value is 50.59%

CMYK: (48,0,25,51)
C48M0Y25K51 (48%, 0%, 25%, 51%)
(0.48 / 0.00 / 0.25 / 0.51)

CMYK percentages

%47.62
%0
%25.4
%50.59

Codes

Color #427E5E in popluar color models

42 7E 5E
RGB 66 126 94
HSL 148° 31.25% 37.65%
HSB/HSV 148° 47.62% 49.41%
CMYK 47.62% 0.00% 25.40%
50.59%

Color #427E5E in popluar number systems.

HEX 42 7E 5E
Decimal 66 126 94
Binary 1000010 1111110 1011110
Octal 102 176 136

Shades and tints

Shades of #427E5E

#427E5E
(66,126,94)
#3C7356
(60,115,86)
#36684E
(54,104,78)
#305D46
(48,93,70)
#2A523E
(42,82,62)
#244736
(36,71,54)
#1E3C2E
(30,60,46)
#183126
(24,49,38)
#12261E
(18,38,30)
#0C1B16
(12,27,22)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #427E5E

#427E5E
(66,126,94)
#53896C
(83,137,108)
#64947A
(100,148,122)
#759F88
(117,159,136)
#86AA96
(134,170,150)
#97B5A4
(151,181,164)
#A8C0B2
(168,192,178)
#B9CBC0
(185,203,192)
#CAD6CE
(202,214,206)
#DBE1DC
(219,225,220)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427E5E color. Also use rgb(66,126,94) instead hex code.

Text Font Color

.myTextColor { color: #427E5E; }

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

This text font color is #427E5E.

Background Color

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

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

This div background color is #427E5E.

Border color

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

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

This div border color is #427E5E.

Opacity

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

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

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

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

This text has shadow with #427E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #427E5E.

Preview

Color preview on black background

This text has color #427E5E on black background.


Color preview on white background

This text has color #427E5E on white background.


Black color preview on #427E5E background

This text has black color on #427E5E background.


White color preview on #427E5E background

This text has white color on #427E5E background.


Related colors

Complementary color

Complementary color for #hex is #BD81A1.


I love getcolorcode.com

Triadic colors

1 #5E427E and #7E5E42 with #427E5E are triadic colors.

2 #5E7E42 and #7E425E with #427E5E are triadic colors.