COLOR #426B2F

HEX: #426B2F RGB: (66,107,47)

Color info

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

RGB color model

#426B2F color RGB value is (66,107,47).

RGB: (66,107,47) (26%, 42%, 18%)

RGB channels and saturation

R 66 of 255 = 26%
G 107 of 255 = 42%
B 47 of 255 = 18%

66
107
47

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

Portions of RGB colors in percentages

R + G + B = 66 + 107 + 47 = 220 (100%)
R 66 of 220 ~ 30%
G 107 of 220 ~ 48.64%
B 47 of 220 ~ 21.36'%

%30
%48.64
%21.36

CMYK color model

#426B2F color CMYK value is (38,0,56,58).

  • cyan value is 38.32%
  • magenta value is 0.00%
  • yellow value is 56.07%
  • key color value is 58.04%

CMYK: (38,0,56,58)
C38M0Y56K58 (38%, 0%, 56%, 58%)
(0.38 / 0.00 / 0.56 / 0.58)

CMYK percentages

%38.32
%0
%56.07
%58.04

Codes

Color #426B2F in popluar color models

42 6B 2F
RGB 66 107 47
HSL 101° 38.96% 30.20%
HSB/HSV 101° 56.07% 41.96%
CMYK 38.32% 0.00% 56.07%
58.04%

Color #426B2F in popluar number systems.

HEX 42 6B 2F
Decimal 66 107 47
Binary 1000010 1101011 101111
Octal 102 153 57

Shades and tints

Shades of #426B2F

#426B2F
(66,107,47)
#3C622B
(60,98,43)
#365927
(54,89,39)
#305023
(48,80,35)
#2A471F
(42,71,31)
#243E1B
(36,62,27)
#1E3517
(30,53,23)
#182C13
(24,44,19)
#12230F
(18,35,15)
#0C1A0B
(12,26,11)
#061107
(6,17,7)
#000000
(0,0,0)

Tints of #426B2F

#426B2F
(66,107,47)
#537841
(83,120,65)
#648553
(100,133,83)
#759265
(117,146,101)
#869F77
(134,159,119)
#97AC89
(151,172,137)
#A8B99B
(168,185,155)
#B9C6AD
(185,198,173)
#CAD3BF
(202,211,191)
#DBE0D1
(219,224,209)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426B2F; }

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

This text font color is #426B2F.

Background Color

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

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

This div background color is #426B2F.

Border color

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

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

This div border color is #426B2F.

Opacity

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

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

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

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

This text has shadow with #426B2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #426B2F.

Preview

Color preview on black background

This text has color #426B2F on black background.


Color preview on white background

This text has color #426B2F on white background.


Black color preview on #426B2F background

This text has black color on #426B2F background.


White color preview on #426B2F background

This text has white color on #426B2F background.


Related colors

Complementary color

Complementary color for #hex is #BD94D0.


I love getcolorcode.com

Triadic colors

1 #2F426B and #6B2F42 with #426B2F are triadic colors.

2 #2F6B42 and #6B422F with #426B2F are triadic colors.