COLOR #42425F

HEX: #42425F
RGB: (66,66,95)

Color info

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

RGB color model

#42425F color RGB value is (66,66,95).

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

RGB channels and saturation

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

66
66
95

R + G + B ~ 30%. #42425F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 66 + 95 = 227 (100%)
R 66 of 227 ~ 29.07%
G 66 of 227 ~ 29.07%
B 95 of 227 ~ 41.85%

%29.07
%29.07
%41.85

CMYK color model

#42425F color CMYK value is (31,31,0,63).

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

CMYK percentages

%30.53
%30.53
%0
%62.75

Codes

Color #42425F in popluar color models

42425F
RGB666695
HSL240°18.01%31.57%
HSB/HSV240°30.53%37.25%
CMYK30.53%30.53%0.00%
62.75%

Color #42425F in popluar number systems.

HEX42425F
Decimal666695
Binary100001010000101011111
Octal102102137

Shades and tints

Shades of #42425F

#42425F
(66,66,95)
#3C3C57
(60,60,87)
#36364F
(54,54,79)
#303047
(48,48,71)
#2A2A3F
(42,42,63)
#242437
(36,36,55)
#1E1E2F
(30,30,47)
#181827
(24,24,39)
#12121F
(18,18,31)
#0C0C17
(12,12,23)
#06060F
(6,6,15)
#000000
(0,0,0)

Tints of #42425F

#42425F
(66,66,95)
#53536D
(83,83,109)
#64647B
(100,100,123)
#757589
(117,117,137)
#868697
(134,134,151)
#9797A5
(151,151,165)
#A8A8B3
(168,168,179)
#B9B9C1
(185,185,193)
#CACACF
(202,202,207)
#DBDBDD
(219,219,221)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42425F; }

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

This text font color is #42425F.


Background Color

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

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

This div background color is #42425F.


Border color

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

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

This div border color is #42425F.


Opacity

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

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

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

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

This text has shadow with #42425F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42425F on black background.


Color preview on white background

This text has color #42425F on white background.



Black color preview on #42425F background

This text has black color on #42425F background.


White color preview on #42425F background

This text has white color on #42425F background.