COLOR #425A61

HEX: #425A61 RGB: (66,90,97)

Color info

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

RGB color model

#425A61 color RGB value is (66,90,97).

RGB: (66,90,97) (26%, 35%, 38%)

RGB channels and saturation

R 66 of 255 = 26%
G 90 of 255 = 35%
B 97 of 255 = 38%

66
90
97

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

Portions of RGB colors in percentages

R + G + B = 66 + 90 + 97 = 253 (100%)
R 66 of 253 ~ 26.09%
G 90 of 253 ~ 35.57%
B 97 of 253 ~ 38.34'%

%26.09
%35.57
%38.34

CMYK color model

#425A61 color CMYK value is (32,7,0,62).

  • cyan value is 31.96%
  • magenta value is 7.22%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (32,7,0,62)
C32M7Y0K62 (32%, 7%, 0%, 62%)
(0.32 / 0.07 / 0.00 / 0.62)

CMYK percentages

%31.96
%7.22
%0
%61.96

Codes

Color #425A61 in popluar color models

42 5A 61
RGB 66 90 97
HSL 194° 19.02% 31.96%
HSB/HSV 194° 31.96% 38.04%
CMYK 31.96% 7.22% 0.00%
61.96%

Color #425A61 in popluar number systems.

HEX 42 5A 61
Decimal 66 90 97
Binary 1000010 1011010 1100001
Octal 102 132 141

Shades and tints

Shades of #425A61

#425A61
(66,90,97)
#3C5259
(60,82,89)
#364A51
(54,74,81)
#304249
(48,66,73)
#2A3A41
(42,58,65)
#243239
(36,50,57)
#1E2A31
(30,42,49)
#182229
(24,34,41)
#121A21
(18,26,33)
#0C1219
(12,18,25)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #425A61

#425A61
(66,90,97)
#53696F
(83,105,111)
#64787D
(100,120,125)
#75878B
(117,135,139)
#869699
(134,150,153)
#97A5A7
(151,165,167)
#A8B4B5
(168,180,181)
#B9C3C3
(185,195,195)
#CAD2D1
(202,210,209)
#DBE1DF
(219,225,223)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425A61; }

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

This text font color is #425A61.

Background Color

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

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

This div background color is #425A61.

Border color

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

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

This div border color is #425A61.

Opacity

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

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

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

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

This text has shadow with #425A61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425A61.

Preview

Color preview on black background

This text has color #425A61 on black background.


Color preview on white background

This text has color #425A61 on white background.


Black color preview on #425A61 background

This text has black color on #425A61 background.


White color preview on #425A61 background

This text has white color on #425A61 background.


Related colors

Complementary color

Complementary color for #hex is #BDA59E.


I love getcolorcode.com

Triadic colors

1 #61425A and #5A6142 with #425A61 are triadic colors.

2 #615A42 and #5A4261 with #425A61 are triadic colors.