COLOR #425169

HEX: #425169
RGB: (66,81,105)

Color info

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

RGB color model

#425169 color RGB value is (66,81,105).

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

RGB channels and saturation

R 66 of 255 = 26%
G 81 of 255 = 32%
B 105 of 255 = 41%

66
81
105

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

Portions of RGB colors in percentages

R + G + B =
66 + 81 + 105 = 252 (100%)
R 66 of 252 ~ 26.19%
G 81 of 252 ~ 32.14%
B 105 of 252 ~ 41.67%

%26.19
%32.14
%41.67

CMYK color model

#425169 color CMYK value is (37,23,0,59).

  • cyan value is 37.14%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(37,23,0,59)
C37M23Y0K59 
(37%,23%,0%,59%)
(0.37/0.23/0.00/0.59)	

CMYK percentages

%37.14
%22.86
%0
%58.82

Codes

Color #425169 in popluar color models

425169
RGB6681105
HSL217°22.81%33.53%
HSB/HSV217°37.14%41.18%
CMYK37.14%22.86%0.00%
58.82%

Color #425169 in popluar number systems.

HEX425169
Decimal6681105
Binary100001010100011101001
Octal102121151

Shades and tints

Shades of #425169

#425169
(66,81,105)
#3C4A60
(60,74,96)
#364357
(54,67,87)
#303C4E
(48,60,78)
#2A3545
(42,53,69)
#242E3C
(36,46,60)
#1E2733
(30,39,51)
#18202A
(24,32,42)
#121921
(18,25,33)
#0C1218
(12,18,24)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #425169

#425169
(66,81,105)
#536076
(83,96,118)
#646F83
(100,111,131)
#757E90
(117,126,144)
#868D9D
(134,141,157)
#979CAA
(151,156,170)
#A8ABB7
(168,171,183)
#B9BAC4
(185,186,196)
#CAC9D1
(202,201,209)
#DBD8DE
(219,216,222)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425169; }

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

This text font color is #425169.


Background Color

.myBgColor { background-color: #425169; }

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

This div background color is #425169.


Border color

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

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

This div border color is #425169.


Opacity

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

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

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

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

This text has shadow with #425169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425169 on black background.


Color preview on white background

This text has color #425169 on white background.



Black color preview on #425169 background

This text has black color on #425169 background.


White color preview on #425169 background

This text has white color on #425169 background.