COLOR #427F4F

HEX: #427F4F
RGB: (66,127,79)

Color info

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

RGB color model

#427F4F color RGB value is (66,127,79).

  • red value is 66;
  • green value is 127;
  • blue value is 79.
RGB:
(66,127,79)
(26%,50%,31%)

RGB channels and saturation

R 66 of 255 = 26%
G 127 of 255 = 50%
B 79 of 255 = 31%

66
127
79

R + G + B ~ 36%. #427F4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 127 + 79 = 272 (100%)
R 66 of 272 ~ 24.26%
G 127 of 272 ~ 46.69%
B 79 of 272 ~ 29.04%

%24.26
%46.69
%29.04

CMYK color model

#427F4F color CMYK value is (48,0,38,50).

  • cyan value is 48.03%
  • magenta value is 0.00%
  • yellow value is 37.80%
  • key color value is 50.20%
CMYK:
(48,0,38,50)
C48M0Y38K50 
(48%,0%,38%,50%)
(0.48/0.00/0.38/0.50)	

CMYK percentages

%48.03
%0
%37.8
%50.2

Codes

Color #427F4F in popluar color models

427F4F
RGB6612779
HSL133°31.61%37.84%
HSB/HSV133°48.03%49.80%
CMYK48.03%0.00%37.80%
50.20%

Color #427F4F in popluar number systems.

HEX427F4F
Decimal6612779
Binary100001011111111001111
Octal102177117

Shades and tints

Shades of #427F4F

#427F4F
(66,127,79)
#3C7448
(60,116,72)
#366941
(54,105,65)
#305E3A
(48,94,58)
#2A5333
(42,83,51)
#24482C
(36,72,44)
#1E3D25
(30,61,37)
#18321E
(24,50,30)
#122717
(18,39,23)
#0C1C10
(12,28,16)
#061109
(6,17,9)
#000000
(0,0,0)

Tints of #427F4F

#427F4F
(66,127,79)
#538A5F
(83,138,95)
#64956F
(100,149,111)
#75A07F
(117,160,127)
#86AB8F
(134,171,143)
#97B69F
(151,182,159)
#A8C1AF
(168,193,175)
#B9CCBF
(185,204,191)
#CAD7CF
(202,215,207)
#DBE2DF
(219,226,223)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427F4F color. Also use rgb(66,127,79) instead hex code.

Text Font Color

.myTextColor { color: #427F4F; }

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

This text font color is #427F4F.


Background Color

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

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

This div background color is #427F4F.


Border color

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

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

This div border color is #427F4F.


Opacity

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

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

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

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

This text has shadow with #427F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427F4F on black background.


Color preview on white background

This text has color #427F4F on white background.



Black color preview on #427F4F background

This text has black color on #427F4F background.


White color preview on #427F4F background

This text has white color on #427F4F background.