COLOR #425C71

HEX: #425C71
RGB: (66,92,113)

Color info

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

RGB color model

#425C71 color RGB value is (66,92,113).

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

RGB channels and saturation

R 66 of 255 = 26%
G 92 of 255 = 36%
B 113 of 255 = 44%

66
92
113

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

Portions of RGB colors in percentages

R + G + B =
66 + 92 + 113 = 271 (100%)
R 66 of 271 ~ 24.35%
G 92 of 271 ~ 33.95%
B 113 of 271 ~ 41.7%

%24.35
%33.95
%41.7

CMYK color model

#425C71 color CMYK value is (42,19,0,56).

  • cyan value is 41.59%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(42,19,0,56)
C42M19Y0K56 
(42%,19%,0%,56%)
(0.42/0.19/0.00/0.56)	

CMYK percentages

%41.59
%18.58
%0
%55.69

Codes

Color #425C71 in popluar color models

425C71
RGB6692113
HSL207°26.26%35.10%
HSB/HSV207°41.59%44.31%
CMYK41.59%18.58%0.00%
55.69%

Color #425C71 in popluar number systems.

HEX425C71
Decimal6692113
Binary100001010111001110001
Octal102134161

Shades and tints

Shades of #425C71

#425C71
(66,92,113)
#3C5467
(60,84,103)
#364C5D
(54,76,93)
#304453
(48,68,83)
#2A3C49
(42,60,73)
#24343F
(36,52,63)
#1E2C35
(30,44,53)
#18242B
(24,36,43)
#121C21
(18,28,33)
#0C1417
(12,20,23)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #425C71

#425C71
(66,92,113)
#536A7D
(83,106,125)
#647889
(100,120,137)
#758695
(117,134,149)
#8694A1
(134,148,161)
#97A2AD
(151,162,173)
#A8B0B9
(168,176,185)
#B9BEC5
(185,190,197)
#CACCD1
(202,204,209)
#DBDADD
(219,218,221)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425C71; }

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

This text font color is #425C71.


Background Color

.myBgColor { background-color: #425C71; }

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

This div background color is #425C71.


Border color

.myBorderColor { border: 1px solid #425C71; }

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

This div border color is #425C71.


Opacity

.myOpacity80 { color: #425C71; opacity: 0.8; }

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

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

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

This text has shadow with #425C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425C71 on black background.


Color preview on white background

This text has color #425C71 on white background.



Black color preview on #425C71 background

This text has black color on #425C71 background.


White color preview on #425C71 background

This text has white color on #425C71 background.