COLOR #425F52

HEX: #425F52 RGB: (66,95,82)

Color info

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

RGB color model

#425F52 color RGB value is (66,95,82).

RGB: (66,95,82) (26%, 37%, 32%)

RGB channels and saturation

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

66
95
82

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

Portions of RGB colors in percentages

R + G + B = 66 + 95 + 82 = 243 (100%)
R 66 of 243 ~ 27.16%
G 95 of 243 ~ 39.09%
B 82 of 243 ~ 33.74'%

%27.16
%39.09
%33.74

CMYK color model

#425F52 color CMYK value is (31,0,14,63).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 62.75%
CMYK: (31,0,14,63) C31M0Y14K63 (31%,0%,14%,63%) (0.31/0.00/0.14/0.63) 

CMYK percentages

%30.53
%0
%13.68
%62.75

Codes

Color #425F52 in popluar color models

42 5F 52
RGB 66 95 82
HSL 153° 18.01% 31.57%
HSB/HSV 153° 30.53% 37.25%
CMYK 30.53% 0.00% 13.68%
62.75%

Color #425F52 in popluar number systems.

HEX 42 5F 52
Decimal 66 95 82
Binary 1000010 1011111 1010010
Octal 102 137 122

Shades and tints

Shades of #425F52

#425F52
(66,95,82)
#3C574B
(60,87,75)
#364F44
(54,79,68)
#30473D
(48,71,61)
#2A3F36
(42,63,54)
#24372F
(36,55,47)
#1E2F28
(30,47,40)
#182721
(24,39,33)
#121F1A
(18,31,26)
#0C1713
(12,23,19)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #425F52

#425F52
(66,95,82)
#536D61
(83,109,97)
#647B70
(100,123,112)
#75897F
(117,137,127)
#86978E
(134,151,142)
#97A59D
(151,165,157)
#A8B3AC
(168,179,172)
#B9C1BB
(185,193,187)
#CACFCA
(202,207,202)
#DBDDD9
(219,221,217)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425F52; }

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

This text font color is #425F52.

Background Color

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

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

This div background color is #425F52.

Border color

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

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

This div border color is #425F52.

Opacity

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

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

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

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

This text has shadow with #425F52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425F52.

Preview

Color preview on black background

This text has color #425F52 on black background.


Color preview on white background

This text has color #425F52 on white background.


Black color preview on #425F52 background

This text has black color on #425F52 background.


White color preview on #425F52 background

This text has white color on #425F52 background.


Related colors

Complementary color

Complementary color for #hex is #BDA0AD.


I love getcolorcode.com

Triadic colors

1 #52425F and #5F5242 with #425F52 are triadic colors.

2 #525F42 and #5F4252 with #425F52 are triadic colors.