COLOR #425F57

HEX: #425F57
RGB: (66,95,87)

Color info

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

RGB color model

#425F57 color RGB value is (66,95,87).

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

RGB channels and saturation

R 66 of 255 = 26%
G 95 of 255 = 37%
B 87 of 255 = 34%

66
95
87

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

Portions of RGB colors in percentages

R + G + B =
66 + 95 + 87 = 248 (100%)
R 66 of 248 ~ 26.61%
G 95 of 248 ~ 38.31%
B 87 of 248 ~ 35.08%

%26.61
%38.31
%35.08

CMYK color model

#425F57 color CMYK value is (31,0,8,63).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 62.75%
CMYK:
(31,0,8,63)
C31M0Y8K63 
(31%,0%,8%,63%)
(0.31/0.00/0.08/0.63)	

CMYK percentages

%30.53
%0
%8.42
%62.75

Codes

Color #425F57 in popluar color models

425F57
RGB669587
HSL163°18.01%31.57%
HSB/HSV163°30.53%37.25%
CMYK30.53%0.00%8.42%
62.75%

Color #425F57 in popluar number systems.

HEX425F57
Decimal669587
Binary100001010111111010111
Octal102137127

Shades and tints

Shades of #425F57

#425F57
(66,95,87)
#3C5750
(60,87,80)
#364F49
(54,79,73)
#304742
(48,71,66)
#2A3F3B
(42,63,59)
#243734
(36,55,52)
#1E2F2D
(30,47,45)
#182726
(24,39,38)
#121F1F
(18,31,31)
#0C1718
(12,23,24)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #425F57

#425F57
(66,95,87)
#536D66
(83,109,102)
#647B75
(100,123,117)
#758984
(117,137,132)
#869793
(134,151,147)
#97A5A2
(151,165,162)
#A8B3B1
(168,179,177)
#B9C1C0
(185,193,192)
#CACFCF
(202,207,207)
#DBDDDE
(219,221,222)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425F57; }

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

This text font color is #425F57.


Background Color

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

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

This div background color is #425F57.


Border color

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

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

This div border color is #425F57.


Opacity

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

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

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

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

This text has shadow with #425F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425F57 on black background.


Color preview on white background

This text has color #425F57 on white background.



Black color preview on #425F57 background

This text has black color on #425F57 background.


White color preview on #425F57 background

This text has white color on #425F57 background.