COLOR #426542

HEX: #426542
RGB: (66,101,66)

Color info

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

RGB color model

#426542 color RGB value is (66,101,66).

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

RGB channels and saturation

R 66 of 255 = 26%
G 101 of 255 = 40%
B 66 of 255 = 26%

66
101
66

R + G + B ~ 31%. #426542 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 101 + 66 = 233 (100%)
R 66 of 233 ~ 28.33%
G 101 of 233 ~ 43.35%
B 66 of 233 ~ 28.33%

%28.33
%43.35
%28.33

CMYK color model

#426542 color CMYK value is (35,0,35,60).

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 34.65%
  • key color value is 60.39%
CMYK:
(35,0,35,60)
C35M0Y35K60 
(35%,0%,35%,60%)
(0.35/0.00/0.35/0.60)	

CMYK percentages

%34.65
%0
%34.65
%60.39

Codes

Color #426542 in popluar color models

426542
RGB6610166
HSL120°20.96%32.75%
HSB/HSV120°34.65%39.61%
CMYK34.65%0.00%34.65%
60.39%

Color #426542 in popluar number systems.

HEX426542
Decimal6610166
Binary100001011001011000010
Octal102145102

Shades and tints

Shades of #426542

#426542
(66,101,66)
#3C5C3C
(60,92,60)
#365336
(54,83,54)
#304A30
(48,74,48)
#2A412A
(42,65,42)
#243824
(36,56,36)
#1E2F1E
(30,47,30)
#182618
(24,38,24)
#121D12
(18,29,18)
#0C140C
(12,20,12)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #426542

#426542
(66,101,66)
#537353
(83,115,83)
#648164
(100,129,100)
#758F75
(117,143,117)
#869D86
(134,157,134)
#97AB97
(151,171,151)
#A8B9A8
(168,185,168)
#B9C7B9
(185,199,185)
#CAD5CA
(202,213,202)
#DBE3DB
(219,227,219)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426542; }

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

This text font color is #426542.


Background Color

.myBgColor { background-color: #426542; }

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

This div background color is #426542.


Border color

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

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

This div border color is #426542.


Opacity

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

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

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

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

This text has shadow with #426542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426542 on black background.


Color preview on white background

This text has color #426542 on white background.



Black color preview on #426542 background

This text has black color on #426542 background.


White color preview on #426542 background

This text has white color on #426542 background.