COLOR #425765

HEX: #425765
RGB: (66,87,101)

Color info

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

RGB color model

#425765 color RGB value is (66,87,101).

  • red value is 66;
  • green value is 87;
  • blue value is 101.
RGB:
(66,87,101)
(26%,34%,40%)

RGB channels and saturation

R 66 of 255 = 26%
G 87 of 255 = 34%
B 101 of 255 = 40%

66
87
101

R + G + B ~ 33%. #425765 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 87 + 101 = 254 (100%)
R 66 of 254 ~ 25.98%
G 87 of 254 ~ 34.25%
B 101 of 254 ~ 39.76%

%25.98
%34.25
%39.76

CMYK color model

#425765 color CMYK value is (35,14,0,60).

  • cyan value is 34.65%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(35,14,0,60)
C35M14Y0K60 
(35%,14%,0%,60%)
(0.35/0.14/0.00/0.60)	

CMYK percentages

%34.65
%13.86
%0
%60.39

Codes

Color #425765 in popluar color models

425765
RGB6687101
HSL204°20.96%32.75%
HSB/HSV204°34.65%39.61%
CMYK34.65%13.86%0.00%
60.39%

Color #425765 in popluar number systems.

HEX425765
Decimal6687101
Binary100001010101111100101
Octal102127145

Shades and tints

Shades of #425765

#425765
(66,87,101)
#3C505C
(60,80,92)
#364953
(54,73,83)
#30424A
(48,66,74)
#2A3B41
(42,59,65)
#243438
(36,52,56)
#1E2D2F
(30,45,47)
#182626
(24,38,38)
#121F1D
(18,31,29)
#0C1814
(12,24,20)
#06110B
(6,17,11)
#000000
(0,0,0)

Tints of #425765

#425765
(66,87,101)
#536673
(83,102,115)
#647581
(100,117,129)
#75848F
(117,132,143)
#86939D
(134,147,157)
#97A2AB
(151,162,171)
#A8B1B9
(168,177,185)
#B9C0C7
(185,192,199)
#CACFD5
(202,207,213)
#DBDEE3
(219,222,227)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425765 color. Also use rgb(66,87,101) instead hex code.

Text Font Color

.myTextColor { color: #425765; }

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

This text font color is #425765.


Background Color

.myBgColor { background-color: #425765; }

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

This div background color is #425765.


Border color

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

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

This div border color is #425765.


Opacity

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

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

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

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

This text has shadow with #425765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425765 on black background.


Color preview on white background

This text has color #425765 on white background.



Black color preview on #425765 background

This text has black color on #425765 background.


White color preview on #425765 background

This text has white color on #425765 background.