COLOR #425B5E

HEX: #425B5E RGB: (66,91,94)

Color info

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

RGB color model

#425B5E color RGB value is (66,91,94).

RGB: (66,91,94) (26%, 36%, 37%)

RGB channels and saturation

R 66 of 255 = 26%
G 91 of 255 = 36%
B 94 of 255 = 37%

66
91
94

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

Portions of RGB colors in percentages

R + G + B = 66 + 91 + 94 = 251 (100%)
R 66 of 251 ~ 26.29%
G 91 of 251 ~ 36.25%
B 94 of 251 ~ 37.45'%

%26.29
%36.25
%37.45

CMYK color model

#425B5E color CMYK value is (30,3,0,63).

  • cyan value is 29.79%
  • magenta value is 3.19%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (30,3,0,63)
C30M3Y0K63 (30%, 3%, 0%, 63%)
(0.30 / 0.03 / 0.00 / 0.63)

CMYK percentages

%29.79
%3.19
%0
%63.14

Codes

Color #425B5E in popluar color models

42 5B 5E
RGB 66 91 94
HSL 186° 17.50% 31.37%
HSB/HSV 186° 29.79% 36.86%
CMYK 29.79% 3.19% 0.00%
63.14%

Color #425B5E in popluar number systems.

HEX 42 5B 5E
Decimal 66 91 94
Binary 1000010 1011011 1011110
Octal 102 133 136

Shades and tints

Shades of #425B5E

#425B5E
(66,91,94)
#3C5356
(60,83,86)
#364B4E
(54,75,78)
#304346
(48,67,70)
#2A3B3E
(42,59,62)
#243336
(36,51,54)
#1E2B2E
(30,43,46)
#182326
(24,35,38)
#121B1E
(18,27,30)
#0C1316
(12,19,22)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #425B5E

#425B5E
(66,91,94)
#53696C
(83,105,108)
#64777A
(100,119,122)
#758588
(117,133,136)
#869396
(134,147,150)
#97A1A4
(151,161,164)
#A8AFB2
(168,175,178)
#B9BDC0
(185,189,192)
#CACBCE
(202,203,206)
#DBD9DC
(219,217,220)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425B5E; }

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

This text font color is #425B5E.

Background Color

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

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

This div background color is #425B5E.

Border color

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

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

This div border color is #425B5E.

Opacity

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

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

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

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

This text has shadow with #425B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425B5E.

Preview

Color preview on black background

This text has color #425B5E on black background.


Color preview on white background

This text has color #425B5E on white background.


Black color preview on #425B5E background

This text has black color on #425B5E background.


White color preview on #425B5E background

This text has white color on #425B5E background.


Related colors

Complementary color

Complementary color for #hex is #BDA4A1.


I love getcolorcode.com

Triadic colors

1 #5E425B and #5B5E42 with #425B5E are triadic colors.

2 #5E5B42 and #5B425E with #425B5E are triadic colors.