COLOR #426A50

HEX: #426A50
RGB: (66,106,80)

Color info

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

RGB color model

#426A50 color RGB value is (66,106,80).

  • red value is 66;
  • green value is 106;
  • blue value is 80.
RGB: (66,106,80) (26%,42%,31%)

RGB channels and saturation

R 66 of 255 = 26%
G 106 of 255 = 42%
B 80 of 255 = 31%

66
106
80

R + G + B ~ 33%. #426A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 106 + 80 = 252 (100%)
R 66 of 252 ~ 26.19%
G 106 of 252 ~ 42.06%
B 80 of 252 ~ 31.75%

%26.19
%42.06
%31.75

CMYK color model

#426A50 color CMYK value is (38,0,25,58).

  • cyan value is 37.74%
  • magenta value is 0.00%
  • yellow value is 24.53%
  • key color value is 58.43%
CMYK: (38,0,25,58) C38M0Y25K58 (38%,0%,25%,58%) (0.38/0.00/0.25/0.58)

CMYK percentages

%37.74
%0
%24.53
%58.43

Codes

Color #426A50 in popluar color models

426A50
RGB6610680
HSL141°23.26%33.73%
HSB/HSV141°37.74%41.57%
CMYK37.74%0.00%24.53%
58.43%

Color #426A50 in popluar number systems.

HEX426A50
Decimal6610680
Binary100001011010101010000
Octal102152120

Shades and tints

Shades of #426A50

#426A50
(66,106,80)
#3C6149
(60,97,73)
#365842
(54,88,66)
#304F3B
(48,79,59)
#2A4634
(42,70,52)
#243D2D
(36,61,45)
#1E3426
(30,52,38)
#182B1F
(24,43,31)
#122218
(18,34,24)
#0C1911
(12,25,17)
#06100A
(6,16,10)
#000000
(0,0,0)

Tints of #426A50

#426A50
(66,106,80)
#53775F
(83,119,95)
#64846E
(100,132,110)
#75917D
(117,145,125)
#869E8C
(134,158,140)
#97AB9B
(151,171,155)
#A8B8AA
(168,184,170)
#B9C5B9
(185,197,185)
#CAD2C8
(202,210,200)
#DBDFD7
(219,223,215)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426A50 color. Also use rgb(66,106,80) instead hex code.

Text Font Color

.myTextColor { color: #426A50; }

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

This text font color is #426A50.


Background Color

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

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

This div background color is #426A50.


Border color

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

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

This div border color is #426A50.


Opacity

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

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

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

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

This text has shadow with #426A50 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #426A50 on black background.


Color preview on white background

This text has color #426A50 on white background.



Black color preview on #426A50 background

This text has black color on #426A50 background.


White color preview on #426A50 background

This text has white color on #426A50 background.