COLOR #425558

HEX: #425558
RGB: (66,85,88)

Color info

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

RGB color model

#425558 color RGB value is (66,85,88).

  • red value is 66;
  • green value is 85;
  • blue value is 88.
RGB:
(66,85,88)
(26%,33%,35%)

RGB channels and saturation

R 66 of 255 = 26%
G 85 of 255 = 33%
B 88 of 255 = 35%

66
85
88

R + G + B ~ 31%. #425558 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 85 + 88 = 239 (100%)
R 66 of 239 ~ 27.62%
G 85 of 239 ~ 35.56%
B 88 of 239 ~ 36.82%

%27.62
%35.56
%36.82

CMYK color model

#425558 color CMYK value is (25,3,0,65).

  • cyan value is 25.00%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(25,3,0,65)
C25M3Y0K65 
(25%,3%,0%,65%)
(0.25/0.03/0.00/0.65)	

CMYK percentages

%25
%3.41
%0
%65.49

Codes

Color #425558 in popluar color models

425558
RGB668588
HSL188°14.29%30.20%
HSB/HSV188°25.00%34.51%
CMYK25.00%3.41%0.00%
65.49%

Color #425558 in popluar number systems.

HEX425558
Decimal668588
Binary100001010101011011000
Octal102125130

Shades and tints

Shades of #425558

#425558
(66,85,88)
#3C4E50
(60,78,80)
#364748
(54,71,72)
#304040
(48,64,64)
#2A3938
(42,57,56)
#243230
(36,50,48)
#1E2B28
(30,43,40)
#182420
(24,36,32)
#121D18
(18,29,24)
#0C1610
(12,22,16)
#060F08
(6,15,8)
#000000
(0,0,0)

Tints of #425558

#425558
(66,85,88)
#536467
(83,100,103)
#647376
(100,115,118)
#758285
(117,130,133)
#869194
(134,145,148)
#97A0A3
(151,160,163)
#A8AFB2
(168,175,178)
#B9BEC1
(185,190,193)
#CACDD0
(202,205,208)
#DBDCDF
(219,220,223)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425558 color. Also use rgb(66,85,88) instead hex code.

Text Font Color

.myTextColor { color: #425558; }

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

This text font color is #425558.


Background Color

.myBgColor { background-color: #425558; }

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

This div background color is #425558.


Border color

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

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

This div border color is #425558.


Opacity

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

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

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

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

This text has shadow with #425558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425558 on black background.


Color preview on white background

This text has color #425558 on white background.



Black color preview on #425558 background

This text has black color on #425558 background.


White color preview on #425558 background

This text has white color on #425558 background.