COLOR #42525C

HEX: #42525C RGB: (66,82,92)

Color info

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

RGB color model

#42525C color RGB value is (66,82,92).

RGB: (66,82,92) (26%, 32%, 36%)

RGB channels and saturation

R 66 of 255 = 26%
G 82 of 255 = 32%
B 92 of 255 = 36%

66
82
92

R + G + B ~ 31%. #42525C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 82 + 92 = 240 (100%)
R 66 of 240 ~ 27.5%
G 82 of 240 ~ 34.17%
B 92 of 240 ~ 38.33'%

%27.5
%34.17
%38.33

CMYK color model

#42525C color CMYK value is (28,11,0,64).

  • cyan value is 28.26%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (28,11,0,64)
C28M11Y0K64 (28%, 11%, 0%, 64%)
(0.28 / 0.11 / 0.00 / 0.64)

CMYK percentages

%28.26
%10.87
%0
%63.92

Codes

Color #42525C in popluar color models

42 52 5C
RGB 66 82 92
HSL 203° 16.46% 30.98%
HSB/HSV 203° 28.26% 36.08%
CMYK 28.26% 10.87% 0.00%
63.92%

Color #42525C in popluar number systems.

HEX 42 52 5C
Decimal 66 82 92
Binary 1000010 1010010 1011100
Octal 102 122 134

Shades and tints

Shades of #42525C

#42525C
(66,82,92)
#3C4B54
(60,75,84)
#36444C
(54,68,76)
#303D44
(48,61,68)
#2A363C
(42,54,60)
#242F34
(36,47,52)
#1E282C
(30,40,44)
#182124
(24,33,36)
#121A1C
(18,26,28)
#0C1314
(12,19,20)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #42525C

#42525C
(66,82,92)
#53616A
(83,97,106)
#647078
(100,112,120)
#757F86
(117,127,134)
#868E94
(134,142,148)
#979DA2
(151,157,162)
#A8ACB0
(168,172,176)
#B9BBBE
(185,187,190)
#CACACC
(202,202,204)
#DBD9DA
(219,217,218)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42525C; }

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

This text font color is #42525C.

Background Color

.myBgColor { background-color: #42525C; }

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

This div background color is #42525C.

Border color

.myBorderColor { border: 1px solid #42525C; }

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

This div border color is #42525C.

Opacity

.myOpacity80 { color: #42525C; opacity: 0.8; }

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

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

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

This text has shadow with #42525C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42525C.

Preview

Color preview on black background

This text has color #42525C on black background.


Color preview on white background

This text has color #42525C on white background.


Black color preview on #42525C background

This text has black color on #42525C background.


White color preview on #42525C background

This text has white color on #42525C background.


Related colors

Complementary color

Complementary color for #hex is #BDADA3.


I love getcolorcode.com

Triadic colors

1 #5C4252 and #525C42 with #42525C are triadic colors.

2 #5C5242 and #52425C with #42525C are triadic colors.