COLOR #42284B

HEX: #42284B
RGB: (66,40,75)

Color info

#42284B contains red, green and blue colors in about the same proportion. Web safe color of #42284B is #333333 (or #333).

RGB color model

#42284B color RGB value is (66,40,75).

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

RGB channels and saturation

R 66 of 255 = 26%
G 40 of 255 = 16%
B 75 of 255 = 29%

66
40
75

R + G + B ~ 24%. #42284B is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 40 + 75 = 181 (100%)
R 66 of 181 ~ 36.46%
G 40 of 181 ~ 22.1%
B 75 of 181 ~ 41.44%

%36.46
%22.1
%41.44

CMYK color model

#42284B color CMYK value is (12,47,0,71).

  • cyan value is 12.00%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(12,47,0,71)
C12M47Y0K71 
(12%,47%,0%,71%)
(0.12/0.47/0.00/0.71)	

CMYK percentages

%12
%46.67
%0
%70.59

Codes

Color #42284B in popluar color models

42284B
RGB664075
HSL285°30.43%22.55%
HSB/HSV285°46.67%29.41%
CMYK12.00%46.67%0.00%
70.59%

Color #42284B in popluar number systems.

HEX42284B
Decimal664075
Binary10000101010001001011
Octal10250113

Shades and tints

Shades of #42284B

#42284B
(66,40,75)
#3C2545
(60,37,69)
#36223F
(54,34,63)
#301F39
(48,31,57)
#2A1C33
(42,28,51)
#24192D
(36,25,45)
#1E1627
(30,22,39)
#181321
(24,19,33)
#12101B
(18,16,27)
#0C0D15
(12,13,21)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #42284B

#42284B
(66,40,75)
#533B5B
(83,59,91)
#644E6B
(100,78,107)
#75617B
(117,97,123)
#86748B
(134,116,139)
#97879B
(151,135,155)
#A89AAB
(168,154,171)
#B9ADBB
(185,173,187)
#CAC0CB
(202,192,203)
#DBD3DB
(219,211,219)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42284B; }

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

This text font color is #42284B.


Background Color

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

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

This div background color is #42284B.


Border color

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

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

This div border color is #42284B.


Opacity

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

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

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

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

This text has shadow with #42284B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42284B on black background.


Color preview on white background

This text has color #42284B on white background.



Black color preview on #42284B background

This text has black color on #42284B background.


White color preview on #42284B background

This text has white color on #42284B background.