COLOR #426D71

HEX: #426D71
RGB: (66,109,113)

Color info

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

RGB color model

#426D71 color RGB value is (66,109,113).

  • red value is 66;
  • green value is 109;
  • blue value is 113.
RGB:
(66,109,113)
(26%,43%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 109 of 255 = 43%
B 113 of 255 = 44%

66
109
113

R + G + B ~ 38%. #426D71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 109 + 113 = 288 (100%)
R 66 of 288 ~ 22.92%
G 109 of 288 ~ 37.85%
B 113 of 288 ~ 39.24%

%22.92
%37.85
%39.24

CMYK color model

#426D71 color CMYK value is (42,4,0,56).

  • cyan value is 41.59%
  • magenta value is 3.54%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(42,4,0,56)
C42M4Y0K56 
(42%,4%,0%,56%)
(0.42/0.04/0.00/0.56)	

CMYK percentages

%41.59
%3.54
%0
%55.69

Codes

Color #426D71 in popluar color models

426D71
RGB66109113
HSL185°26.26%35.10%
HSB/HSV185°41.59%44.31%
CMYK41.59%3.54%0.00%
55.69%

Color #426D71 in popluar number systems.

HEX426D71
Decimal66109113
Binary100001011011011110001
Octal102155161

Shades and tints

Shades of #426D71

#426D71
(66,109,113)
#3C6467
(60,100,103)
#365B5D
(54,91,93)
#305253
(48,82,83)
#2A4949
(42,73,73)
#24403F
(36,64,63)
#1E3735
(30,55,53)
#182E2B
(24,46,43)
#122521
(18,37,33)
#0C1C17
(12,28,23)
#06130D
(6,19,13)
#000000
(0,0,0)

Tints of #426D71

#426D71
(66,109,113)
#537A7D
(83,122,125)
#648789
(100,135,137)
#759495
(117,148,149)
#86A1A1
(134,161,161)
#97AEAD
(151,174,173)
#A8BBB9
(168,187,185)
#B9C8C5
(185,200,197)
#CAD5D1
(202,213,209)
#DBE2DD
(219,226,221)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426D71 color. Also use rgb(66,109,113) instead hex code.

Text Font Color

.myTextColor { color: #426D71; }

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

This text font color is #426D71.


Background Color

.myBgColor { background-color: #426D71; }

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

This div background color is #426D71.


Border color

.myBorderColor { border: 1px solid #426D71; }

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

This div border color is #426D71.


Opacity

.myOpacity80 { color: #426D71; opacity: 0.8; }

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

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

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

This text has shadow with #426D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426D71 on black background.


Color preview on white background

This text has color #426D71 on white background.



Black color preview on #426D71 background

This text has black color on #426D71 background.


White color preview on #426D71 background

This text has white color on #426D71 background.