COLOR #425648

HEX: #425648
RGB: (66,86,72)

Color info

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

RGB color model

#425648 color RGB value is (66,86,72).

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

RGB channels and saturation

R 66 of 255 = 26%
G 86 of 255 = 34%
B 72 of 255 = 28%

66
86
72

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

Portions of RGB colors in percentages

R + G + B =
66 + 86 + 72 = 224 (100%)
R 66 of 224 ~ 29.46%
G 86 of 224 ~ 38.39%
B 72 of 224 ~ 32.14%

%29.46
%38.39
%32.14

CMYK color model

#425648 color CMYK value is (23,0,16,66).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 66.27%
CMYK:
(23,0,16,66)
C23M0Y16K66 
(23%,0%,16%,66%)
(0.23/0.00/0.16/0.66)	

CMYK percentages

%23.26
%0
%16.28
%66.27

Codes

Color #425648 in popluar color models

425648
RGB668672
HSL138°13.16%29.80%
HSB/HSV138°23.26%33.73%
CMYK23.26%0.00%16.28%
66.27%

Color #425648 in popluar number systems.

HEX425648
Decimal668672
Binary100001010101101001000
Octal102126110

Shades and tints

Shades of #425648

#425648
(66,86,72)
#3C4F42
(60,79,66)
#36483C
(54,72,60)
#304136
(48,65,54)
#2A3A30
(42,58,48)
#24332A
(36,51,42)
#1E2C24
(30,44,36)
#18251E
(24,37,30)
#121E18
(18,30,24)
#0C1712
(12,23,18)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #425648

#425648
(66,86,72)
#536558
(83,101,88)
#647468
(100,116,104)
#758378
(117,131,120)
#869288
(134,146,136)
#97A198
(151,161,152)
#A8B0A8
(168,176,168)
#B9BFB8
(185,191,184)
#CACEC8
(202,206,200)
#DBDDD8
(219,221,216)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425648; }

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

This text font color is #425648.


Background Color

.myBgColor { background-color: #425648; }

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

This div background color is #425648.


Border color

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

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

This div border color is #425648.


Opacity

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

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

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

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

This text has shadow with #425648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425648 on black background.


Color preview on white background

This text has color #425648 on white background.



Black color preview on #425648 background

This text has black color on #425648 background.


White color preview on #425648 background

This text has white color on #425648 background.