COLOR #425A66

HEX: #425A66 RGB: (66,90,102)

Color info

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

RGB color model

#425A66 color RGB value is (66,90,102).

RGB: (66,90,102) (26%, 35%, 40%)

RGB channels and saturation

R 66 of 255 = 26%
G 90 of 255 = 35%
B 102 of 255 = 40%

66
90
102

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

Portions of RGB colors in percentages

R + G + B = 66 + 90 + 102 = 258 (100%)
R 66 of 258 ~ 25.58%
G 90 of 258 ~ 34.88%
B 102 of 258 ~ 39.53'%

%25.58
%34.88
%39.53

CMYK color model

#425A66 color CMYK value is (35,12,0,60).

  • cyan value is 35.29%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (35,12,0,60)
C35M12Y0K60 (35%, 12%, 0%, 60%)
(0.35 / 0.12 / 0.00 / 0.60)

CMYK percentages

%35.29
%11.76
%0
%60

Codes

Color #425A66 in popluar color models

42 5A 66
RGB 66 90 102
HSL 200° 21.43% 32.94%
HSB/HSV 200° 35.29% 40.00%
CMYK 35.29% 11.76% 0.00%
60.00%

Color #425A66 in popluar number systems.

HEX 42 5A 66
Decimal 66 90 102
Binary 1000010 1011010 1100110
Octal 102 132 146

Shades and tints

Shades of #425A66

#425A66
(66,90,102)
#3C525D
(60,82,93)
#364A54
(54,74,84)
#30424B
(48,66,75)
#2A3A42
(42,58,66)
#243239
(36,50,57)
#1E2A30
(30,42,48)
#182227
(24,34,39)
#121A1E
(18,26,30)
#0C1215
(12,18,21)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #425A66

#425A66
(66,90,102)
#536973
(83,105,115)
#647880
(100,120,128)
#75878D
(117,135,141)
#86969A
(134,150,154)
#97A5A7
(151,165,167)
#A8B4B4
(168,180,180)
#B9C3C1
(185,195,193)
#CAD2CE
(202,210,206)
#DBE1DB
(219,225,219)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425A66 color. Also use rgb(66,90,102) instead hex code.

Text Font Color

.myTextColor { color: #425A66; }

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

This text font color is #425A66.

Background Color

.myBgColor { background-color: #425A66; }

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

This div background color is #425A66.

Border color

.myBorderColor { border: 1px solid #425A66; }

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

This div border color is #425A66.

Opacity

.myOpacity80 { color: #425A66; opacity: 0.8; }

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

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

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

This text has shadow with #425A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425A66.

Preview

Color preview on black background

This text has color #425A66 on black background.


Color preview on white background

This text has color #425A66 on white background.


Black color preview on #425A66 background

This text has black color on #425A66 background.


White color preview on #425A66 background

This text has white color on #425A66 background.


Related colors

Complementary color

Complementary color for #hex is #BDA599.


I love getcolorcode.com

Triadic colors

1 #66425A and #5A6642 with #425A66 are triadic colors.

2 #665A42 and #5A4266 with #425A66 are triadic colors.