COLOR #425089

HEX: #425089
RGB: (66,80,137)

Color info

#425089 contains mainly green and blue colors. Web safe color of #425089 is #336699 (or #369).

RGB color model

#425089 color RGB value is (66,80,137).

  • red value is 66;
  • green value is 80;
  • blue value is 137.
RGB:
(66,80,137)
(26%,31%,54%)

RGB channels and saturation

R 66 of 255 = 26%
G 80 of 255 = 31%
B 137 of 255 = 54%

66
80
137

R + G + B ~ 37%. #425089 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 80 + 137 = 283 (100%)
R 66 of 283 ~ 23.32%
G 80 of 283 ~ 28.27%
B 137 of 283 ~ 48.41%

%23.32
%28.27
%48.41

CMYK color model

#425089 color CMYK value is (52,42,0,46).

  • cyan value is 51.82%
  • magenta value is 41.61%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(52,42,0,46)
C52M42Y0K46 
(52%,42%,0%,46%)
(0.52/0.42/0.00/0.46)	

CMYK percentages

%51.82
%41.61
%0
%46.27

Codes

Color #425089 in popluar color models

425089
RGB6680137
HSL228°34.98%39.80%
HSB/HSV228°51.82%53.73%
CMYK51.82%41.61%0.00%
46.27%

Color #425089 in popluar number systems.

HEX425089
Decimal6680137
Binary1000010101000010001001
Octal102120211

Shades and tints

Shades of #425089

#425089
(66,80,137)
#3C497D
(60,73,125)
#364271
(54,66,113)
#303B65
(48,59,101)
#2A3459
(42,52,89)
#242D4D
(36,45,77)
#1E2641
(30,38,65)
#181F35
(24,31,53)
#121829
(18,24,41)
#0C111D
(12,17,29)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #425089

#425089
(66,80,137)
#535F93
(83,95,147)
#646E9D
(100,110,157)
#757DA7
(117,125,167)
#868CB1
(134,140,177)
#979BBB
(151,155,187)
#A8AAC5
(168,170,197)
#B9B9CF
(185,185,207)
#CAC8D9
(202,200,217)
#DBD7E3
(219,215,227)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425089 color. Also use rgb(66,80,137) instead hex code.

Text Font Color

.myTextColor { color: #425089; }

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

This text font color is #425089.


Background Color

.myBgColor { background-color: #425089; }

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

This div background color is #425089.


Border color

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

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

This div border color is #425089.


Opacity

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

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

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

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

This text has shadow with #425089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425089 on black background.


Color preview on white background

This text has color #425089 on white background.



Black color preview on #425089 background

This text has black color on #425089 background.


White color preview on #425089 background

This text has white color on #425089 background.