COLOR #425871

HEX: #425871
RGB: (66,88,113)

Color info

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

RGB color model

#425871 color RGB value is (66,88,113).

  • red value is 66;
  • green value is 88;
  • blue value is 113.
RGB:
(66,88,113)
(26%,35%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 88 of 255 = 35%
B 113 of 255 = 44%

66
88
113

R + G + B ~ 35%. #425871 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 88 + 113 = 267 (100%)
R 66 of 267 ~ 24.72%
G 88 of 267 ~ 32.96%
B 113 of 267 ~ 42.32%

%24.72
%32.96
%42.32

CMYK color model

#425871 color CMYK value is (42,22,0,56).

  • cyan value is 41.59%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(42,22,0,56)
C42M22Y0K56 
(42%,22%,0%,56%)
(0.42/0.22/0.00/0.56)	

CMYK percentages

%41.59
%22.12
%0
%55.69

Codes

Color #425871 in popluar color models

425871
RGB6688113
HSL212°26.26%35.10%
HSB/HSV212°41.59%44.31%
CMYK41.59%22.12%0.00%
55.69%

Color #425871 in popluar number systems.

HEX425871
Decimal6688113
Binary100001010110001110001
Octal102130161

Shades and tints

Shades of #425871

#425871
(66,88,113)
#3C5067
(60,80,103)
#36485D
(54,72,93)
#304053
(48,64,83)
#2A3849
(42,56,73)
#24303F
(36,48,63)
#1E2835
(30,40,53)
#18202B
(24,32,43)
#121821
(18,24,33)
#0C1017
(12,16,23)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #425871

#425871
(66,88,113)
#53677D
(83,103,125)
#647689
(100,118,137)
#758595
(117,133,149)
#8694A1
(134,148,161)
#97A3AD
(151,163,173)
#A8B2B9
(168,178,185)
#B9C1C5
(185,193,197)
#CAD0D1
(202,208,209)
#DBDFDD
(219,223,221)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425871 color. Also use rgb(66,88,113) instead hex code.

Text Font Color

.myTextColor { color: #425871; }

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

This text font color is #425871.


Background Color

.myBgColor { background-color: #425871; }

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

This div background color is #425871.


Border color

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

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

This div border color is #425871.


Opacity

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

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

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

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

This text has shadow with #425871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425871 on black background.


Color preview on white background

This text has color #425871 on white background.



Black color preview on #425871 background

This text has black color on #425871 background.


White color preview on #425871 background

This text has white color on #425871 background.