COLOR #425D6A

HEX: #425D6A
RGB: (66,93,106)

Color info

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

RGB color model

#425D6A color RGB value is (66,93,106).

  • red value is 66;
  • green value is 93;
  • blue value is 106.
RGB:
(66,93,106)
(26%,36%,42%)

RGB channels and saturation

R 66 of 255 = 26%
G 93 of 255 = 36%
B 106 of 255 = 42%

66
93
106

R + G + B ~ 35%. #425D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 93 + 106 = 265 (100%)
R 66 of 265 ~ 24.91%
G 93 of 265 ~ 35.09%
B 106 of 265 ~ 40%

%24.91
%35.09
%40

CMYK color model

#425D6A color CMYK value is (38,12,0,58).

  • cyan value is 37.74%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(38,12,0,58)
C38M12Y0K58 
(38%,12%,0%,58%)
(0.38/0.12/0.00/0.58)	

CMYK percentages

%37.74
%12.26
%0
%58.43

Codes

Color #425D6A in popluar color models

425D6A
RGB6693106
HSL200°23.26%33.73%
HSB/HSV200°37.74%41.57%
CMYK37.74%12.26%0.00%
58.43%

Color #425D6A in popluar number systems.

HEX425D6A
Decimal6693106
Binary100001010111011101010
Octal102135152

Shades and tints

Shades of #425D6A

#425D6A
(66,93,106)
#3C5561
(60,85,97)
#364D58
(54,77,88)
#30454F
(48,69,79)
#2A3D46
(42,61,70)
#24353D
(36,53,61)
#1E2D34
(30,45,52)
#18252B
(24,37,43)
#121D22
(18,29,34)
#0C1519
(12,21,25)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #425D6A

#425D6A
(66,93,106)
#536B77
(83,107,119)
#647984
(100,121,132)
#758791
(117,135,145)
#86959E
(134,149,158)
#97A3AB
(151,163,171)
#A8B1B8
(168,177,184)
#B9BFC5
(185,191,197)
#CACDD2
(202,205,210)
#DBDBDF
(219,219,223)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425D6A color. Also use rgb(66,93,106) instead hex code.

Text Font Color

.myTextColor { color: #425D6A; }

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

This text font color is #425D6A.


Background Color

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

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

This div background color is #425D6A.


Border color

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

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

This div border color is #425D6A.


Opacity

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

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

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

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

This text has shadow with #425D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425D6A on black background.


Color preview on white background

This text has color #425D6A on white background.



Black color preview on #425D6A background

This text has black color on #425D6A background.


White color preview on #425D6A background

This text has white color on #425D6A background.