COLOR #425E60

HEX: #425E60 RGB: (66,94,96)

Color info

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

RGB color model

#425E60 color RGB value is (66,94,96).

RGB: (66,94,96) (26%, 37%, 38%)

RGB channels and saturation

R 66 of 255 = 26%
G 94 of 255 = 37%
B 96 of 255 = 38%

66
94
96

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

Portions of RGB colors in percentages

R + G + B = 66 + 94 + 96 = 256 (100%)
R 66 of 256 ~ 25.78%
G 94 of 256 ~ 36.72%
B 96 of 256 ~ 37.5'%

%25.78
%36.72
%37.5

CMYK color model

#425E60 color CMYK value is (31,2,0,62).

  • cyan value is 31.25%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK: (31,2,0,62) C31M2Y0K62 (31%,2%,0%,62%) (0.31/0.02/0.00/0.62) 

CMYK percentages

%31.25
%2.08
%0
%62.35

Codes

Color #425E60 in popluar color models

42 5E 60
RGB 66 94 96
HSL 184° 18.52% 31.76%
HSB/HSV 184° 31.25% 37.65%
CMYK 31.25% 2.08% 0.00%
62.35%

Color #425E60 in popluar number systems.

HEX 42 5E 60
Decimal 66 94 96
Binary 1000010 1011110 1100000
Octal 102 136 140

Shades and tints

Shades of #425E60

#425E60
(66,94,96)
#3C5658
(60,86,88)
#364E50
(54,78,80)
#304648
(48,70,72)
#2A3E40
(42,62,64)
#243638
(36,54,56)
#1E2E30
(30,46,48)
#182628
(24,38,40)
#121E20
(18,30,32)
#0C1618
(12,22,24)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #425E60

#425E60
(66,94,96)
#536C6E
(83,108,110)
#647A7C
(100,122,124)
#75888A
(117,136,138)
#869698
(134,150,152)
#97A4A6
(151,164,166)
#A8B2B4
(168,178,180)
#B9C0C2
(185,192,194)
#CACED0
(202,206,208)
#DBDCDE
(219,220,222)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425E60 color. Also use rgb(66,94,96) instead hex code.

Text Font Color

.myTextColor { color: #425E60; }

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

This text font color is #425E60.

Background Color

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

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

This div background color is #425E60.

Border color

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

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

This div border color is #425E60.

Opacity

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

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

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

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

This text has shadow with #425E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425E60.

Preview

Color preview on black background

This text has color #425E60 on black background.


Color preview on white background

This text has color #425E60 on white background.


Black color preview on #425E60 background

This text has black color on #425E60 background.


White color preview on #425E60 background

This text has white color on #425E60 background.


Related colors

Complementary color

Complementary color for #hex is #BDA19F.


I love getcolorcode.com

Triadic colors

1 #60425E and #5E6042 with #425E60 are triadic colors.

2 #605E42 and #5E4260 with #425E60 are triadic colors.