COLOR #42525A

HEX: #42525A
RGB: (66,82,90)

Color info

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

RGB color model

#42525A color RGB value is (66,82,90).

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

RGB channels and saturation

R 66 of 255 = 26%
G 82 of 255 = 32%
B 90 of 255 = 35%

66
82
90

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

Portions of RGB colors in percentages

R + G + B =
66 + 82 + 90 = 238 (100%)
R 66 of 238 ~ 27.73%
G 82 of 238 ~ 34.45%
B 90 of 238 ~ 37.82%

%27.73
%34.45
%37.82

CMYK color model

#42525A color CMYK value is (27,9,0,65).

  • cyan value is 26.67%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(27,9,0,65)
C27M9Y0K65 
(27%,9%,0%,65%)
(0.27/0.09/0.00/0.65)	

CMYK percentages

%26.67
%8.89
%0
%64.71

Codes

Color #42525A in popluar color models

42525A
RGB668290
HSL200°15.38%30.59%
HSB/HSV200°26.67%35.29%
CMYK26.67%8.89%0.00%
64.71%

Color #42525A in popluar number systems.

HEX42525A
Decimal668290
Binary100001010100101011010
Octal102122132

Shades and tints

Shades of #42525A

#42525A
(66,82,90)
#3C4B52
(60,75,82)
#36444A
(54,68,74)
#303D42
(48,61,66)
#2A363A
(42,54,58)
#242F32
(36,47,50)
#1E282A
(30,40,42)
#182122
(24,33,34)
#121A1A
(18,26,26)
#0C1312
(12,19,18)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #42525A

#42525A
(66,82,90)
#536169
(83,97,105)
#647078
(100,112,120)
#757F87
(117,127,135)
#868E96
(134,142,150)
#979DA5
(151,157,165)
#A8ACB4
(168,172,180)
#B9BBC3
(185,187,195)
#CACAD2
(202,202,210)
#DBD9E1
(219,217,225)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42525A; }

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

This text font color is #42525A.


Background Color

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

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

This div background color is #42525A.


Border color

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

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

This div border color is #42525A.


Opacity

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

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

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

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

This text has shadow with #42525A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42525A on black background.


Color preview on white background

This text has color #42525A on white background.



Black color preview on #42525A background

This text has black color on #42525A background.


White color preview on #42525A background

This text has white color on #42525A background.