COLOR #425973

HEX: #425973
RGB: (66,89,115)

Color info

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

RGB color model

#425973 color RGB value is (66,89,115).

  • red value is 66;
  • green value is 89;
  • blue value is 115.
RGB:
(66,89,115)
(26%,35%,45%)

RGB channels and saturation

R 66 of 255 = 26%
G 89 of 255 = 35%
B 115 of 255 = 45%

66
89
115

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

Portions of RGB colors in percentages

R + G + B =
66 + 89 + 115 = 270 (100%)
R 66 of 270 ~ 24.44%
G 89 of 270 ~ 32.96%
B 115 of 270 ~ 42.59%

%24.44
%32.96
%42.59

CMYK color model

#425973 color CMYK value is (43,23,0,55).

  • cyan value is 42.61%
  • magenta value is 22.61%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(43,23,0,55)
C43M23Y0K55 
(43%,23%,0%,55%)
(0.43/0.23/0.00/0.55)	

CMYK percentages

%42.61
%22.61
%0
%54.9

Codes

Color #425973 in popluar color models

425973
RGB6689115
HSL212°27.07%35.49%
HSB/HSV212°42.61%45.10%
CMYK42.61%22.61%0.00%
54.90%

Color #425973 in popluar number systems.

HEX425973
Decimal6689115
Binary100001010110011110011
Octal102131163

Shades and tints

Shades of #425973

#425973
(66,89,115)
#3C5169
(60,81,105)
#36495F
(54,73,95)
#304155
(48,65,85)
#2A394B
(42,57,75)
#243141
(36,49,65)
#1E2937
(30,41,55)
#18212D
(24,33,45)
#121923
(18,25,35)
#0C1119
(12,17,25)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #425973

#425973
(66,89,115)
#53687F
(83,104,127)
#64778B
(100,119,139)
#758697
(117,134,151)
#8695A3
(134,149,163)
#97A4AF
(151,164,175)
#A8B3BB
(168,179,187)
#B9C2C7
(185,194,199)
#CAD1D3
(202,209,211)
#DBE0DF
(219,224,223)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425973 color. Also use rgb(66,89,115) instead hex code.

Text Font Color

.myTextColor { color: #425973; }

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

This text font color is #425973.


Background Color

.myBgColor { background-color: #425973; }

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

This div background color is #425973.


Border color

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

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

This div border color is #425973.


Opacity

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

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

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

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

This text has shadow with #425973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425973 on black background.


Color preview on white background

This text has color #425973 on white background.



Black color preview on #425973 background

This text has black color on #425973 background.


White color preview on #425973 background

This text has white color on #425973 background.