COLOR #425E65

HEX: #425E65
RGB: (66,94,101)

Color info

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

RGB color model

#425E65 color RGB value is (66,94,101).

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

RGB channels and saturation

R 66 of 255 = 26%
G 94 of 255 = 37%
B 101 of 255 = 40%

66
94
101

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

Portions of RGB colors in percentages

R + G + B =
66 + 94 + 101 = 261 (100%)
R 66 of 261 ~ 25.29%
G 94 of 261 ~ 36.02%
B 101 of 261 ~ 38.7%

%25.29
%36.02
%38.7

CMYK color model

#425E65 color CMYK value is (35,7,0,60).

  • cyan value is 34.65%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(35,7,0,60)
C35M7Y0K60 
(35%,7%,0%,60%)
(0.35/0.07/0.00/0.60)	

CMYK percentages

%34.65
%6.93
%0
%60.39

Codes

Color #425E65 in popluar color models

425E65
RGB6694101
HSL192°20.96%32.75%
HSB/HSV192°34.65%39.61%
CMYK34.65%6.93%0.00%
60.39%

Color #425E65 in popluar number systems.

HEX425E65
Decimal6694101
Binary100001010111101100101
Octal102136145

Shades and tints

Shades of #425E65

#425E65
(66,94,101)
#3C565C
(60,86,92)
#364E53
(54,78,83)
#30464A
(48,70,74)
#2A3E41
(42,62,65)
#243638
(36,54,56)
#1E2E2F
(30,46,47)
#182626
(24,38,38)
#121E1D
(18,30,29)
#0C1614
(12,22,20)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #425E65

#425E65
(66,94,101)
#536C73
(83,108,115)
#647A81
(100,122,129)
#75888F
(117,136,143)
#86969D
(134,150,157)
#97A4AB
(151,164,171)
#A8B2B9
(168,178,185)
#B9C0C7
(185,192,199)
#CACED5
(202,206,213)
#DBDCE3
(219,220,227)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425E65; }

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

This text font color is #425E65.


Background Color

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

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

This div background color is #425E65.


Border color

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

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

This div border color is #425E65.


Opacity

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

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

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

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

This text has shadow with #425E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425E65 on black background.


Color preview on white background

This text has color #425E65 on white background.



Black color preview on #425E65 background

This text has black color on #425E65 background.


White color preview on #425E65 background

This text has white color on #425E65 background.