COLOR #425057

HEX: #425057
RGB: (66,80,87)

Color info

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

RGB color model

#425057 color RGB value is (66,80,87).

  • red value is 66;
  • green value is 80;
  • blue value is 87.
RGB:
(66,80,87)
(26%,31%,34%)

RGB channels and saturation

R 66 of 255 = 26%
G 80 of 255 = 31%
B 87 of 255 = 34%

66
80
87

R + G + B ~ 30%. #425057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 80 + 87 = 233 (100%)
R 66 of 233 ~ 28.33%
G 80 of 233 ~ 34.33%
B 87 of 233 ~ 37.34%

%28.33
%34.33
%37.34

CMYK color model

#425057 color CMYK value is (24,8,0,66).

  • cyan value is 24.14%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(24,8,0,66)
C24M8Y0K66 
(24%,8%,0%,66%)
(0.24/0.08/0.00/0.66)	

CMYK percentages

%24.14
%8.05
%0
%65.88

Codes

Color #425057 in popluar color models

425057
RGB668087
HSL200°13.73%30.00%
HSB/HSV200°24.14%34.12%
CMYK24.14%8.05%0.00%
65.88%

Color #425057 in popluar number systems.

HEX425057
Decimal668087
Binary100001010100001010111
Octal102120127

Shades and tints

Shades of #425057

#425057
(66,80,87)
#3C4950
(60,73,80)
#364249
(54,66,73)
#303B42
(48,59,66)
#2A343B
(42,52,59)
#242D34
(36,45,52)
#1E262D
(30,38,45)
#181F26
(24,31,38)
#12181F
(18,24,31)
#0C1118
(12,17,24)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #425057

#425057
(66,80,87)
#535F66
(83,95,102)
#646E75
(100,110,117)
#757D84
(117,125,132)
#868C93
(134,140,147)
#979BA2
(151,155,162)
#A8AAB1
(168,170,177)
#B9B9C0
(185,185,192)
#CAC8CF
(202,200,207)
#DBD7DE
(219,215,222)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425057 color. Also use rgb(66,80,87) instead hex code.

Text Font Color

.myTextColor { color: #425057; }

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

This text font color is #425057.


Background Color

.myBgColor { background-color: #425057; }

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

This div background color is #425057.


Border color

.myBorderColor { border: 1px solid #425057; }

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

This div border color is #425057.


Opacity

.myOpacity80 { color: #425057; opacity: 0.8; }

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

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

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

This text has shadow with #425057 color.

.textShadow {text-shadow: 3px 3px 1px #425057, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #425057;
-webkit-box-shadow: 1px 1px 3px 2px #425057;
box-shadow:1px 1px 3px 2px #425057;">
Div content here</div>
This div box has shadow with color #425057.

Preview

Color preview on black background

This text has color #425057 on black background.


Color preview on white background

This text has color #425057 on white background.



Black color preview on #425057 background

This text has black color on #425057 background.


White color preview on #425057 background

This text has white color on #425057 background.