COLOR #427C40

HEX: #427C40
RGB: (66,124,64)

Color info

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

RGB color model

#427C40 color RGB value is (66,124,64).

  • red value is 66;
  • green value is 124;
  • blue value is 64.
RGB:
(66,124,64)
(26%,49%,25%)

RGB channels and saturation

R 66 of 255 = 26%
G 124 of 255 = 49%
B 64 of 255 = 25%

66
124
64

R + G + B ~ 33%. #427C40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 124 + 64 = 254 (100%)
R 66 of 254 ~ 25.98%
G 124 of 254 ~ 48.82%
B 64 of 254 ~ 25.2%

%25.98
%48.82
%25.2

CMYK color model

#427C40 color CMYK value is (47,0,48,51).

  • cyan value is 46.77%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 51.37%
CMYK:
(47,0,48,51)
C47M0Y48K51 
(47%,0%,48%,51%)
(0.47/0.00/0.48/0.51)	

CMYK percentages

%46.77
%0
%48.39
%51.37

Codes

Color #427C40 in popluar color models

427C40
RGB6612464
HSL118°31.91%36.86%
HSB/HSV118°48.39%48.63%
CMYK46.77%0.00%48.39%
51.37%

Color #427C40 in popluar number systems.

HEX427C40
Decimal6612464
Binary100001011111001000000
Octal102174100

Shades and tints

Shades of #427C40

#427C40
(66,124,64)
#3C713B
(60,113,59)
#366636
(54,102,54)
#305B31
(48,91,49)
#2A502C
(42,80,44)
#244527
(36,69,39)
#1E3A22
(30,58,34)
#182F1D
(24,47,29)
#122418
(18,36,24)
#0C1913
(12,25,19)
#060E0E
(6,14,14)
#000000
(0,0,0)

Tints of #427C40

#427C40
(66,124,64)
#538751
(83,135,81)
#649262
(100,146,98)
#759D73
(117,157,115)
#86A884
(134,168,132)
#97B395
(151,179,149)
#A8BEA6
(168,190,166)
#B9C9B7
(185,201,183)
#CAD4C8
(202,212,200)
#DBDFD9
(219,223,217)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427C40 color. Also use rgb(66,124,64) instead hex code.

Text Font Color

.myTextColor { color: #427C40; }

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

This text font color is #427C40.


Background Color

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

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

This div background color is #427C40.


Border color

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

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

This div border color is #427C40.


Opacity

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

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

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

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

This text has shadow with #427C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427C40 on black background.


Color preview on white background

This text has color #427C40 on white background.



Black color preview on #427C40 background

This text has black color on #427C40 background.


White color preview on #427C40 background

This text has white color on #427C40 background.