COLOR #42275C

HEX: #42275C
RGB: (66,39,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

66
39
92

R + G + B ~ 26%. #42275C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 39 + 92 = 197 (100%)
R 66 of 197 ~ 33.5%
G 39 of 197 ~ 19.8%
B 92 of 197 ~ 46.7%

%33.5
%19.8
%46.7

CMYK color model

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

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

CMYK percentages

%28.26
%57.61
%0
%63.92

Codes

Color #42275C in popluar color models

42275C
RGB663992
HSL271°40.46%25.69%
HSB/HSV271°57.61%36.08%
CMYK28.26%57.61%0.00%
63.92%

Color #42275C in popluar number systems.

HEX42275C
Decimal663992
Binary10000101001111011100
Octal10247134

Shades and tints

Shades of #42275C

#42275C
(66,39,92)
#3C2454
(60,36,84)
#36214C
(54,33,76)
#301E44
(48,30,68)
#2A1B3C
(42,27,60)
#241834
(36,24,52)
#1E152C
(30,21,44)
#181224
(24,18,36)
#120F1C
(18,15,28)
#0C0C14
(12,12,20)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #42275C

#42275C
(66,39,92)
#533A6A
(83,58,106)
#644D78
(100,77,120)
#756086
(117,96,134)
#867394
(134,115,148)
#9786A2
(151,134,162)
#A899B0
(168,153,176)
#B9ACBE
(185,172,190)
#CABFCC
(202,191,204)
#DBD2DA
(219,210,218)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42275C; }

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

This text font color is #42275C.


Background Color

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

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

This div background color is #42275C.


Border color

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

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

This div border color is #42275C.


Opacity

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

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

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

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

This text has shadow with #42275C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42275C on black background.


Color preview on white background

This text has color #42275C on white background.



Black color preview on #42275C background

This text has black color on #42275C background.


White color preview on #42275C background

This text has white color on #42275C background.