COLOR #425C65

HEX: #425C65 RGB: (66,92,101)

Color info

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

RGB color model

#425C65 color RGB value is (66,92,101).

RGB: (66,92,101) (26%, 36%, 40%)

RGB channels and saturation

R 66 of 255 = 26%
G 92 of 255 = 36%
B 101 of 255 = 40%

66
92
101

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

Portions of RGB colors in percentages

R + G + B = 66 + 92 + 101 = 259 (100%)
R 66 of 259 ~ 25.48%
G 92 of 259 ~ 35.52%
B 101 of 259 ~ 39'%

%25.48
%35.52
%39

CMYK color model

#425C65 color CMYK value is (35,9,0,60).

  • cyan value is 34.65%
  • magenta value is 8.91%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (35,9,0,60)
C35M9Y0K60 (35%, 9%, 0%, 60%)
(0.35 / 0.09 / 0.00 / 0.60)

CMYK percentages

%34.65
%8.91
%0
%60.39

Codes

Color #425C65 in popluar color models

42 5C 65
RGB 66 92 101
HSL 195° 20.96% 32.75%
HSB/HSV 195° 34.65% 39.61%
CMYK 34.65% 8.91% 0.00%
60.39%

Color #425C65 in popluar number systems.

HEX 42 5C 65
Decimal 66 92 101
Binary 1000010 1011100 1100101
Octal 102 134 145

Shades and tints

Shades of #425C65

#425C65
(66,92,101)
#3C545C
(60,84,92)
#364C53
(54,76,83)
#30444A
(48,68,74)
#2A3C41
(42,60,65)
#243438
(36,52,56)
#1E2C2F
(30,44,47)
#182426
(24,36,38)
#121C1D
(18,28,29)
#0C1414
(12,20,20)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #425C65

#425C65
(66,92,101)
#536A73
(83,106,115)
#647881
(100,120,129)
#75868F
(117,134,143)
#86949D
(134,148,157)
#97A2AB
(151,162,171)
#A8B0B9
(168,176,185)
#B9BEC7
(185,190,199)
#CACCD5
(202,204,213)
#DBDAE3
(219,218,227)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425C65 color. Also use rgb(66,92,101) instead hex code.

Text Font Color

.myTextColor { color: #425C65; }

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

This text font color is #425C65.

Background Color

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

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

This div background color is #425C65.

Border color

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

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

This div border color is #425C65.

Opacity

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

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

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

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

This text has shadow with #425C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425C65.

Preview

Color preview on black background

This text has color #425C65 on black background.


Color preview on white background

This text has color #425C65 on white background.


Black color preview on #425C65 background

This text has black color on #425C65 background.


White color preview on #425C65 background

This text has white color on #425C65 background.


Related colors

Complementary color

Complementary color for #hex is #BDA39A.


I love getcolorcode.com

Triadic colors

1 #65425C and #5C6542 with #425C65 are triadic colors.

2 #655C42 and #5C4265 with #425C65 are triadic colors.