COLOR #425A4D

HEX: #425A4D
RGB: (66,90,77)

Color info

#425A4D contains red, green and blue colors in about the same proportion. Web safe color of #425A4D is #336633 (or #363).

RGB color model

#425A4D color RGB value is (66,90,77).

  • red value is 66;
  • green value is 90;
  • blue value is 77.
RGB:
(66,90,77)
(26%,35%,30%)

RGB channels and saturation

R 66 of 255 = 26%
G 90 of 255 = 35%
B 77 of 255 = 30%

66
90
77

R + G + B ~ 30%. #425A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 90 + 77 = 233 (100%)
R 66 of 233 ~ 28.33%
G 90 of 233 ~ 38.63%
B 77 of 233 ~ 33.05%

%28.33
%38.63
%33.05

CMYK color model

#425A4D color CMYK value is (27,0,14,65).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 64.71%
CMYK:
(27,0,14,65)
C27M0Y14K65 
(27%,0%,14%,65%)
(0.27/0.00/0.14/0.65)	

CMYK percentages

%26.67
%0
%14.44
%64.71

Codes

Color #425A4D in popluar color models

425A4D
RGB669077
HSL148°15.38%30.59%
HSB/HSV148°26.67%35.29%
CMYK26.67%0.00%14.44%
64.71%

Color #425A4D in popluar number systems.

HEX425A4D
Decimal669077
Binary100001010110101001101
Octal102132115

Shades and tints

Shades of #425A4D

#425A4D
(66,90,77)
#3C5246
(60,82,70)
#364A3F
(54,74,63)
#304238
(48,66,56)
#2A3A31
(42,58,49)
#24322A
(36,50,42)
#1E2A23
(30,42,35)
#18221C
(24,34,28)
#121A15
(18,26,21)
#0C120E
(12,18,14)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #425A4D

#425A4D
(66,90,77)
#53695D
(83,105,93)
#64786D
(100,120,109)
#75877D
(117,135,125)
#86968D
(134,150,141)
#97A59D
(151,165,157)
#A8B4AD
(168,180,173)
#B9C3BD
(185,195,189)
#CAD2CD
(202,210,205)
#DBE1DD
(219,225,221)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425A4D color. Also use rgb(66,90,77) instead hex code.

Text Font Color

.myTextColor { color: #425A4D; }

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

This text font color is #425A4D.


Background Color

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

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

This div background color is #425A4D.


Border color

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

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

This div border color is #425A4D.


Opacity

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

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

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

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

This text has shadow with #425A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425A4D on black background.


Color preview on white background

This text has color #425A4D on white background.



Black color preview on #425A4D background

This text has black color on #425A4D background.


White color preview on #425A4D background

This text has white color on #425A4D background.