COLOR #425A52

HEX: #425A52
RGB: (66,90,82)

Color info

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

RGB color model

#425A52 color RGB value is (66,90,82).

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

RGB channels and saturation

R 66 of 255 = 26%
G 90 of 255 = 35%
B 82 of 255 = 32%

66
90
82

R + G + B ~ 31%. #425A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 90 + 82 = 238 (100%)
R 66 of 238 ~ 27.73%
G 90 of 238 ~ 37.82%
B 82 of 238 ~ 34.45%

%27.73
%37.82
%34.45

CMYK color model

#425A52 color CMYK value is (27,0,9,65).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 64.71%
CMYK:
(27,0,9,65)
C27M0Y9K65 
(27%,0%,9%,65%)
(0.27/0.00/0.09/0.65)	

CMYK percentages

%26.67
%0
%8.89
%64.71

Codes

Color #425A52 in popluar color models

425A52
RGB669082
HSL160°15.38%30.59%
HSB/HSV160°26.67%35.29%
CMYK26.67%0.00%8.89%
64.71%

Color #425A52 in popluar number systems.

HEX425A52
Decimal669082
Binary100001010110101010010
Octal102132122

Shades and tints

Shades of #425A52

#425A52
(66,90,82)
#3C524B
(60,82,75)
#364A44
(54,74,68)
#30423D
(48,66,61)
#2A3A36
(42,58,54)
#24322F
(36,50,47)
#1E2A28
(30,42,40)
#182221
(24,34,33)
#121A1A
(18,26,26)
#0C1213
(12,18,19)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #425A52

#425A52
(66,90,82)
#536961
(83,105,97)
#647870
(100,120,112)
#75877F
(117,135,127)
#86968E
(134,150,142)
#97A59D
(151,165,157)
#A8B4AC
(168,180,172)
#B9C3BB
(185,195,187)
#CAD2CA
(202,210,202)
#DBE1D9
(219,225,217)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425A52; }

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

This text font color is #425A52.


Background Color

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

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

This div background color is #425A52.


Border color

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

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

This div border color is #425A52.


Opacity

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

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

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

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

This text has shadow with #425A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425A52 on black background.


Color preview on white background

This text has color #425A52 on white background.



Black color preview on #425A52 background

This text has black color on #425A52 background.


White color preview on #425A52 background

This text has white color on #425A52 background.