COLOR #426176

HEX: #426176
RGB: (66,97,118)

Color info

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

RGB color model

#426176 color RGB value is (66,97,118).

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

RGB channels and saturation

R 66 of 255 = 26%
G 97 of 255 = 38%
B 118 of 255 = 46%

66
97
118

R + G + B ~ 37%. #426176 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 97 + 118 = 281 (100%)
R 66 of 281 ~ 23.49%
G 97 of 281 ~ 34.52%
B 118 of 281 ~ 41.99%

%23.49
%34.52
%41.99

CMYK color model

#426176 color CMYK value is (44,18,0,54).

  • cyan value is 44.07%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(44,18,0,54)
C44M18Y0K54 
(44%,18%,0%,54%)
(0.44/0.18/0.00/0.54)	

CMYK percentages

%44.07
%17.8
%0
%53.73

Codes

Color #426176 in popluar color models

426176
RGB6697118
HSL204°28.26%36.08%
HSB/HSV204°44.07%46.27%
CMYK44.07%17.80%0.00%
53.73%

Color #426176 in popluar number systems.

HEX426176
Decimal6697118
Binary100001011000011110110
Octal102141166

Shades and tints

Shades of #426176

#426176
(66,97,118)
#3C596C
(60,89,108)
#365162
(54,81,98)
#304958
(48,73,88)
#2A414E
(42,65,78)
#243944
(36,57,68)
#1E313A
(30,49,58)
#182930
(24,41,48)
#122126
(18,33,38)
#0C191C
(12,25,28)
#061112
(6,17,18)
#000000
(0,0,0)

Tints of #426176

#426176
(66,97,118)
#536F82
(83,111,130)
#647D8E
(100,125,142)
#758B9A
(117,139,154)
#8699A6
(134,153,166)
#97A7B2
(151,167,178)
#A8B5BE
(168,181,190)
#B9C3CA
(185,195,202)
#CAD1D6
(202,209,214)
#DBDFE2
(219,223,226)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426176; }

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

This text font color is #426176.


Background Color

.myBgColor { background-color: #426176; }

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

This div background color is #426176.


Border color

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

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

This div border color is #426176.


Opacity

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

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

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

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

This text has shadow with #426176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426176 on black background.


Color preview on white background

This text has color #426176 on white background.



Black color preview on #426176 background

This text has black color on #426176 background.


White color preview on #426176 background

This text has white color on #426176 background.