COLOR #425563

HEX: #425563 RGB: (66,85,99)

Color info

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

RGB color model

#425563 color RGB value is (66,85,99).

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

RGB channels and saturation

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

66
85
99

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

Portions of RGB colors in percentages

R + G + B = 66 + 85 + 99 = 250 (100%)
R 66 of 250 ~ 26.4%
G 85 of 250 ~ 34%
B 99 of 250 ~ 39.6'%

%26.4
%34
%39.6

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (33,14,0,61) C33M14Y0K61 (33%,14%,0%,61%) (0.33/0.14/0.00/0.61) 

CMYK percentages

%33.33
%14.14
%0
%61.18

Codes

Color #425563 in popluar color models

42 55 63
RGB 66 85 99
HSL 205° 20.00% 32.35%
HSB/HSV 205° 33.33% 38.82%
CMYK 33.33% 14.14% 0.00%
61.18%

Color #425563 in popluar number systems.

HEX 42 55 63
Decimal 66 85 99
Binary 1000010 1010101 1100011
Octal 102 125 143

Shades and tints

Shades of #425563

#425563
(66,85,99)
#3C4E5A
(60,78,90)
#364751
(54,71,81)
#304048
(48,64,72)
#2A393F
(42,57,63)
#243236
(36,50,54)
#1E2B2D
(30,43,45)
#182424
(24,36,36)
#121D1B
(18,29,27)
#0C1612
(12,22,18)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #425563

#425563
(66,85,99)
#536471
(83,100,113)
#64737F
(100,115,127)
#75828D
(117,130,141)
#86919B
(134,145,155)
#97A0A9
(151,160,169)
#A8AFB7
(168,175,183)
#B9BEC5
(185,190,197)
#CACDD3
(202,205,211)
#DBDCE1
(219,220,225)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425563; }

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

This text font color is #425563.

Background Color

.myBgColor { background-color: #425563; }

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

This div background color is #425563.

Border color

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

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

This div border color is #425563.

Opacity

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

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

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

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

This text has shadow with #425563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425563.

Preview

Color preview on black background

This text has color #425563 on black background.


Color preview on white background

This text has color #425563 on white background.


Black color preview on #425563 background

This text has black color on #425563 background.


White color preview on #425563 background

This text has white color on #425563 background.


Related colors

Complementary color

Complementary color for #hex is #BDAA9C.


I love getcolorcode.com

Triadic colors

1 #634255 and #556342 with #425563 are triadic colors.

2 #635542 and #554263 with #425563 are triadic colors.