COLOR #42525D

HEX: #42525D
RGB: (66,82,93)

Color info

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

RGB color model

#42525D color RGB value is (66,82,93).

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

RGB channels and saturation

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

66
82
93

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

Portions of RGB colors in percentages

R + G + B =
66 + 82 + 93 = 241 (100%)
R 66 of 241 ~ 27.39%
G 82 of 241 ~ 34.02%
B 93 of 241 ~ 38.59%

%27.39
%34.02
%38.59

CMYK color model

#42525D color CMYK value is (29,12,0,64).

  • cyan value is 29.03%
  • magenta value is 11.83%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (29,12,0,64) C29M12Y0K64 (29%,12%,0%,64%) (0.29/0.12/0.00/0.64)

CMYK percentages

%29.03
%11.83
%0
%63.53

Codes

Color #42525D in popluar color models

42525D
RGB668293
HSL204°16.98%31.18%
HSB/HSV204°29.03%36.47%
CMYK29.03%11.83%0.00%
63.53%

Color #42525D in popluar number systems.

HEX42525D
Decimal668293
Binary100001010100101011101
Octal102122135

Shades and tints

Shades of #42525D

#42525D
(66,82,93)
#3C4B55
(60,75,85)
#36444D
(54,68,77)
#303D45
(48,61,69)
#2A363D
(42,54,61)
#242F35
(36,47,53)
#1E282D
(30,40,45)
#182125
(24,33,37)
#121A1D
(18,26,29)
#0C1315
(12,19,21)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #42525D

#42525D
(66,82,93)
#53616B
(83,97,107)
#647079
(100,112,121)
#757F87
(117,127,135)
#868E95
(134,142,149)
#979DA3
(151,157,163)
#A8ACB1
(168,172,177)
#B9BBBF
(185,187,191)
#CACACD
(202,202,205)
#DBD9DB
(219,217,219)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42525D; }

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

This text font color is #42525D.


Background Color

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

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

This div background color is #42525D.


Border color

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

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

This div border color is #42525D.


Opacity

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

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

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

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

This text has shadow with #42525D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #42525D on black background.


Color preview on white background

This text has color #42525D on white background.



Black color preview on #42525D background

This text has black color on #42525D background.


White color preview on #42525D background

This text has white color on #42525D background.