COLOR #426360

HEX: #426360
RGB: (66,99,96)

Color info

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

RGB color model

#426360 color RGB value is (66,99,96).

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

RGB channels and saturation

R 66 of 255 = 26%
G 99 of 255 = 39%
B 96 of 255 = 38%

66
99
96

R + G + B ~ 34%. #426360 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 99 + 96 = 261 (100%)
R 66 of 261 ~ 25.29%
G 99 of 261 ~ 37.93%
B 96 of 261 ~ 36.78%

%25.29
%37.93
%36.78

CMYK color model

#426360 color CMYK value is (33,0,3,61).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 61.18%
CMYK:
(33,0,3,61)
C33M0Y3K61 
(33%,0%,3%,61%)
(0.33/0.00/0.03/0.61)	

CMYK percentages

%33.33
%0
%3.03
%61.18

Codes

Color #426360 in popluar color models

426360
RGB669996
HSL175°20.00%32.35%
HSB/HSV175°33.33%38.82%
CMYK33.33%0.00%3.03%
61.18%

Color #426360 in popluar number systems.

HEX426360
Decimal669996
Binary100001011000111100000
Octal102143140

Shades and tints

Shades of #426360

#426360
(66,99,96)
#3C5A58
(60,90,88)
#365150
(54,81,80)
#304848
(48,72,72)
#2A3F40
(42,63,64)
#243638
(36,54,56)
#1E2D30
(30,45,48)
#182428
(24,36,40)
#121B20
(18,27,32)
#0C1218
(12,18,24)
#060910
(6,9,16)
#000000
(0,0,0)

Tints of #426360

#426360
(66,99,96)
#53716E
(83,113,110)
#647F7C
(100,127,124)
#758D8A
(117,141,138)
#869B98
(134,155,152)
#97A9A6
(151,169,166)
#A8B7B4
(168,183,180)
#B9C5C2
(185,197,194)
#CAD3D0
(202,211,208)
#DBE1DE
(219,225,222)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426360; }

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

This text font color is #426360.


Background Color

.myBgColor { background-color: #426360; }

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

This div background color is #426360.


Border color

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

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

This div border color is #426360.


Opacity

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

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

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

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

This text has shadow with #426360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426360 on black background.


Color preview on white background

This text has color #426360 on white background.



Black color preview on #426360 background

This text has black color on #426360 background.


White color preview on #426360 background

This text has white color on #426360 background.