COLOR #425763

HEX: #425763
RGB: (66,87,99)

Color info

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

RGB color model

#425763 color RGB value is (66,87,99).

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

RGB channels and saturation

R 66 of 255 = 26%
G 87 of 255 = 34%
B 99 of 255 = 39%

66
87
99

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

Portions of RGB colors in percentages

R + G + B =
66 + 87 + 99 = 252 (100%)
R 66 of 252 ~ 26.19%
G 87 of 252 ~ 34.52%
B 99 of 252 ~ 39.29%

%26.19
%34.52
%39.29

CMYK color model

#425763 color CMYK value is (33,12,0,61).

  • cyan value is 33.33%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(33,12,0,61)
C33M12Y0K61 
(33%,12%,0%,61%)
(0.33/0.12/0.00/0.61)	

CMYK percentages

%33.33
%12.12
%0
%61.18

Codes

Color #425763 in popluar color models

425763
RGB668799
HSL202°20.00%32.35%
HSB/HSV202°33.33%38.82%
CMYK33.33%12.12%0.00%
61.18%

Color #425763 in popluar number systems.

HEX425763
Decimal668799
Binary100001010101111100011
Octal102127143

Shades and tints

Shades of #425763

#425763
(66,87,99)
#3C505A
(60,80,90)
#364951
(54,73,81)
#304248
(48,66,72)
#2A3B3F
(42,59,63)
#243436
(36,52,54)
#1E2D2D
(30,45,45)
#182624
(24,38,36)
#121F1B
(18,31,27)
#0C1812
(12,24,18)
#061109
(6,17,9)
#000000
(0,0,0)

Tints of #425763

#425763
(66,87,99)
#536671
(83,102,113)
#64757F
(100,117,127)
#75848D
(117,132,141)
#86939B
(134,147,155)
#97A2A9
(151,162,169)
#A8B1B7
(168,177,183)
#B9C0C5
(185,192,197)
#CACFD3
(202,207,211)
#DBDEE1
(219,222,225)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425763; }

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

This text font color is #425763.


Background Color

.myBgColor { background-color: #425763; }

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

This div background color is #425763.


Border color

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

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

This div border color is #425763.


Opacity

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

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

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

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

This text has shadow with #425763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425763 on black background.


Color preview on white background

This text has color #425763 on white background.



Black color preview on #425763 background

This text has black color on #425763 background.


White color preview on #425763 background

This text has white color on #425763 background.