COLOR #425447

HEX: #425447
RGB: (66,84,71)

Color info

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

RGB color model

#425447 color RGB value is (66,84,71).

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

RGB channels and saturation

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

66
84
71

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

Portions of RGB colors in percentages

R + G + B =
66 + 84 + 71 = 221 (100%)
R 66 of 221 ~ 29.86%
G 84 of 221 ~ 38.01%
B 71 of 221 ~ 32.13%

%29.86
%38.01
%32.13

CMYK color model

#425447 color CMYK value is (21,0,15,67).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 67.06%
CMYK:
(21,0,15,67)
C21M0Y15K67 
(21%,0%,15%,67%)
(0.21/0.00/0.15/0.67)	

CMYK percentages

%21.43
%0
%15.48
%67.06

Codes

Color #425447 in popluar color models

425447
RGB668471
HSL137°12.00%29.41%
HSB/HSV137°21.43%32.94%
CMYK21.43%0.00%15.48%
67.06%

Color #425447 in popluar number systems.

HEX425447
Decimal668471
Binary100001010101001000111
Octal102124107

Shades and tints

Shades of #425447

#425447
(66,84,71)
#3C4D41
(60,77,65)
#36463B
(54,70,59)
#303F35
(48,63,53)
#2A382F
(42,56,47)
#243129
(36,49,41)
#1E2A23
(30,42,35)
#18231D
(24,35,29)
#121C17
(18,28,23)
#0C1511
(12,21,17)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #425447

#425447
(66,84,71)
#536357
(83,99,87)
#647267
(100,114,103)
#758177
(117,129,119)
#869087
(134,144,135)
#979F97
(151,159,151)
#A8AEA7
(168,174,167)
#B9BDB7
(185,189,183)
#CACCC7
(202,204,199)
#DBDBD7
(219,219,215)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425447; }

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

This text font color is #425447.


Background Color

.myBgColor { background-color: #425447; }

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

This div background color is #425447.


Border color

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

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

This div border color is #425447.


Opacity

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

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

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

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

This text has shadow with #425447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425447 on black background.


Color preview on white background

This text has color #425447 on white background.



Black color preview on #425447 background

This text has black color on #425447 background.


White color preview on #425447 background

This text has white color on #425447 background.