COLOR #425777

HEX: #425777
RGB: (66,87,119)

Color info

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

RGB color model

#425777 color RGB value is (66,87,119).

  • red value is 66;
  • green value is 87;
  • blue value is 119.
RGB:
(66,87,119)
(26%,34%,47%)

RGB channels and saturation

R 66 of 255 = 26%
G 87 of 255 = 34%
B 119 of 255 = 47%

66
87
119

R + G + B ~ 36%. #425777 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 87 + 119 = 272 (100%)
R 66 of 272 ~ 24.26%
G 87 of 272 ~ 31.99%
B 119 of 272 ~ 43.75%

%24.26
%31.99
%43.75

CMYK color model

#425777 color CMYK value is (45,27,0,53).

  • cyan value is 44.54%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(45,27,0,53)
C45M27Y0K53 
(45%,27%,0%,53%)
(0.45/0.27/0.00/0.53)	

CMYK percentages

%44.54
%26.89
%0
%53.33

Codes

Color #425777 in popluar color models

425777
RGB6687119
HSL216°28.65%36.27%
HSB/HSV216°44.54%46.67%
CMYK44.54%26.89%0.00%
53.33%

Color #425777 in popluar number systems.

HEX425777
Decimal6687119
Binary100001010101111110111
Octal102127167

Shades and tints

Shades of #425777

#425777
(66,87,119)
#3C506D
(60,80,109)
#364963
(54,73,99)
#304259
(48,66,89)
#2A3B4F
(42,59,79)
#243445
(36,52,69)
#1E2D3B
(30,45,59)
#182631
(24,38,49)
#121F27
(18,31,39)
#0C181D
(12,24,29)
#061113
(6,17,19)
#000000
(0,0,0)

Tints of #425777

#425777
(66,87,119)
#536683
(83,102,131)
#64758F
(100,117,143)
#75849B
(117,132,155)
#8693A7
(134,147,167)
#97A2B3
(151,162,179)
#A8B1BF
(168,177,191)
#B9C0CB
(185,192,203)
#CACFD7
(202,207,215)
#DBDEE3
(219,222,227)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425777 color. Also use rgb(66,87,119) instead hex code.

Text Font Color

.myTextColor { color: #425777; }

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

This text font color is #425777.


Background Color

.myBgColor { background-color: #425777; }

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

This div background color is #425777.


Border color

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

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

This div border color is #425777.


Opacity

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

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

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

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

This text has shadow with #425777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425777 on black background.


Color preview on white background

This text has color #425777 on white background.



Black color preview on #425777 background

This text has black color on #425777 background.


White color preview on #425777 background

This text has white color on #425777 background.