COLOR #426B60

HEX: #426B60
RGB: (66,107,96)

Color info

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

RGB color model

#426B60 color RGB value is (66,107,96).

  • red value is 66;
  • green value is 107;
  • blue value is 96.
RGB:
(66,107,96)
(26%,42%,38%)

RGB channels and saturation

R 66 of 255 = 26%
G 107 of 255 = 42%
B 96 of 255 = 38%

66
107
96

R + G + B ~ 35%. #426B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 107 + 96 = 269 (100%)
R 66 of 269 ~ 24.54%
G 107 of 269 ~ 39.78%
B 96 of 269 ~ 35.69%

%24.54
%39.78
%35.69

CMYK color model

#426B60 color CMYK value is (38,0,10,58).

  • cyan value is 38.32%
  • magenta value is 0.00%
  • yellow value is 10.28%
  • key color value is 58.04%
CMYK:
(38,0,10,58)
C38M0Y10K58 
(38%,0%,10%,58%)
(0.38/0.00/0.10/0.58)	

CMYK percentages

%38.32
%0
%10.28
%58.04

Codes

Color #426B60 in popluar color models

426B60
RGB6610796
HSL164°23.70%33.92%
HSB/HSV164°38.32%41.96%
CMYK38.32%0.00%10.28%
58.04%

Color #426B60 in popluar number systems.

HEX426B60
Decimal6610796
Binary100001011010111100000
Octal102153140

Shades and tints

Shades of #426B60

#426B60
(66,107,96)
#3C6258
(60,98,88)
#365950
(54,89,80)
#305048
(48,80,72)
#2A4740
(42,71,64)
#243E38
(36,62,56)
#1E3530
(30,53,48)
#182C28
(24,44,40)
#122320
(18,35,32)
#0C1A18
(12,26,24)
#061110
(6,17,16)
#000000
(0,0,0)

Tints of #426B60

#426B60
(66,107,96)
#53786E
(83,120,110)
#64857C
(100,133,124)
#75928A
(117,146,138)
#869F98
(134,159,152)
#97ACA6
(151,172,166)
#A8B9B4
(168,185,180)
#B9C6C2
(185,198,194)
#CAD3D0
(202,211,208)
#DBE0DE
(219,224,222)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426B60 color. Also use rgb(66,107,96) instead hex code.

Text Font Color

.myTextColor { color: #426B60; }

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

This text font color is #426B60.


Background Color

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

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

This div background color is #426B60.


Border color

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

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

This div border color is #426B60.


Opacity

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

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

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

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

This text has shadow with #426B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426B60 on black background.


Color preview on white background

This text has color #426B60 on white background.



Black color preview on #426B60 background

This text has black color on #426B60 background.


White color preview on #426B60 background

This text has white color on #426B60 background.