COLOR #42316F

HEX: #42316F
RGB: (66,49,111)

Color info

#42316F contains mainly red and blue colors. Web safe color of #42316F is #333366 (or #336).

RGB color model

#42316F color RGB value is (66,49,111).

  • red value is 66;
  • green value is 49;
  • blue value is 111.
RGB:
(66,49,111)
(26%,19%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 49 of 255 = 19%
B 111 of 255 = 44%

66
49
111

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

Portions of RGB colors in percentages

R + G + B =
66 + 49 + 111 = 226 (100%)
R 66 of 226 ~ 29.2%
G 49 of 226 ~ 21.68%
B 111 of 226 ~ 49.12%

%29.2
%21.68
%49.12

CMYK color model

#42316F color CMYK value is (41,56,0,56).

  • cyan value is 40.54%
  • magenta value is 55.86%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(41,56,0,56)
C41M56Y0K56 
(41%,56%,0%,56%)
(0.41/0.56/0.00/0.56)	

CMYK percentages

%40.54
%55.86
%0
%56.47

Codes

Color #42316F in popluar color models

42316F
RGB6649111
HSL256°38.75%31.37%
HSB/HSV256°55.86%43.53%
CMYK40.54%55.86%0.00%
56.47%

Color #42316F in popluar number systems.

HEX42316F
Decimal6649111
Binary10000101100011101111
Octal10261157

Shades and tints

Shades of #42316F

#42316F
(66,49,111)
#3C2D65
(60,45,101)
#36295B
(54,41,91)
#302551
(48,37,81)
#2A2147
(42,33,71)
#241D3D
(36,29,61)
#1E1933
(30,25,51)
#181529
(24,21,41)
#12111F
(18,17,31)
#0C0D15
(12,13,21)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #42316F

#42316F
(66,49,111)
#53437C
(83,67,124)
#645589
(100,85,137)
#756796
(117,103,150)
#8679A3
(134,121,163)
#978BB0
(151,139,176)
#A89DBD
(168,157,189)
#B9AFCA
(185,175,202)
#CAC1D7
(202,193,215)
#DBD3E4
(219,211,228)
#ECE5F1
(236,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42316F; }

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

This text font color is #42316F.


Background Color

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

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

This div background color is #42316F.


Border color

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

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

This div border color is #42316F.


Opacity

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

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

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

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

This text has shadow with #42316F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42316F on black background.


Color preview on white background

This text has color #42316F on white background.



Black color preview on #42316F background

This text has black color on #42316F background.


White color preview on #42316F background

This text has white color on #42316F background.