COLOR #426966

HEX: #426966
RGB: (66,105,102)

Color info

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

RGB color model

#426966 color RGB value is (66,105,102).

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

RGB channels and saturation

R 66 of 255 = 26%
G 105 of 255 = 41%
B 102 of 255 = 40%

66
105
102

R + G + B ~ 36%. #426966 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 105 + 102 = 273 (100%)
R 66 of 273 ~ 24.18%
G 105 of 273 ~ 38.46%
B 102 of 273 ~ 37.36%

%24.18
%38.46
%37.36

CMYK color model

#426966 color CMYK value is (37,0,3,59).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 58.82%
CMYK:
(37,0,3,59)
C37M0Y3K59 
(37%,0%,3%,59%)
(0.37/0.00/0.03/0.59)	

CMYK percentages

%37.14
%0
%2.86
%58.82

Codes

Color #426966 in popluar color models

426966
RGB66105102
HSL175°22.81%33.53%
HSB/HSV175°37.14%41.18%
CMYK37.14%0.00%2.86%
58.82%

Color #426966 in popluar number systems.

HEX426966
Decimal66105102
Binary100001011010011100110
Octal102151146

Shades and tints

Shades of #426966

#426966
(66,105,102)
#3C605D
(60,96,93)
#365754
(54,87,84)
#304E4B
(48,78,75)
#2A4542
(42,69,66)
#243C39
(36,60,57)
#1E3330
(30,51,48)
#182A27
(24,42,39)
#12211E
(18,33,30)
#0C1815
(12,24,21)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #426966

#426966
(66,105,102)
#537673
(83,118,115)
#648380
(100,131,128)
#75908D
(117,144,141)
#869D9A
(134,157,154)
#97AAA7
(151,170,167)
#A8B7B4
(168,183,180)
#B9C4C1
(185,196,193)
#CAD1CE
(202,209,206)
#DBDEDB
(219,222,219)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426966; }

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

This text font color is #426966.


Background Color

.myBgColor { background-color: #426966; }

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

This div background color is #426966.


Border color

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

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

This div border color is #426966.


Opacity

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

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

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

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

This text has shadow with #426966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426966 on black background.


Color preview on white background

This text has color #426966 on white background.



Black color preview on #426966 background

This text has black color on #426966 background.


White color preview on #426966 background

This text has white color on #426966 background.