COLOR #426044

HEX: #426044
RGB: (66,96,68)

Color info

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

RGB color model

#426044 color RGB value is (66,96,68).

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

RGB channels and saturation

R 66 of 255 = 26%
G 96 of 255 = 38%
B 68 of 255 = 27%

66
96
68

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

Portions of RGB colors in percentages

R + G + B =
66 + 96 + 68 = 230 (100%)
R 66 of 230 ~ 28.7%
G 96 of 230 ~ 41.74%
B 68 of 230 ~ 29.57%

%28.7
%41.74
%29.57

CMYK color model

#426044 color CMYK value is (31,0,29,62).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 62.35%
CMYK:
(31,0,29,62)
C31M0Y29K62 
(31%,0%,29%,62%)
(0.31/0.00/0.29/0.62)	

CMYK percentages

%31.25
%0
%29.17
%62.35

Codes

Color #426044 in popluar color models

426044
RGB669668
HSL124°18.52%31.76%
HSB/HSV124°31.25%37.65%
CMYK31.25%0.00%29.17%
62.35%

Color #426044 in popluar number systems.

HEX426044
Decimal669668
Binary100001011000001000100
Octal102140104

Shades and tints

Shades of #426044

#426044
(66,96,68)
#3C583E
(60,88,62)
#365038
(54,80,56)
#304832
(48,72,50)
#2A402C
(42,64,44)
#243826
(36,56,38)
#1E3020
(30,48,32)
#18281A
(24,40,26)
#122014
(18,32,20)
#0C180E
(12,24,14)
#061008
(6,16,8)
#000000
(0,0,0)

Tints of #426044

#426044
(66,96,68)
#536E55
(83,110,85)
#647C66
(100,124,102)
#758A77
(117,138,119)
#869888
(134,152,136)
#97A699
(151,166,153)
#A8B4AA
(168,180,170)
#B9C2BB
(185,194,187)
#CAD0CC
(202,208,204)
#DBDEDD
(219,222,221)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426044; }

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

This text font color is #426044.


Background Color

.myBgColor { background-color: #426044; }

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

This div background color is #426044.


Border color

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

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

This div border color is #426044.


Opacity

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

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

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

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

This text has shadow with #426044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426044 on black background.


Color preview on white background

This text has color #426044 on white background.



Black color preview on #426044 background

This text has black color on #426044 background.


White color preview on #426044 background

This text has white color on #426044 background.