COLOR #427042

HEX: #427042
RGB: (66,112,66)

Color info

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

RGB color model

#427042 color RGB value is (66,112,66).

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

RGB channels and saturation

R 66 of 255 = 26%
G 112 of 255 = 44%
B 66 of 255 = 26%

66
112
66

R + G + B ~ 32%. #427042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 112 + 66 = 244 (100%)
R 66 of 244 ~ 27.05%
G 112 of 244 ~ 45.9%
B 66 of 244 ~ 27.05%

%27.05
%45.9
%27.05

CMYK color model

#427042 color CMYK value is (41,0,41,56).

  • cyan value is 41.07%
  • magenta value is 0.00%
  • yellow value is 41.07%
  • key color value is 56.08%
CMYK:
(41,0,41,56)
C41M0Y41K56 
(41%,0%,41%,56%)
(0.41/0.00/0.41/0.56)	

CMYK percentages

%41.07
%0
%41.07
%56.08

Codes

Color #427042 in popluar color models

427042
RGB6611266
HSL120°25.84%34.90%
HSB/HSV120°41.07%43.92%
CMYK41.07%0.00%41.07%
56.08%

Color #427042 in popluar number systems.

HEX427042
Decimal6611266
Binary100001011100001000010
Octal102160102

Shades and tints

Shades of #427042

#427042
(66,112,66)
#3C663C
(60,102,60)
#365C36
(54,92,54)
#305230
(48,82,48)
#2A482A
(42,72,42)
#243E24
(36,62,36)
#1E341E
(30,52,30)
#182A18
(24,42,24)
#122012
(18,32,18)
#0C160C
(12,22,12)
#060C06
(6,12,6)
#000000
(0,0,0)

Tints of #427042

#427042
(66,112,66)
#537D53
(83,125,83)
#648A64
(100,138,100)
#759775
(117,151,117)
#86A486
(134,164,134)
#97B197
(151,177,151)
#A8BEA8
(168,190,168)
#B9CBB9
(185,203,185)
#CAD8CA
(202,216,202)
#DBE5DB
(219,229,219)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427042; }

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

This text font color is #427042.


Background Color

.myBgColor { background-color: #427042; }

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

This div background color is #427042.


Border color

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

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

This div border color is #427042.


Opacity

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

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

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

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

This text has shadow with #427042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427042 on black background.


Color preview on white background

This text has color #427042 on white background.



Black color preview on #427042 background

This text has black color on #427042 background.


White color preview on #427042 background

This text has white color on #427042 background.