COLOR #426F2F

HEX: #426F2F
RGB: (66,111,47)

Color info

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

RGB color model

#426F2F color RGB value is (66,111,47).

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

RGB channels and saturation

R 66 of 255 = 26%
G 111 of 255 = 44%
B 47 of 255 = 18%

66
111
47

R + G + B ~ 29%. #426F2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 111 + 47 = 224 (100%)
R 66 of 224 ~ 29.46%
G 111 of 224 ~ 49.55%
B 47 of 224 ~ 20.98%

%29.46
%49.55
%20.98

CMYK color model

#426F2F color CMYK value is (41,0,58,56).

  • cyan value is 40.54%
  • magenta value is 0.00%
  • yellow value is 57.66%
  • key color value is 56.47%
CMYK:
(41,0,58,56)
C41M0Y58K56 
(41%,0%,58%,56%)
(0.41/0.00/0.58/0.56)	

CMYK percentages

%40.54
%0
%57.66
%56.47

Codes

Color #426F2F in popluar color models

426F2F
RGB6611147
HSL102°40.51%30.98%
HSB/HSV102°57.66%43.53%
CMYK40.54%0.00%57.66%
56.47%

Color #426F2F in popluar number systems.

HEX426F2F
Decimal6611147
Binary10000101101111101111
Octal10215757

Shades and tints

Shades of #426F2F

#426F2F
(66,111,47)
#3C652B
(60,101,43)
#365B27
(54,91,39)
#305123
(48,81,35)
#2A471F
(42,71,31)
#243D1B
(36,61,27)
#1E3317
(30,51,23)
#182913
(24,41,19)
#121F0F
(18,31,15)
#0C150B
(12,21,11)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #426F2F

#426F2F
(66,111,47)
#537C41
(83,124,65)
#648953
(100,137,83)
#759665
(117,150,101)
#86A377
(134,163,119)
#97B089
(151,176,137)
#A8BD9B
(168,189,155)
#B9CAAD
(185,202,173)
#CAD7BF
(202,215,191)
#DBE4D1
(219,228,209)
#ECF1E3
(236,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426F2F color. Also use rgb(66,111,47) instead hex code.

Text Font Color

.myTextColor { color: #426F2F; }

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

This text font color is #426F2F.


Background Color

.myBgColor { background-color: #426F2F; }

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

This div background color is #426F2F.


Border color

.myBorderColor { border: 1px solid #426F2F; }

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

This div border color is #426F2F.


Opacity

.myOpacity80 { color: #426F2F; opacity: 0.8; }

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

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

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

This text has shadow with #426F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426F2F on black background.


Color preview on white background

This text has color #426F2F on white background.



Black color preview on #426F2F background

This text has black color on #426F2F background.


White color preview on #426F2F background

This text has white color on #426F2F background.