COLOR #427516

HEX: #427516
RGB: (66,117,22)

Color info

#427516 contains mainly red and green colors. Web safe color of #427516 is #336600 (or #360).

RGB color model

#427516 color RGB value is (66,117,22).

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

RGB channels and saturation

R 66 of 255 = 26%
G 117 of 255 = 46%
B 22 of 255 = 9%

66
117
22

R + G + B ~ 27%. #427516 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 117 + 22 = 205 (100%)
R 66 of 205 ~ 32.2%
G 117 of 205 ~ 57.07%
B 22 of 205 ~ 10.73%

%32.2
%57.07
%10.73

CMYK color model

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

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 81.20%
  • key color value is 54.12%
CMYK:
(44,0,81,54)
C44M0Y81K54 
(44%,0%,81%,54%)
(0.44/0.00/0.81/0.54)	

CMYK percentages

%43.59
%0
%81.2
%54.12

Codes

Color #427516 in popluar color models

427516
RGB6611722
HSL92°68.35%27.25%
HSB/HSV92°81.20%45.88%
CMYK43.59%0.00%81.20%
54.12%

Color #427516 in popluar number systems.

HEX427516
Decimal6611722
Binary1000010111010110110
Octal10216526

Shades and tints

Shades of #427516

#427516
(66,117,22)
#3C6B14
(60,107,20)
#366112
(54,97,18)
#305710
(48,87,16)
#2A4D0E
(42,77,14)
#24430C
(36,67,12)
#1E390A
(30,57,10)
#182F08
(24,47,8)
#122506
(18,37,6)
#0C1B04
(12,27,4)
#061102
(6,17,2)
#000000
(0,0,0)

Tints of #427516

#427516
(66,117,22)
#53812B
(83,129,43)
#648D40
(100,141,64)
#759955
(117,153,85)
#86A56A
(134,165,106)
#97B17F
(151,177,127)
#A8BD94
(168,189,148)
#B9C9A9
(185,201,169)
#CAD5BE
(202,213,190)
#DBE1D3
(219,225,211)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427516; }

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

This text font color is #427516.


Background Color

.myBgColor { background-color: #427516; }

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

This div background color is #427516.


Border color

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

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

This div border color is #427516.


Opacity

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

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

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

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

This text has shadow with #427516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427516 on black background.


Color preview on white background

This text has color #427516 on white background.



Black color preview on #427516 background

This text has black color on #427516 background.


White color preview on #427516 background

This text has white color on #427516 background.