COLOR #42176E

HEX: #42176E
RGB: (66,23,110)

Color info

#42176E contains mainly red and blue colors. Web safe color of #42176E is #330066 (or #306).

RGB color model

#42176E color RGB value is (66,23,110).

  • red value is 66;
  • green value is 23;
  • blue value is 110.
RGB:
(66,23,110)
(26%,9%,43%)

RGB channels and saturation

R 66 of 255 = 26%
G 23 of 255 = 9%
B 110 of 255 = 43%

66
23
110

R + G + B ~ 26%. #42176E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 23 + 110 = 199 (100%)
R 66 of 199 ~ 33.17%
G 23 of 199 ~ 11.56%
B 110 of 199 ~ 55.28%

%33.17
%11.56
%55.28

CMYK color model

#42176E color CMYK value is (40,79,0,57).

  • cyan value is 40.00%
  • magenta value is 79.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(40,79,0,57)
C40M79Y0K57 
(40%,79%,0%,57%)
(0.40/0.79/0.00/0.57)	

CMYK percentages

%40
%79.09
%0
%56.86

Codes

Color #42176E in popluar color models

42176E
RGB6623110
HSL270°65.41%26.08%
HSB/HSV270°79.09%43.14%
CMYK40.00%79.09%0.00%
56.86%

Color #42176E in popluar number systems.

HEX42176E
Decimal6623110
Binary1000010101111101110
Octal10227156

Shades and tints

Shades of #42176E

#42176E
(66,23,110)
#3C1564
(60,21,100)
#36135A
(54,19,90)
#301150
(48,17,80)
#2A0F46
(42,15,70)
#240D3C
(36,13,60)
#1E0B32
(30,11,50)
#180928
(24,9,40)
#12071E
(18,7,30)
#0C0514
(12,5,20)
#06030A
(6,3,10)
#000000
(0,0,0)

Tints of #42176E

#42176E
(66,23,110)
#532C7B
(83,44,123)
#644188
(100,65,136)
#755695
(117,86,149)
#866BA2
(134,107,162)
#9780AF
(151,128,175)
#A895BC
(168,149,188)
#B9AAC9
(185,170,201)
#CABFD6
(202,191,214)
#DBD4E3
(219,212,227)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42176E color. Also use rgb(66,23,110) instead hex code.

Text Font Color

.myTextColor { color: #42176E; }

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

This text font color is #42176E.


Background Color

.myBgColor { background-color: #42176E; }

<div style="background-color:#42176E">Inner text</div>

This div background color is #42176E.


Border color

.myBorderColor { border: 1px solid #42176E; }

<div style="border:3px solid #42176E">Div</div>

This div border color is #42176E.


Opacity

.myOpacity80 { color: #42176E; opacity: 0.8; }

<p style="color:#42176E;opacity:0.8;">80%</p>

Text with #42176E 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 #42176E;}

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

This text has shadow with #42176E color.

.textShadow {text-shadow: 3px 3px 1px #42176E, 3px 3px 1px red;}

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

This text has shadow with #42176E primary color and red secondary color.


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

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

This text has shadow with #42176E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42176E on black background.


Color preview on white background

This text has color #42176E on white background.



Black color preview on #42176E background

This text has black color on #42176E background.


White color preview on #42176E background

This text has white color on #42176E background.