COLOR #425E52

HEX: #425E52
RGB: (66,94,82)

Color info

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

RGB color model

#425E52 color RGB value is (66,94,82).

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

RGB channels and saturation

R 66 of 255 = 26%
G 94 of 255 = 37%
B 82 of 255 = 32%

66
94
82

R + G + B ~ 32%. #425E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 94 + 82 = 242 (100%)
R 66 of 242 ~ 27.27%
G 94 of 242 ~ 38.84%
B 82 of 242 ~ 33.88%

%27.27
%38.84
%33.88

CMYK color model

#425E52 color CMYK value is (30,0,13,63).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 63.14%
CMYK:
(30,0,13,63)
C30M0Y13K63 
(30%,0%,13%,63%)
(0.30/0.00/0.13/0.63)	

CMYK percentages

%29.79
%0
%12.77
%63.14

Codes

Color #425E52 in popluar color models

425E52
RGB669482
HSL154°17.50%31.37%
HSB/HSV154°29.79%36.86%
CMYK29.79%0.00%12.77%
63.14%

Color #425E52 in popluar number systems.

HEX425E52
Decimal669482
Binary100001010111101010010
Octal102136122

Shades and tints

Shades of #425E52

#425E52
(66,94,82)
#3C564B
(60,86,75)
#364E44
(54,78,68)
#30463D
(48,70,61)
#2A3E36
(42,62,54)
#24362F
(36,54,47)
#1E2E28
(30,46,40)
#182621
(24,38,33)
#121E1A
(18,30,26)
#0C1613
(12,22,19)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #425E52

#425E52
(66,94,82)
#536C61
(83,108,97)
#647A70
(100,122,112)
#75887F
(117,136,127)
#86968E
(134,150,142)
#97A49D
(151,164,157)
#A8B2AC
(168,178,172)
#B9C0BB
(185,192,187)
#CACECA
(202,206,202)
#DBDCD9
(219,220,217)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425E52; }

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

This text font color is #425E52.


Background Color

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

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

This div background color is #425E52.


Border color

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

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

This div border color is #425E52.


Opacity

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

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

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

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

This text has shadow with #425E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425E52 on black background.


Color preview on white background

This text has color #425E52 on white background.



Black color preview on #425E52 background

This text has black color on #425E52 background.


White color preview on #425E52 background

This text has white color on #425E52 background.