COLOR #426B2A

HEX: #426B2A
RGB: (66,107,42)

Color info

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

RGB color model

#426B2A color RGB value is (66,107,42).

  • red value is 66;
  • green value is 107;
  • blue value is 42.
RGB:
(66,107,42)
(26%,42%,16%)

RGB channels and saturation

R 66 of 255 = 26%
G 107 of 255 = 42%
B 42 of 255 = 16%

66
107
42

R + G + B ~ 28%. #426B2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 107 + 42 = 215 (100%)
R 66 of 215 ~ 30.7%
G 107 of 215 ~ 49.77%
B 42 of 215 ~ 19.53%

%30.7
%49.77
%19.53

CMYK color model

#426B2A color CMYK value is (38,0,61,58).

  • cyan value is 38.32%
  • magenta value is 0.00%
  • yellow value is 60.75%
  • key color value is 58.04%
CMYK:
(38,0,61,58)
C38M0Y61K58 
(38%,0%,61%,58%)
(0.38/0.00/0.61/0.58)	

CMYK percentages

%38.32
%0
%60.75
%58.04

Codes

Color #426B2A in popluar color models

426B2A
RGB6610742
HSL98°43.62%29.22%
HSB/HSV98°60.75%41.96%
CMYK38.32%0.00%60.75%
58.04%

Color #426B2A in popluar number systems.

HEX426B2A
Decimal6610742
Binary10000101101011101010
Octal10215352

Shades and tints

Shades of #426B2A

#426B2A
(66,107,42)
#3C6227
(60,98,39)
#365924
(54,89,36)
#305021
(48,80,33)
#2A471E
(42,71,30)
#243E1B
(36,62,27)
#1E3518
(30,53,24)
#182C15
(24,44,21)
#122312
(18,35,18)
#0C1A0F
(12,26,15)
#06110C
(6,17,12)
#000000
(0,0,0)

Tints of #426B2A

#426B2A
(66,107,42)
#53783D
(83,120,61)
#648550
(100,133,80)
#759263
(117,146,99)
#869F76
(134,159,118)
#97AC89
(151,172,137)
#A8B99C
(168,185,156)
#B9C6AF
(185,198,175)
#CAD3C2
(202,211,194)
#DBE0D5
(219,224,213)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426B2A; }

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

This text font color is #426B2A.


Background Color

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

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

This div background color is #426B2A.


Border color

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

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

This div border color is #426B2A.


Opacity

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

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

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

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

This text has shadow with #426B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426B2A on black background.


Color preview on white background

This text has color #426B2A on white background.



Black color preview on #426B2A background

This text has black color on #426B2A background.


White color preview on #426B2A background

This text has white color on #426B2A background.