COLOR #425D72

HEX: #425D72
RGB: (66,93,114)

Color info

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

RGB color model

#425D72 color RGB value is (66,93,114).

  • red value is 66;
  • green value is 93;
  • blue value is 114.
RGB:
(66,93,114)
(26%,36%,45%)

RGB channels and saturation

R 66 of 255 = 26%
G 93 of 255 = 36%
B 114 of 255 = 45%

66
93
114

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

Portions of RGB colors in percentages

R + G + B =
66 + 93 + 114 = 273 (100%)
R 66 of 273 ~ 24.18%
G 93 of 273 ~ 34.07%
B 114 of 273 ~ 41.76%

%24.18
%34.07
%41.76

CMYK color model

#425D72 color CMYK value is (42,18,0,55).

  • cyan value is 42.11%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(42,18,0,55)
C42M18Y0K55 
(42%,18%,0%,55%)
(0.42/0.18/0.00/0.55)	

CMYK percentages

%42.11
%18.42
%0
%55.29

Codes

Color #425D72 in popluar color models

425D72
RGB6693114
HSL206°26.67%35.29%
HSB/HSV206°42.11%44.71%
CMYK42.11%18.42%0.00%
55.29%

Color #425D72 in popluar number systems.

HEX425D72
Decimal6693114
Binary100001010111011110010
Octal102135162

Shades and tints

Shades of #425D72

#425D72
(66,93,114)
#3C5568
(60,85,104)
#364D5E
(54,77,94)
#304554
(48,69,84)
#2A3D4A
(42,61,74)
#243540
(36,53,64)
#1E2D36
(30,45,54)
#18252C
(24,37,44)
#121D22
(18,29,34)
#0C1518
(12,21,24)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #425D72

#425D72
(66,93,114)
#536B7E
(83,107,126)
#64798A
(100,121,138)
#758796
(117,135,150)
#8695A2
(134,149,162)
#97A3AE
(151,163,174)
#A8B1BA
(168,177,186)
#B9BFC6
(185,191,198)
#CACDD2
(202,205,210)
#DBDBDE
(219,219,222)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425D72 color. Also use rgb(66,93,114) instead hex code.

Text Font Color

.myTextColor { color: #425D72; }

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

This text font color is #425D72.


Background Color

.myBgColor { background-color: #425D72; }

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

This div background color is #425D72.


Border color

.myBorderColor { border: 1px solid #425D72; }

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

This div border color is #425D72.


Opacity

.myOpacity80 { color: #425D72; opacity: 0.8; }

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

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

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

This text has shadow with #425D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425D72 on black background.


Color preview on white background

This text has color #425D72 on white background.



Black color preview on #425D72 background

This text has black color on #425D72 background.


White color preview on #425D72 background

This text has white color on #425D72 background.