COLOR #425378

HEX: #425378
RGB: (66,83,120)

Color info

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

RGB color model

#425378 color RGB value is (66,83,120).

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

RGB channels and saturation

R 66 of 255 = 26%
G 83 of 255 = 33%
B 120 of 255 = 47%

66
83
120

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

Portions of RGB colors in percentages

R + G + B =
66 + 83 + 120 = 269 (100%)
R 66 of 269 ~ 24.54%
G 83 of 269 ~ 30.86%
B 120 of 269 ~ 44.61%

%24.54
%30.86
%44.61

CMYK color model

#425378 color CMYK value is (45,31,0,53).

  • cyan value is 45.00%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(45,31,0,53)
C45M31Y0K53 
(45%,31%,0%,53%)
(0.45/0.31/0.00/0.53)	

CMYK percentages

%45
%30.83
%0
%52.94

Codes

Color #425378 in popluar color models

425378
RGB6683120
HSL221°29.03%36.47%
HSB/HSV221°45.00%47.06%
CMYK45.00%30.83%0.00%
52.94%

Color #425378 in popluar number systems.

HEX425378
Decimal6683120
Binary100001010100111111000
Octal102123170

Shades and tints

Shades of #425378

#425378
(66,83,120)
#3C4C6E
(60,76,110)
#364564
(54,69,100)
#303E5A
(48,62,90)
#2A3750
(42,55,80)
#243046
(36,48,70)
#1E293C
(30,41,60)
#182232
(24,34,50)
#121B28
(18,27,40)
#0C141E
(12,20,30)
#060D14
(6,13,20)
#000000
(0,0,0)

Tints of #425378

#425378
(66,83,120)
#536284
(83,98,132)
#647190
(100,113,144)
#75809C
(117,128,156)
#868FA8
(134,143,168)
#979EB4
(151,158,180)
#A8ADC0
(168,173,192)
#B9BCCC
(185,188,204)
#CACBD8
(202,203,216)
#DBDAE4
(219,218,228)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425378; }

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

This text font color is #425378.


Background Color

.myBgColor { background-color: #425378; }

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

This div background color is #425378.


Border color

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

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

This div border color is #425378.


Opacity

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

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

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

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

This text has shadow with #425378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425378 on black background.


Color preview on white background

This text has color #425378 on white background.



Black color preview on #425378 background

This text has black color on #425378 background.


White color preview on #425378 background

This text has white color on #425378 background.