COLOR #425C6D

HEX: #425C6D
RGB: (66,92,109)

Color info

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

RGB color model

#425C6D color RGB value is (66,92,109).

  • red value is 66;
  • green value is 92;
  • blue value is 109.
RGB:
(66,92,109)
(26%,36%,43%)

RGB channels and saturation

R 66 of 255 = 26%
G 92 of 255 = 36%
B 109 of 255 = 43%

66
92
109

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

Portions of RGB colors in percentages

R + G + B =
66 + 92 + 109 = 267 (100%)
R 66 of 267 ~ 24.72%
G 92 of 267 ~ 34.46%
B 109 of 267 ~ 40.82%

%24.72
%34.46
%40.82

CMYK color model

#425C6D color CMYK value is (39,16,0,57).

  • cyan value is 39.45%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(39,16,0,57)
C39M16Y0K57 
(39%,16%,0%,57%)
(0.39/0.16/0.00/0.57)	

CMYK percentages

%39.45
%15.6
%0
%57.25

Codes

Color #425C6D in popluar color models

425C6D
RGB6692109
HSL204°24.57%34.31%
HSB/HSV204°39.45%42.75%
CMYK39.45%15.60%0.00%
57.25%

Color #425C6D in popluar number systems.

HEX425C6D
Decimal6692109
Binary100001010111001101101
Octal102134155

Shades and tints

Shades of #425C6D

#425C6D
(66,92,109)
#3C5464
(60,84,100)
#364C5B
(54,76,91)
#304452
(48,68,82)
#2A3C49
(42,60,73)
#243440
(36,52,64)
#1E2C37
(30,44,55)
#18242E
(24,36,46)
#121C25
(18,28,37)
#0C141C
(12,20,28)
#060C13
(6,12,19)
#000000
(0,0,0)

Tints of #425C6D

#425C6D
(66,92,109)
#536A7A
(83,106,122)
#647887
(100,120,135)
#758694
(117,134,148)
#8694A1
(134,148,161)
#97A2AE
(151,162,174)
#A8B0BB
(168,176,187)
#B9BEC8
(185,190,200)
#CACCD5
(202,204,213)
#DBDAE2
(219,218,226)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425C6D color. Also use rgb(66,92,109) instead hex code.

Text Font Color

.myTextColor { color: #425C6D; }

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

This text font color is #425C6D.


Background Color

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

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

This div background color is #425C6D.


Border color

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

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

This div border color is #425C6D.


Opacity

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

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

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

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

This text has shadow with #425C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425C6D on black background.


Color preview on white background

This text has color #425C6D on white background.



Black color preview on #425C6D background

This text has black color on #425C6D background.


White color preview on #425C6D background

This text has white color on #425C6D background.