COLOR #425554

HEX: #425554
RGB: (66,85,84)

Color info

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

RGB color model

#425554 color RGB value is (66,85,84).

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

RGB channels and saturation

R 66 of 255 = 26%
G 85 of 255 = 33%
B 84 of 255 = 33%

66
85
84

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

Portions of RGB colors in percentages

R + G + B =
66 + 85 + 84 = 235 (100%)
R 66 of 235 ~ 28.09%
G 85 of 235 ~ 36.17%
B 84 of 235 ~ 35.74%

%28.09
%36.17
%35.74

CMYK color model

#425554 color CMYK value is (22,0,1,67).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 1.18%
  • key color value is 66.67%
CMYK:
(22,0,1,67)
C22M0Y1K67 
(22%,0%,1%,67%)
(0.22/0.00/0.01/0.67)	

CMYK percentages

%22.35
%0
%1.18
%66.67

Codes

Color #425554 in popluar color models

425554
RGB668584
HSL177°12.58%29.61%
HSB/HSV177°22.35%33.33%
CMYK22.35%0.00%1.18%
66.67%

Color #425554 in popluar number systems.

HEX425554
Decimal668584
Binary100001010101011010100
Octal102125124

Shades and tints

Shades of #425554

#425554
(66,85,84)
#3C4E4D
(60,78,77)
#364746
(54,71,70)
#30403F
(48,64,63)
#2A3938
(42,57,56)
#243231
(36,50,49)
#1E2B2A
(30,43,42)
#182423
(24,36,35)
#121D1C
(18,29,28)
#0C1615
(12,22,21)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #425554

#425554
(66,85,84)
#536463
(83,100,99)
#647372
(100,115,114)
#758281
(117,130,129)
#869190
(134,145,144)
#97A09F
(151,160,159)
#A8AFAE
(168,175,174)
#B9BEBD
(185,190,189)
#CACDCC
(202,205,204)
#DBDCDB
(219,220,219)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425554; }

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

This text font color is #425554.


Background Color

.myBgColor { background-color: #425554; }

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

This div background color is #425554.


Border color

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

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

This div border color is #425554.


Opacity

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

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

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

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

This text has shadow with #425554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425554 on black background.


Color preview on white background

This text has color #425554 on white background.



Black color preview on #425554 background

This text has black color on #425554 background.


White color preview on #425554 background

This text has white color on #425554 background.