COLOR #426E6D

HEX: #426E6D
RGB: (66,110,109)

Color info

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

RGB color model

#426E6D color RGB value is (66,110,109).

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

RGB channels and saturation

R 66 of 255 = 26%
G 110 of 255 = 43%
B 109 of 255 = 43%

66
110
109

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

Portions of RGB colors in percentages

R + G + B =
66 + 110 + 109 = 285 (100%)
R 66 of 285 ~ 23.16%
G 110 of 285 ~ 38.6%
B 109 of 285 ~ 38.25%

%23.16
%38.6
%38.25

CMYK color model

#426E6D color CMYK value is (40,0,1,57).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 56.86%
CMYK:
(40,0,1,57)
C40M0Y1K57 
(40%,0%,1%,57%)
(0.40/0.00/0.01/0.57)	

CMYK percentages

%40
%0
%0.91
%56.86

Codes

Color #426E6D in popluar color models

426E6D
RGB66110109
HSL179°25.00%34.51%
HSB/HSV179°40.00%43.14%
CMYK40.00%0.00%0.91%
56.86%

Color #426E6D in popluar number systems.

HEX426E6D
Decimal66110109
Binary100001011011101101101
Octal102156155

Shades and tints

Shades of #426E6D

#426E6D
(66,110,109)
#3C6464
(60,100,100)
#365A5B
(54,90,91)
#305052
(48,80,82)
#2A4649
(42,70,73)
#243C40
(36,60,64)
#1E3237
(30,50,55)
#18282E
(24,40,46)
#121E25
(18,30,37)
#0C141C
(12,20,28)
#060A13
(6,10,19)
#000000
(0,0,0)

Tints of #426E6D

#426E6D
(66,110,109)
#537B7A
(83,123,122)
#648887
(100,136,135)
#759594
(117,149,148)
#86A2A1
(134,162,161)
#97AFAE
(151,175,174)
#A8BCBB
(168,188,187)
#B9C9C8
(185,201,200)
#CAD6D5
(202,214,213)
#DBE3E2
(219,227,226)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426E6D; }

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

This text font color is #426E6D.


Background Color

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

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

This div background color is #426E6D.


Border color

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

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

This div border color is #426E6D.


Opacity

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

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

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

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

This text has shadow with #426E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426E6D on black background.


Color preview on white background

This text has color #426E6D on white background.



Black color preview on #426E6D background

This text has black color on #426E6D background.


White color preview on #426E6D background

This text has white color on #426E6D background.