COLOR #425452

HEX: #425452
RGB: (66,84,82)

Color info

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

RGB color model

#425452 color RGB value is (66,84,82).

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

RGB channels and saturation

R 66 of 255 = 26%
G 84 of 255 = 33%
B 82 of 255 = 32%

66
84
82

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

Portions of RGB colors in percentages

R + G + B =
66 + 84 + 82 = 232 (100%)
R 66 of 232 ~ 28.45%
G 84 of 232 ~ 36.21%
B 82 of 232 ~ 35.34%

%28.45
%36.21
%35.34

CMYK color model

#425452 color CMYK value is (21,0,2,67).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 67.06%
CMYK:
(21,0,2,67)
C21M0Y2K67 
(21%,0%,2%,67%)
(0.21/0.00/0.02/0.67)	

CMYK percentages

%21.43
%0
%2.38
%67.06

Codes

Color #425452 in popluar color models

425452
RGB668482
HSL173°12.00%29.41%
HSB/HSV173°21.43%32.94%
CMYK21.43%0.00%2.38%
67.06%

Color #425452 in popluar number systems.

HEX425452
Decimal668482
Binary100001010101001010010
Octal102124122

Shades and tints

Shades of #425452

#425452
(66,84,82)
#3C4D4B
(60,77,75)
#364644
(54,70,68)
#303F3D
(48,63,61)
#2A3836
(42,56,54)
#24312F
(36,49,47)
#1E2A28
(30,42,40)
#182321
(24,35,33)
#121C1A
(18,28,26)
#0C1513
(12,21,19)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #425452

#425452
(66,84,82)
#536361
(83,99,97)
#647270
(100,114,112)
#75817F
(117,129,127)
#86908E
(134,144,142)
#979F9D
(151,159,157)
#A8AEAC
(168,174,172)
#B9BDBB
(185,189,187)
#CACCCA
(202,204,202)
#DBDBD9
(219,219,217)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425452; }

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

This text font color is #425452.


Background Color

.myBgColor { background-color: #425452; }

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

This div background color is #425452.


Border color

.myBorderColor { border: 1px solid #425452; }

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

This div border color is #425452.


Opacity

.myOpacity80 { color: #425452; opacity: 0.8; }

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

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

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

This text has shadow with #425452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425452 on black background.


Color preview on white background

This text has color #425452 on white background.



Black color preview on #425452 background

This text has black color on #425452 background.


White color preview on #425452 background

This text has white color on #425452 background.