COLOR #425450

HEX: #425450
RGB: (66,84,80)

Color info

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

RGB color model

#425450 color RGB value is (66,84,80).

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

RGB channels and saturation

R 66 of 255 = 26%
G 84 of 255 = 33%
B 80 of 255 = 31%

66
84
80

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

Portions of RGB colors in percentages

R + G + B =
66 + 84 + 80 = 230 (100%)
R 66 of 230 ~ 28.7%
G 84 of 230 ~ 36.52%
B 80 of 230 ~ 34.78%

%28.7
%36.52
%34.78

CMYK color model

#425450 color CMYK value is (21,0,5,67).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 67.06%
CMYK:
(21,0,5,67)
C21M0Y5K67 
(21%,0%,5%,67%)
(0.21/0.00/0.05/0.67)	

CMYK percentages

%21.43
%0
%4.76
%67.06

Codes

Color #425450 in popluar color models

425450
RGB668480
HSL167°12.00%29.41%
HSB/HSV167°21.43%32.94%
CMYK21.43%0.00%4.76%
67.06%

Color #425450 in popluar number systems.

HEX425450
Decimal668480
Binary100001010101001010000
Octal102124120

Shades and tints

Shades of #425450

#425450
(66,84,80)
#3C4D49
(60,77,73)
#364642
(54,70,66)
#303F3B
(48,63,59)
#2A3834
(42,56,52)
#24312D
(36,49,45)
#1E2A26
(30,42,38)
#18231F
(24,35,31)
#121C18
(18,28,24)
#0C1511
(12,21,17)
#060E0A
(6,14,10)
#000000
(0,0,0)

Tints of #425450

#425450
(66,84,80)
#53635F
(83,99,95)
#64726E
(100,114,110)
#75817D
(117,129,125)
#86908C
(134,144,140)
#979F9B
(151,159,155)
#A8AEAA
(168,174,170)
#B9BDB9
(185,189,185)
#CACCC8
(202,204,200)
#DBDBD7
(219,219,215)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425450; }

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

This text font color is #425450.


Background Color

.myBgColor { background-color: #425450; }

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

This div background color is #425450.


Border color

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

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

This div border color is #425450.


Opacity

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

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

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

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

This text has shadow with #425450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425450 on black background.


Color preview on white background

This text has color #425450 on white background.



Black color preview on #425450 background

This text has black color on #425450 background.


White color preview on #425450 background

This text has white color on #425450 background.