COLOR #425448

HEX: #425448
RGB: (66,84,72)

Color info

#425448 contains red, green and blue colors in about the same proportion. Web safe color of #425448 is #336633 (or #363).

RGB color model

#425448 color RGB value is (66,84,72).

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

RGB channels and saturation

R 66 of 255 = 26%
G 84 of 255 = 33%
B 72 of 255 = 28%

66
84
72

R + G + B ~ 29%. #425448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 84 + 72 = 222 (100%)
R 66 of 222 ~ 29.73%
G 84 of 222 ~ 37.84%
B 72 of 222 ~ 32.43%

%29.73
%37.84
%32.43

CMYK color model

#425448 color CMYK value is (21,0,14,67).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 67.06%
CMYK:
(21,0,14,67)
C21M0Y14K67 
(21%,0%,14%,67%)
(0.21/0.00/0.14/0.67)	

CMYK percentages

%21.43
%0
%14.29
%67.06

Codes

Color #425448 in popluar color models

425448
RGB668472
HSL140°12.00%29.41%
HSB/HSV140°21.43%32.94%
CMYK21.43%0.00%14.29%
67.06%

Color #425448 in popluar number systems.

HEX425448
Decimal668472
Binary100001010101001001000
Octal102124110

Shades and tints

Shades of #425448

#425448
(66,84,72)
#3C4D42
(60,77,66)
#36463C
(54,70,60)
#303F36
(48,63,54)
#2A3830
(42,56,48)
#24312A
(36,49,42)
#1E2A24
(30,42,36)
#18231E
(24,35,30)
#121C18
(18,28,24)
#0C1512
(12,21,18)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #425448

#425448
(66,84,72)
#536358
(83,99,88)
#647268
(100,114,104)
#758178
(117,129,120)
#869088
(134,144,136)
#979F98
(151,159,152)
#A8AEA8
(168,174,168)
#B9BDB8
(185,189,184)
#CACCC8
(202,204,200)
#DBDBD8
(219,219,216)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425448; }

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

This text font color is #425448.


Background Color

.myBgColor { background-color: #425448; }

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

This div background color is #425448.


Border color

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

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

This div border color is #425448.


Opacity

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

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

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

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

This text has shadow with #425448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425448 on black background.


Color preview on white background

This text has color #425448 on white background.



Black color preview on #425448 background

This text has black color on #425448 background.


White color preview on #425448 background

This text has white color on #425448 background.