COLOR #425661

HEX: #425661
RGB: (66,86,97)

Color info

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

RGB color model

#425661 color RGB value is (66,86,97).

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

RGB channels and saturation

R 66 of 255 = 26%
G 86 of 255 = 34%
B 97 of 255 = 38%

66
86
97

R + G + B ~ 33%. #425661 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 86 + 97 = 249 (100%)
R 66 of 249 ~ 26.51%
G 86 of 249 ~ 34.54%
B 97 of 249 ~ 38.96%

%26.51
%34.54
%38.96

CMYK color model

#425661 color CMYK value is (32,11,0,62).

  • cyan value is 31.96%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(32,11,0,62)
C32M11Y0K62 
(32%,11%,0%,62%)
(0.32/0.11/0.00/0.62)	

CMYK percentages

%31.96
%11.34
%0
%61.96

Codes

Color #425661 in popluar color models

425661
RGB668697
HSL201°19.02%31.96%
HSB/HSV201°31.96%38.04%
CMYK31.96%11.34%0.00%
61.96%

Color #425661 in popluar number systems.

HEX425661
Decimal668697
Binary100001010101101100001
Octal102126141

Shades and tints

Shades of #425661

#425661
(66,86,97)
#3C4F59
(60,79,89)
#364851
(54,72,81)
#304149
(48,65,73)
#2A3A41
(42,58,65)
#243339
(36,51,57)
#1E2C31
(30,44,49)
#182529
(24,37,41)
#121E21
(18,30,33)
#0C1719
(12,23,25)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #425661

#425661
(66,86,97)
#53656F
(83,101,111)
#64747D
(100,116,125)
#75838B
(117,131,139)
#869299
(134,146,153)
#97A1A7
(151,161,167)
#A8B0B5
(168,176,181)
#B9BFC3
(185,191,195)
#CACED1
(202,206,209)
#DBDDDF
(219,221,223)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425661; }

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

This text font color is #425661.


Background Color

.myBgColor { background-color: #425661; }

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

This div background color is #425661.


Border color

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

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

This div border color is #425661.


Opacity

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

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

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

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

This text has shadow with #425661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425661 on black background.


Color preview on white background

This text has color #425661 on white background.



Black color preview on #425661 background

This text has black color on #425661 background.


White color preview on #425661 background

This text has white color on #425661 background.