COLOR #42416B

HEX: #42416B
RGB: (66,65,107)

Color info

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

RGB color model

#42416B color RGB value is (66,65,107).

  • red value is 66;
  • green value is 65;
  • blue value is 107.
RGB:
(66,65,107)
(26%,25%,42%)

RGB channels and saturation

R 66 of 255 = 26%
G 65 of 255 = 25%
B 107 of 255 = 42%

66
65
107

R + G + B ~ 31%. #42416B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 65 + 107 = 238 (100%)
R 66 of 238 ~ 27.73%
G 65 of 238 ~ 27.31%
B 107 of 238 ~ 44.96%

%27.73
%27.31
%44.96

CMYK color model

#42416B color CMYK value is (38,39,0,58).

  • cyan value is 38.32%
  • magenta value is 39.25%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(38,39,0,58)
C38M39Y0K58 
(38%,39%,0%,58%)
(0.38/0.39/0.00/0.58)	

CMYK percentages

%38.32
%39.25
%0
%58.04

Codes

Color #42416B in popluar color models

42416B
RGB6665107
HSL241°24.42%33.73%
HSB/HSV241°39.25%41.96%
CMYK38.32%39.25%0.00%
58.04%

Color #42416B in popluar number systems.

HEX42416B
Decimal6665107
Binary100001010000011101011
Octal102101153

Shades and tints

Shades of #42416B

#42416B
(66,65,107)
#3C3C62
(60,60,98)
#363759
(54,55,89)
#303250
(48,50,80)
#2A2D47
(42,45,71)
#24283E
(36,40,62)
#1E2335
(30,35,53)
#181E2C
(24,30,44)
#121923
(18,25,35)
#0C141A
(12,20,26)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #42416B

#42416B
(66,65,107)
#535278
(83,82,120)
#646385
(100,99,133)
#757492
(117,116,146)
#86859F
(134,133,159)
#9796AC
(151,150,172)
#A8A7B9
(168,167,185)
#B9B8C6
(185,184,198)
#CAC9D3
(202,201,211)
#DBDAE0
(219,218,224)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42416B color. Also use rgb(66,65,107) instead hex code.

Text Font Color

.myTextColor { color: #42416B; }

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

This text font color is #42416B.


Background Color

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

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

This div background color is #42416B.


Border color

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

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

This div border color is #42416B.


Opacity

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

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

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

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

This text has shadow with #42416B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42416B on black background.


Color preview on white background

This text has color #42416B on white background.



Black color preview on #42416B background

This text has black color on #42416B background.


White color preview on #42416B background

This text has white color on #42416B background.