COLOR #425370

HEX: #425370
RGB: (66,83,112)

Color info

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

RGB color model

#425370 color RGB value is (66,83,112).

  • red value is 66;
  • green value is 83;
  • blue value is 112.
RGB:
(66,83,112)
(26%,33%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 83 of 255 = 33%
B 112 of 255 = 44%

66
83
112

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

Portions of RGB colors in percentages

R + G + B =
66 + 83 + 112 = 261 (100%)
R 66 of 261 ~ 25.29%
G 83 of 261 ~ 31.8%
B 112 of 261 ~ 42.91%

%25.29
%31.8
%42.91

CMYK color model

#425370 color CMYK value is (41,26,0,56).

  • cyan value is 41.07%
  • magenta value is 25.89%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(41,26,0,56)
C41M26Y0K56 
(41%,26%,0%,56%)
(0.41/0.26/0.00/0.56)	

CMYK percentages

%41.07
%25.89
%0
%56.08

Codes

Color #425370 in popluar color models

425370
RGB6683112
HSL218°25.84%34.90%
HSB/HSV218°41.07%43.92%
CMYK41.07%25.89%0.00%
56.08%

Color #425370 in popluar number systems.

HEX425370
Decimal6683112
Binary100001010100111110000
Octal102123160

Shades and tints

Shades of #425370

#425370
(66,83,112)
#3C4C66
(60,76,102)
#36455C
(54,69,92)
#303E52
(48,62,82)
#2A3748
(42,55,72)
#24303E
(36,48,62)
#1E2934
(30,41,52)
#18222A
(24,34,42)
#121B20
(18,27,32)
#0C1416
(12,20,22)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #425370

#425370
(66,83,112)
#53627D
(83,98,125)
#64718A
(100,113,138)
#758097
(117,128,151)
#868FA4
(134,143,164)
#979EB1
(151,158,177)
#A8ADBE
(168,173,190)
#B9BCCB
(185,188,203)
#CACBD8
(202,203,216)
#DBDAE5
(219,218,229)
#ECE9F2
(236,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425370 color. Also use rgb(66,83,112) instead hex code.

Text Font Color

.myTextColor { color: #425370; }

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

This text font color is #425370.


Background Color

.myBgColor { background-color: #425370; }

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

This div background color is #425370.


Border color

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

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

This div border color is #425370.


Opacity

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

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

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

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

This text has shadow with #425370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425370 on black background.


Color preview on white background

This text has color #425370 on white background.



Black color preview on #425370 background

This text has black color on #425370 background.


White color preview on #425370 background

This text has white color on #425370 background.