COLOR #426641

HEX: #426641
RGB: (66,102,65)

Color info

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

RGB color model

#426641 color RGB value is (66,102,65).

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

RGB channels and saturation

R 66 of 255 = 26%
G 102 of 255 = 40%
B 65 of 255 = 25%

66
102
65

R + G + B ~ 30%. #426641 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 102 + 65 = 233 (100%)
R 66 of 233 ~ 28.33%
G 102 of 233 ~ 43.78%
B 65 of 233 ~ 27.9%

%28.33
%43.78
%27.9

CMYK color model

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

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 36.27%
  • key color value is 60.00%
CMYK:
(35,0,36,60)
C35M0Y36K60 
(35%,0%,36%,60%)
(0.35/0.00/0.36/0.60)	

CMYK percentages

%35.29
%0
%36.27
%60

Codes

Color #426641 in popluar color models

426641
RGB6610265
HSL118°22.16%32.75%
HSB/HSV118°36.27%40.00%
CMYK35.29%0.00%36.27%
60.00%

Color #426641 in popluar number systems.

HEX426641
Decimal6610265
Binary100001011001101000001
Octal102146101

Shades and tints

Shades of #426641

#426641
(66,102,65)
#3C5D3C
(60,93,60)
#365437
(54,84,55)
#304B32
(48,75,50)
#2A422D
(42,66,45)
#243928
(36,57,40)
#1E3023
(30,48,35)
#18271E
(24,39,30)
#121E19
(18,30,25)
#0C1514
(12,21,20)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #426641

#426641
(66,102,65)
#537352
(83,115,82)
#648063
(100,128,99)
#758D74
(117,141,116)
#869A85
(134,154,133)
#97A796
(151,167,150)
#A8B4A7
(168,180,167)
#B9C1B8
(185,193,184)
#CACEC9
(202,206,201)
#DBDBDA
(219,219,218)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426641; }

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

This text font color is #426641.


Background Color

.myBgColor { background-color: #426641; }

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

This div background color is #426641.


Border color

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

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

This div border color is #426641.


Opacity

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

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

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

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

This text has shadow with #426641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426641 on black background.


Color preview on white background

This text has color #426641 on white background.



Black color preview on #426641 background

This text has black color on #426641 background.


White color preview on #426641 background

This text has white color on #426641 background.