COLOR #426041

HEX: #426041
RGB: (66,96,65)

Color info

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

RGB color model

#426041 color RGB value is (66,96,65).

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

RGB channels and saturation

R 66 of 255 = 26%
G 96 of 255 = 38%
B 65 of 255 = 25%

66
96
65

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

Portions of RGB colors in percentages

R + G + B =
66 + 96 + 65 = 227 (100%)
R 66 of 227 ~ 29.07%
G 96 of 227 ~ 42.29%
B 65 of 227 ~ 28.63%

%29.07
%42.29
%28.63

CMYK color model

#426041 color CMYK value is (31,0,32,62).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 32.29%
  • key color value is 62.35%
CMYK:
(31,0,32,62)
C31M0Y32K62 
(31%,0%,32%,62%)
(0.31/0.00/0.32/0.62)	

CMYK percentages

%31.25
%0
%32.29
%62.35

Codes

Color #426041 in popluar color models

426041
RGB669665
HSL118°19.25%31.57%
HSB/HSV118°32.29%37.65%
CMYK31.25%0.00%32.29%
62.35%

Color #426041 in popluar number systems.

HEX426041
Decimal669665
Binary100001011000001000001
Octal102140101

Shades and tints

Shades of #426041

#426041
(66,96,65)
#3C583C
(60,88,60)
#365037
(54,80,55)
#304832
(48,72,50)
#2A402D
(42,64,45)
#243828
(36,56,40)
#1E3023
(30,48,35)
#18281E
(24,40,30)
#122019
(18,32,25)
#0C1814
(12,24,20)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #426041

#426041
(66,96,65)
#536E52
(83,110,82)
#647C63
(100,124,99)
#758A74
(117,138,116)
#869885
(134,152,133)
#97A696
(151,166,150)
#A8B4A7
(168,180,167)
#B9C2B8
(185,194,184)
#CAD0C9
(202,208,201)
#DBDEDA
(219,222,218)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426041; }

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

This text font color is #426041.


Background Color

.myBgColor { background-color: #426041; }

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

This div background color is #426041.


Border color

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

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

This div border color is #426041.


Opacity

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

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

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

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

This text has shadow with #426041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426041 on black background.


Color preview on white background

This text has color #426041 on white background.



Black color preview on #426041 background

This text has black color on #426041 background.


White color preview on #426041 background

This text has white color on #426041 background.