COLOR #425E64

HEX: #425E64
RGB: (66,94,100)

Color info

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

RGB color model

#425E64 color RGB value is (66,94,100).

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

RGB channels and saturation

R 66 of 255 = 26%
G 94 of 255 = 37%
B 100 of 255 = 39%

66
94
100

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

Portions of RGB colors in percentages

R + G + B =
66 + 94 + 100 = 260 (100%)
R 66 of 260 ~ 25.38%
G 94 of 260 ~ 36.15%
B 100 of 260 ~ 38.46%

%25.38
%36.15
%38.46

CMYK color model

#425E64 color CMYK value is (34,6,0,61).

  • cyan value is 34.00%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(34,6,0,61)
C34M6Y0K61 
(34%,6%,0%,61%)
(0.34/0.06/0.00/0.61)	

CMYK percentages

%34
%6
%0
%60.78

Codes

Color #425E64 in popluar color models

425E64
RGB6694100
HSL191°20.48%32.55%
HSB/HSV191°34.00%39.22%
CMYK34.00%6.00%0.00%
60.78%

Color #425E64 in popluar number systems.

HEX425E64
Decimal6694100
Binary100001010111101100100
Octal102136144

Shades and tints

Shades of #425E64

#425E64
(66,94,100)
#3C565B
(60,86,91)
#364E52
(54,78,82)
#304649
(48,70,73)
#2A3E40
(42,62,64)
#243637
(36,54,55)
#1E2E2E
(30,46,46)
#182625
(24,38,37)
#121E1C
(18,30,28)
#0C1613
(12,22,19)
#060E0A
(6,14,10)
#000000
(0,0,0)

Tints of #425E64

#425E64
(66,94,100)
#536C72
(83,108,114)
#647A80
(100,122,128)
#75888E
(117,136,142)
#86969C
(134,150,156)
#97A4AA
(151,164,170)
#A8B2B8
(168,178,184)
#B9C0C6
(185,192,198)
#CACED4
(202,206,212)
#DBDCE2
(219,220,226)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425E64; }

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

This text font color is #425E64.


Background Color

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

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

This div background color is #425E64.


Border color

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

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

This div border color is #425E64.


Opacity

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

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

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

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

This text has shadow with #425E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425E64 on black background.


Color preview on white background

This text has color #425E64 on white background.



Black color preview on #425E64 background

This text has black color on #425E64 background.


White color preview on #425E64 background

This text has white color on #425E64 background.