COLOR #426156

HEX: #426156
RGB: (66,97,86)

Color info

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

RGB color model

#426156 color RGB value is (66,97,86).

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

RGB channels and saturation

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

66
97
86

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

Portions of RGB colors in percentages

R + G + B =
66 + 97 + 86 = 249 (100%)
R 66 of 249 ~ 26.51%
G 97 of 249 ~ 38.96%
B 86 of 249 ~ 34.54%

%26.51
%38.96
%34.54

CMYK color model

#426156 color CMYK value is (32,0,11,62).

  • cyan value is 31.96%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 61.96%
CMYK:
(32,0,11,62)
C32M0Y11K62 
(32%,0%,11%,62%)
(0.32/0.00/0.11/0.62)	

CMYK percentages

%31.96
%0
%11.34
%61.96

Codes

Color #426156 in popluar color models

426156
RGB669786
HSL159°19.02%31.96%
HSB/HSV159°31.96%38.04%
CMYK31.96%0.00%11.34%
61.96%

Color #426156 in popluar number systems.

HEX426156
Decimal669786
Binary100001011000011010110
Octal102141126

Shades and tints

Shades of #426156

#426156
(66,97,86)
#3C594F
(60,89,79)
#365148
(54,81,72)
#304941
(48,73,65)
#2A413A
(42,65,58)
#243933
(36,57,51)
#1E312C
(30,49,44)
#182925
(24,41,37)
#12211E
(18,33,30)
#0C1917
(12,25,23)
#061110
(6,17,16)
#000000
(0,0,0)

Tints of #426156

#426156
(66,97,86)
#536F65
(83,111,101)
#647D74
(100,125,116)
#758B83
(117,139,131)
#869992
(134,153,146)
#97A7A1
(151,167,161)
#A8B5B0
(168,181,176)
#B9C3BF
(185,195,191)
#CAD1CE
(202,209,206)
#DBDFDD
(219,223,221)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426156; }

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

This text font color is #426156.


Background Color

.myBgColor { background-color: #426156; }

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

This div background color is #426156.


Border color

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

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

This div border color is #426156.


Opacity

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

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

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

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

This text has shadow with #426156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426156 on black background.


Color preview on white background

This text has color #426156 on white background.



Black color preview on #426156 background

This text has black color on #426156 background.


White color preview on #426156 background

This text has white color on #426156 background.