COLOR #427642

HEX: #427642
RGB: (66,118,66)

Color info

#427642 contains red, green and blue colors in about the same proportion. Web safe color of #427642 is #336633 (or #363).

RGB color model

#427642 color RGB value is (66,118,66).

  • red value is 66;
  • green value is 118;
  • blue value is 66.
RGB:
(66,118,66)
(26%,46%,26%)

RGB channels and saturation

R 66 of 255 = 26%
G 118 of 255 = 46%
B 66 of 255 = 26%

66
118
66

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

Portions of RGB colors in percentages

R + G + B =
66 + 118 + 66 = 250 (100%)
R 66 of 250 ~ 26.4%
G 118 of 250 ~ 47.2%
B 66 of 250 ~ 26.4%

%26.4
%47.2
%26.4

CMYK color model

#427642 color CMYK value is (44,0,44,54).

  • cyan value is 44.07%
  • magenta value is 0.00%
  • yellow value is 44.07%
  • key color value is 53.73%
CMYK:
(44,0,44,54)
C44M0Y44K54 
(44%,0%,44%,54%)
(0.44/0.00/0.44/0.54)	

CMYK percentages

%44.07
%0
%44.07
%53.73

Codes

Color #427642 in popluar color models

427642
RGB6611866
HSL120°28.26%36.08%
HSB/HSV120°44.07%46.27%
CMYK44.07%0.00%44.07%
53.73%

Color #427642 in popluar number systems.

HEX427642
Decimal6611866
Binary100001011101101000010
Octal102166102

Shades and tints

Shades of #427642

#427642
(66,118,66)
#3C6C3C
(60,108,60)
#366236
(54,98,54)
#305830
(48,88,48)
#2A4E2A
(42,78,42)
#244424
(36,68,36)
#1E3A1E
(30,58,30)
#183018
(24,48,24)
#122612
(18,38,18)
#0C1C0C
(12,28,12)
#061206
(6,18,6)
#000000
(0,0,0)

Tints of #427642

#427642
(66,118,66)
#538253
(83,130,83)
#648E64
(100,142,100)
#759A75
(117,154,117)
#86A686
(134,166,134)
#97B297
(151,178,151)
#A8BEA8
(168,190,168)
#B9CAB9
(185,202,185)
#CAD6CA
(202,214,202)
#DBE2DB
(219,226,219)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427642 color. Also use rgb(66,118,66) instead hex code.

Text Font Color

.myTextColor { color: #427642; }

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

This text font color is #427642.


Background Color

.myBgColor { background-color: #427642; }

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

This div background color is #427642.


Border color

.myBorderColor { border: 1px solid #427642; }

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

This div border color is #427642.


Opacity

.myOpacity80 { color: #427642; opacity: 0.8; }

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

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

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

This text has shadow with #427642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427642 on black background.


Color preview on white background

This text has color #427642 on white background.



Black color preview on #427642 background

This text has black color on #427642 background.


White color preview on #427642 background

This text has white color on #427642 background.