COLOR #42425C

HEX: #42425C
RGB: (66,66,92)

Color info

#42425C contains red, green and blue colors in about the same proportion. Web safe color of #42425C is #333366 (or #336).

RGB color model

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

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

RGB channels and saturation

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

66
66
92

R + G + B ~ 29%. #42425C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 66 + 92 = 224 (100%)
R 66 of 224 ~ 29.46%
G 66 of 224 ~ 29.46%
B 92 of 224 ~ 41.07%

%29.46
%29.46
%41.07

CMYK color model

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

  • cyan value is 28.26%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(28,28,0,64)
C28M28Y0K64 
(28%,28%,0%,64%)
(0.28/0.28/0.00/0.64)	

CMYK percentages

%28.26
%28.26
%0
%63.92

Codes

Color #42425C in popluar color models

42425C
RGB666692
HSL240°16.46%30.98%
HSB/HSV240°28.26%36.08%
CMYK28.26%28.26%0.00%
63.92%

Color #42425C in popluar number systems.

HEX42425C
Decimal666692
Binary100001010000101011100
Octal102102134

Shades and tints

Shades of #42425C

#42425C
(66,66,92)
#3C3C54
(60,60,84)
#36364C
(54,54,76)
#303044
(48,48,68)
#2A2A3C
(42,42,60)
#242434
(36,36,52)
#1E1E2C
(30,30,44)
#181824
(24,24,36)
#12121C
(18,18,28)
#0C0C14
(12,12,20)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #42425C

#42425C
(66,66,92)
#53536A
(83,83,106)
#646478
(100,100,120)
#757586
(117,117,134)
#868694
(134,134,148)
#9797A2
(151,151,162)
#A8A8B0
(168,168,176)
#B9B9BE
(185,185,190)
#CACACC
(202,202,204)
#DBDBDA
(219,219,218)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42425C; }

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

This text font color is #42425C.


Background Color

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

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

This div background color is #42425C.


Border color

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

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

This div border color is #42425C.


Opacity

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

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

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

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

This text has shadow with #42425C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42425C on black background.


Color preview on white background

This text has color #42425C on white background.



Black color preview on #42425C background

This text has black color on #42425C background.


White color preview on #42425C background

This text has white color on #42425C background.