COLOR #425A59

HEX: #425A59 RGB: (66,90,89)

Color info

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

RGB color model

#425A59 color RGB value is (66,90,89).

RGB: (66,90,89) (26%, 35%, 35%)

RGB channels and saturation

R 66 of 255 = 26%
G 90 of 255 = 35%
B 89 of 255 = 35%

66
90
89

R + G + B ~ 32%. #425A59 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 90 + 89 = 245 (100%)
R 66 of 245 ~ 26.94%
G 90 of 245 ~ 36.73%
B 89 of 245 ~ 36.33'%

%26.94
%36.73
%36.33

CMYK color model

#425A59 color CMYK value is (27,0,1,65).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 1.11%
  • key color value is 64.71%

CMYK: (27,0,1,65)
C27M0Y1K65 (27%, 0%, 1%, 65%)
(0.27 / 0.00 / 0.01 / 0.65)

CMYK percentages

%26.67
%0
%1.11
%64.71

Codes

Color #425A59 in popluar color models

42 5A 59
RGB 66 90 89
HSL 178° 15.38% 30.59%
HSB/HSV 178° 26.67% 35.29%
CMYK 26.67% 0.00% 1.11%
64.71%

Color #425A59 in popluar number systems.

HEX 42 5A 59
Decimal 66 90 89
Binary 1000010 1011010 1011001
Octal 102 132 131

Shades and tints

Shades of #425A59

#425A59
(66,90,89)
#3C5251
(60,82,81)
#364A49
(54,74,73)
#304241
(48,66,65)
#2A3A39
(42,58,57)
#243231
(36,50,49)
#1E2A29
(30,42,41)
#182221
(24,34,33)
#121A19
(18,26,25)
#0C1211
(12,18,17)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #425A59

#425A59
(66,90,89)
#536968
(83,105,104)
#647877
(100,120,119)
#758786
(117,135,134)
#869695
(134,150,149)
#97A5A4
(151,165,164)
#A8B4B3
(168,180,179)
#B9C3C2
(185,195,194)
#CAD2D1
(202,210,209)
#DBE1E0
(219,225,224)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425A59; }

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

This text font color is #425A59.

Background Color

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

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

This div background color is #425A59.

Border color

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

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

This div border color is #425A59.

Opacity

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

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

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

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

This text has shadow with #425A59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425A59.

Preview

Color preview on black background

This text has color #425A59 on black background.


Color preview on white background

This text has color #425A59 on white background.


Black color preview on #425A59 background

This text has black color on #425A59 background.


White color preview on #425A59 background

This text has white color on #425A59 background.


Related colors

Complementary color

Complementary color for #hex is #BDA5A6.


I love getcolorcode.com

Triadic colors

1 #59425A and #5A5942 with #425A59 are triadic colors.

2 #595A42 and #5A4259 with #425A59 are triadic colors.