COLOR #425F64

HEX: #425F64
RGB: (66,95,100)

Color info

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

RGB color model

#425F64 color RGB value is (66,95,100).

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

RGB channels and saturation

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

66
95
100

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

Portions of RGB colors in percentages

R + G + B =
66 + 95 + 100 = 261 (100%)
R 66 of 261 ~ 25.29%
G 95 of 261 ~ 36.4%
B 100 of 261 ~ 38.31%

%25.29
%36.4
%38.31

CMYK color model

#425F64 color CMYK value is (34,5,0,61).

  • cyan value is 34.00%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(34,5,0,61)
C34M5Y0K61 
(34%,5%,0%,61%)
(0.34/0.05/0.00/0.61)	

CMYK percentages

%34
%5
%0
%60.78

Codes

Color #425F64 in popluar color models

425F64
RGB6695100
HSL189°20.48%32.55%
HSB/HSV189°34.00%39.22%
CMYK34.00%5.00%0.00%
60.78%

Color #425F64 in popluar number systems.

HEX425F64
Decimal6695100
Binary100001010111111100100
Octal102137144

Shades and tints

Shades of #425F64

#425F64
(66,95,100)
#3C575B
(60,87,91)
#364F52
(54,79,82)
#304749
(48,71,73)
#2A3F40
(42,63,64)
#243737
(36,55,55)
#1E2F2E
(30,47,46)
#182725
(24,39,37)
#121F1C
(18,31,28)
#0C1713
(12,23,19)
#060F0A
(6,15,10)
#000000
(0,0,0)

Tints of #425F64

#425F64
(66,95,100)
#536D72
(83,109,114)
#647B80
(100,123,128)
#75898E
(117,137,142)
#86979C
(134,151,156)
#97A5AA
(151,165,170)
#A8B3B8
(168,179,184)
#B9C1C6
(185,193,198)
#CACFD4
(202,207,212)
#DBDDE2
(219,221,226)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425F64; }

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

This text font color is #425F64.


Background Color

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

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

This div background color is #425F64.


Border color

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

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

This div border color is #425F64.


Opacity

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

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

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

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

This text has shadow with #425F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425F64 on black background.


Color preview on white background

This text has color #425F64 on white background.



Black color preview on #425F64 background

This text has black color on #425F64 background.


White color preview on #425F64 background

This text has white color on #425F64 background.