COLOR #425171

HEX: #425171
RGB: (66,81,113)

Color info

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

RGB color model

#425171 color RGB value is (66,81,113).

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

RGB channels and saturation

R 66 of 255 = 26%
G 81 of 255 = 32%
B 113 of 255 = 44%

66
81
113

R + G + B ~ 34%. #425171 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 81 + 113 = 260 (100%)
R 66 of 260 ~ 25.38%
G 81 of 260 ~ 31.15%
B 113 of 260 ~ 43.46%

%25.38
%31.15
%43.46

CMYK color model

#425171 color CMYK value is (42,28,0,56).

  • cyan value is 41.59%
  • magenta value is 28.32%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(42,28,0,56)
C42M28Y0K56 
(42%,28%,0%,56%)
(0.42/0.28/0.00/0.56)	

CMYK percentages

%41.59
%28.32
%0
%55.69

Codes

Color #425171 in popluar color models

425171
RGB6681113
HSL221°26.26%35.10%
HSB/HSV221°41.59%44.31%
CMYK41.59%28.32%0.00%
55.69%

Color #425171 in popluar number systems.

HEX425171
Decimal6681113
Binary100001010100011110001
Octal102121161

Shades and tints

Shades of #425171

#425171
(66,81,113)
#3C4A67
(60,74,103)
#36435D
(54,67,93)
#303C53
(48,60,83)
#2A3549
(42,53,73)
#242E3F
(36,46,63)
#1E2735
(30,39,53)
#18202B
(24,32,43)
#121921
(18,25,33)
#0C1217
(12,18,23)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #425171

#425171
(66,81,113)
#53607D
(83,96,125)
#646F89
(100,111,137)
#757E95
(117,126,149)
#868DA1
(134,141,161)
#979CAD
(151,156,173)
#A8ABB9
(168,171,185)
#B9BAC5
(185,186,197)
#CAC9D1
(202,201,209)
#DBD8DD
(219,216,221)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425171; }

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

This text font color is #425171.


Background Color

.myBgColor { background-color: #425171; }

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

This div background color is #425171.


Border color

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

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

This div border color is #425171.


Opacity

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

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

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

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

This text has shadow with #425171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425171 on black background.


Color preview on white background

This text has color #425171 on white background.



Black color preview on #425171 background

This text has black color on #425171 background.


White color preview on #425171 background

This text has white color on #425171 background.