COLOR #426363

HEX: #426363 RGB: (66,99,99)

Color info

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

RGB color model

#426363 color RGB value is (66,99,99).

RGB: (66,99,99) (26%, 39%, 39%)

RGB channels and saturation

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

66
99
99

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

Portions of RGB colors in percentages

R + G + B = 66 + 99 + 99 = 264 (100%)
R 66 of 264 ~ 25%
G 99 of 264 ~ 37.5%
B 99 of 264 ~ 37.5'%

%25
%37.5
%37.5

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (33,0,0,61)
C33M0Y0K61 (33%, 0%, 0%, 61%)
(0.33 / 0.00 / 0.00 / 0.61)

CMYK percentages

%33.33
%0
%0
%61.18

Codes

Color #426363 in popluar color models

42 63 63
RGB 66 99 99
HSL 180° 20.00% 32.35%
HSB/HSV 180° 33.33% 38.82%
CMYK 33.33% 0.00% 0.00%
61.18%

Color #426363 in popluar number systems.

HEX 42 63 63
Decimal 66 99 99
Binary 1000010 1100011 1100011
Octal 102 143 143

Shades and tints

Shades of #426363

#426363
(66,99,99)
#3C5A5A
(60,90,90)
#365151
(54,81,81)
#304848
(48,72,72)
#2A3F3F
(42,63,63)
#243636
(36,54,54)
#1E2D2D
(30,45,45)
#182424
(24,36,36)
#121B1B
(18,27,27)
#0C1212
(12,18,18)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #426363

#426363
(66,99,99)
#537171
(83,113,113)
#647F7F
(100,127,127)
#758D8D
(117,141,141)
#869B9B
(134,155,155)
#97A9A9
(151,169,169)
#A8B7B7
(168,183,183)
#B9C5C5
(185,197,197)
#CAD3D3
(202,211,211)
#DBE1E1
(219,225,225)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426363; }

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

This text font color is #426363.

Background Color

.myBgColor { background-color: #426363; }

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

This div background color is #426363.

Border color

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

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

This div border color is #426363.

Opacity

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

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

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

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

This text has shadow with #426363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #426363.

Preview

Color preview on black background

This text has color #426363 on black background.


Color preview on white background

This text has color #426363 on white background.


Black color preview on #426363 background

This text has black color on #426363 background.


White color preview on #426363 background

This text has white color on #426363 background.


Related colors

Complementary color

Complementary color for #hex is #BD9C9C.


I love getcolorcode.com