COLOR #425A6D

HEX: #425A6D RGB: (66,90,109)

Color info

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

RGB color model

#425A6D color RGB value is (66,90,109).

RGB: (66,90,109) (26%, 35%, 43%)

RGB channels and saturation

R 66 of 255 = 26%
G 90 of 255 = 35%
B 109 of 255 = 43%

66
90
109

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

Portions of RGB colors in percentages

R + G + B = 66 + 90 + 109 = 265 (100%)
R 66 of 265 ~ 24.91%
G 90 of 265 ~ 33.96%
B 109 of 265 ~ 41.13'%

%24.91
%33.96
%41.13

CMYK color model

#425A6D color CMYK value is (39,17,0,57).

  • cyan value is 39.45%
  • magenta value is 17.43%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (39,17,0,57)
C39M17Y0K57 (39%, 17%, 0%, 57%)
(0.39 / 0.17 / 0.00 / 0.57)

CMYK percentages

%39.45
%17.43
%0
%57.25

Codes

Color #425A6D in popluar color models

42 5A 6D
RGB 66 90 109
HSL 207° 24.57% 34.31%
HSB/HSV 207° 39.45% 42.75%
CMYK 39.45% 17.43% 0.00%
57.25%

Color #425A6D in popluar number systems.

HEX 42 5A 6D
Decimal 66 90 109
Binary 1000010 1011010 1101101
Octal 102 132 155

Shades and tints

Shades of #425A6D

#425A6D
(66,90,109)
#3C5264
(60,82,100)
#364A5B
(54,74,91)
#304252
(48,66,82)
#2A3A49
(42,58,73)
#243240
(36,50,64)
#1E2A37
(30,42,55)
#18222E
(24,34,46)
#121A25
(18,26,37)
#0C121C
(12,18,28)
#060A13
(6,10,19)
#000000
(0,0,0)

Tints of #425A6D

#425A6D
(66,90,109)
#53697A
(83,105,122)
#647887
(100,120,135)
#758794
(117,135,148)
#8696A1
(134,150,161)
#97A5AE
(151,165,174)
#A8B4BB
(168,180,187)
#B9C3C8
(185,195,200)
#CAD2D5
(202,210,213)
#DBE1E2
(219,225,226)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425A6D; }

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

This text font color is #425A6D.

Background Color

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

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

This div background color is #425A6D.

Border color

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

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

This div border color is #425A6D.

Opacity

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

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

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

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

This text has shadow with #425A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425A6D.

Preview

Color preview on black background

This text has color #425A6D on black background.


Color preview on white background

This text has color #425A6D on white background.


Black color preview on #425A6D background

This text has black color on #425A6D background.


White color preview on #425A6D background

This text has white color on #425A6D background.


Related colors

Complementary color

Complementary color for #hex is #BDA592.


I love getcolorcode.com

Triadic colors

1 #6D425A and #5A6D42 with #425A6D are triadic colors.

2 #6D5A42 and #5A426D with #425A6D are triadic colors.