COLOR #427F48

HEX: #427F48
RGB: (66,127,72)

Color info

#427F48 contains mainly green and blue colors. Web safe color of #427F48 is #336633 (or #363).

RGB color model

#427F48 color RGB value is (66,127,72).

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

RGB channels and saturation

R 66 of 255 = 26%
G 127 of 255 = 50%
B 72 of 255 = 28%

66
127
72

R + G + B ~ 35%. #427F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 127 + 72 = 265 (100%)
R 66 of 265 ~ 24.91%
G 127 of 265 ~ 47.92%
B 72 of 265 ~ 27.17%

%24.91
%47.92
%27.17

CMYK color model

#427F48 color CMYK value is (48,0,43,50).

  • cyan value is 48.03%
  • magenta value is 0.00%
  • yellow value is 43.31%
  • key color value is 50.20%
CMYK:
(48,0,43,50)
C48M0Y43K50 
(48%,0%,43%,50%)
(0.48/0.00/0.43/0.50)	

CMYK percentages

%48.03
%0
%43.31
%50.2

Codes

Color #427F48 in popluar color models

427F48
RGB6612772
HSL126°31.61%37.84%
HSB/HSV126°48.03%49.80%
CMYK48.03%0.00%43.31%
50.20%

Color #427F48 in popluar number systems.

HEX427F48
Decimal6612772
Binary100001011111111001000
Octal102177110

Shades and tints

Shades of #427F48

#427F48
(66,127,72)
#3C7442
(60,116,66)
#36693C
(54,105,60)
#305E36
(48,94,54)
#2A5330
(42,83,48)
#24482A
(36,72,42)
#1E3D24
(30,61,36)
#18321E
(24,50,30)
#122718
(18,39,24)
#0C1C12
(12,28,18)
#06110C
(6,17,12)
#000000
(0,0,0)

Tints of #427F48

#427F48
(66,127,72)
#538A58
(83,138,88)
#649568
(100,149,104)
#75A078
(117,160,120)
#86AB88
(134,171,136)
#97B698
(151,182,152)
#A8C1A8
(168,193,168)
#B9CCB8
(185,204,184)
#CAD7C8
(202,215,200)
#DBE2D8
(219,226,216)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427F48; }

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

This text font color is #427F48.


Background Color

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

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

This div background color is #427F48.


Border color

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

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

This div border color is #427F48.


Opacity

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

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

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

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

This text has shadow with #427F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427F48 on black background.


Color preview on white background

This text has color #427F48 on white background.



Black color preview on #427F48 background

This text has black color on #427F48 background.


White color preview on #427F48 background

This text has white color on #427F48 background.