COLOR #426256

HEX: #426256
RGB: (66,98,86)

Color info

#426256 contains red, green and blue colors in about the same proportion. Web safe color of #426256 is #336666 (or #366).

RGB color model

#426256 color RGB value is (66,98,86).

  • red value is 66;
  • green value is 98;
  • blue value is 86.
RGB:
(66,98,86)
(26%,38%,34%)

RGB channels and saturation

R 66 of 255 = 26%
G 98 of 255 = 38%
B 86 of 255 = 34%

66
98
86

R + G + B ~ 33%. #426256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 98 + 86 = 250 (100%)
R 66 of 250 ~ 26.4%
G 98 of 250 ~ 39.2%
B 86 of 250 ~ 34.4%

%26.4
%39.2
%34.4

CMYK color model

#426256 color CMYK value is (33,0,12,62).

  • cyan value is 32.65%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 61.57%
CMYK:
(33,0,12,62)
C33M0Y12K62 
(33%,0%,12%,62%)
(0.33/0.00/0.12/0.62)	

CMYK percentages

%32.65
%0
%12.24
%61.57

Codes

Color #426256 in popluar color models

426256
RGB669886
HSL158°19.51%32.16%
HSB/HSV158°32.65%38.43%
CMYK32.65%0.00%12.24%
61.57%

Color #426256 in popluar number systems.

HEX426256
Decimal669886
Binary100001011000101010110
Octal102142126

Shades and tints

Shades of #426256

#426256
(66,98,86)
#3C5A4F
(60,90,79)
#365248
(54,82,72)
#304A41
(48,74,65)
#2A423A
(42,66,58)
#243A33
(36,58,51)
#1E322C
(30,50,44)
#182A25
(24,42,37)
#12221E
(18,34,30)
#0C1A17
(12,26,23)
#061210
(6,18,16)
#000000
(0,0,0)

Tints of #426256

#426256
(66,98,86)
#537065
(83,112,101)
#647E74
(100,126,116)
#758C83
(117,140,131)
#869A92
(134,154,146)
#97A8A1
(151,168,161)
#A8B6B0
(168,182,176)
#B9C4BF
(185,196,191)
#CAD2CE
(202,210,206)
#DBE0DD
(219,224,221)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426256; }

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

This text font color is #426256.


Background Color

.myBgColor { background-color: #426256; }

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

This div background color is #426256.


Border color

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

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

This div border color is #426256.


Opacity

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

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

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

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

This text has shadow with #426256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426256 on black background.


Color preview on white background

This text has color #426256 on white background.



Black color preview on #426256 background

This text has black color on #426256 background.


White color preview on #426256 background

This text has white color on #426256 background.