COLOR #42094B

HEX: #42094B
RGB: (66,9,75)

Color info

#42094B contains mainly red and blue colors. Web safe color of #42094B is #330033 (or #303).

RGB color model

#42094B color RGB value is (66,9,75).

  • red value is 66;
  • green value is 9;
  • blue value is 75.
RGB:
(66,9,75)
(26%,4%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 9 of 255 = 4%
B 75 of 255 = 29%

66
9
75

R + G + B ~ 20%. #42094B is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 9 + 75 = 150 (100%)
R 66 of 150 ~ 44%
G 9 of 150 ~ 6%
B 75 of 150 ~ 50%

%44
%50

CMYK color model

#42094B color CMYK value is (12,88,0,71).

  • cyan value is 12.00%
  • magenta value is 88.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(12,88,0,71)
C12M88Y0K71 
(12%,88%,0%,71%)
(0.12/0.88/0.00/0.71)	

CMYK percentages

%12
%88
%0
%70.59

Codes

Color #42094B in popluar color models

42094B
RGB66975
HSL292°78.57%16.47%
HSB/HSV292°88.00%29.41%
CMYK12.00%88.00%0.00%
70.59%

Color #42094B in popluar number systems.

HEX42094B
Decimal66975
Binary100001010011001011
Octal10211113

Shades and tints

Shades of #42094B

#42094B
(66,9,75)
#3C0945
(60,9,69)
#36093F
(54,9,63)
#300939
(48,9,57)
#2A0933
(42,9,51)
#24092D
(36,9,45)
#1E0927
(30,9,39)
#180921
(24,9,33)
#12091B
(18,9,27)
#0C0915
(12,9,21)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #42094B

#42094B
(66,9,75)
#531F5B
(83,31,91)
#64356B
(100,53,107)
#754B7B
(117,75,123)
#86618B
(134,97,139)
#97779B
(151,119,155)
#A88DAB
(168,141,171)
#B9A3BB
(185,163,187)
#CAB9CB
(202,185,203)
#DBCFDB
(219,207,219)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42094B color. Also use rgb(66,9,75) instead hex code.

Text Font Color

.myTextColor { color: #42094B; }

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

This text font color is #42094B.


Background Color

.myBgColor { background-color: #42094B; }

<div style="background-color:#42094B">Inner text</div>

This div background color is #42094B.


Border color

.myBorderColor { border: 1px solid #42094B; }

<div style="border:3px solid #42094B">Div</div>

This div border color is #42094B.


Opacity

.myOpacity80 { color: #42094B; opacity: 0.8; }

<p style="color:#42094B;opacity:0.8;">80%</p>

Text with #42094B 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 #42094B;}

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

This text has shadow with #42094B color.

.textShadow {text-shadow: 3px 3px 1px #42094B, 3px 3px 1px red;}

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

This text has shadow with #42094B primary color and red secondary color.


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

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

This text has shadow with #42094B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42094B on black background.


Color preview on white background

This text has color #42094B on white background.



Black color preview on #42094B background

This text has black color on #42094B background.


White color preview on #42094B background

This text has white color on #42094B background.