COLOR #426669

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

66
102
105

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

Portions of RGB colors in percentages

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

%24.18
%37.36
%38.46

CMYK color model

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

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

CMYK percentages

%37.14
%2.86
%0
%58.82

Codes

Color #426669 in popluar color models

426669
RGB66102105
HSL185°22.81%33.53%
HSB/HSV185°37.14%41.18%
CMYK37.14%2.86%0.00%
58.82%

Color #426669 in popluar number systems.

HEX426669
Decimal66102105
Binary100001011001101101001
Octal102146151

Shades and tints

Shades of #426669

#426669
(66,102,105)
#3C5D60
(60,93,96)
#365457
(54,84,87)
#304B4E
(48,75,78)
#2A4245
(42,66,69)
#24393C
(36,57,60)
#1E3033
(30,48,51)
#18272A
(24,39,42)
#121E21
(18,30,33)
#0C1518
(12,21,24)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #426669

#426669
(66,102,105)
#537376
(83,115,118)
#648083
(100,128,131)
#758D90
(117,141,144)
#869A9D
(134,154,157)
#97A7AA
(151,167,170)
#A8B4B7
(168,180,183)
#B9C1C4
(185,193,196)
#CACED1
(202,206,209)
#DBDBDE
(219,219,222)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426669; }

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

This text font color is #426669.


Background Color

.myBgColor { background-color: #426669; }

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

This div background color is #426669.


Border color

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

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

This div border color is #426669.


Opacity

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

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

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

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

This text has shadow with #426669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426669 on black background.


Color preview on white background

This text has color #426669 on white background.



Black color preview on #426669 background

This text has black color on #426669 background.


White color preview on #426669 background

This text has white color on #426669 background.