COLOR #42324F

HEX: #42324F
RGB: (66,50,79)

Color info

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

RGB color model

#42324F color RGB value is (66,50,79).

  • red value is 66;
  • green value is 50;
  • blue value is 79.
RGB:
(66,50,79)
(26%,20%,31%)

RGB channels and saturation

R 66 of 255 = 26%
G 50 of 255 = 20%
B 79 of 255 = 31%

66
50
79

R + G + B ~ 26%. #42324F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 50 + 79 = 195 (100%)
R 66 of 195 ~ 33.85%
G 50 of 195 ~ 25.64%
B 79 of 195 ~ 40.51%

%33.85
%25.64
%40.51

CMYK color model

#42324F color CMYK value is (16,37,0,69).

  • cyan value is 16.46%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(16,37,0,69)
C16M37Y0K69 
(16%,37%,0%,69%)
(0.16/0.37/0.00/0.69)	

CMYK percentages

%16.46
%36.71
%0
%69.02

Codes

Color #42324F in popluar color models

42324F
RGB665079
HSL273°22.48%25.29%
HSB/HSV273°36.71%30.98%
CMYK16.46%36.71%0.00%
69.02%

Color #42324F in popluar number systems.

HEX42324F
Decimal665079
Binary10000101100101001111
Octal10262117

Shades and tints

Shades of #42324F

#42324F
(66,50,79)
#3C2E48
(60,46,72)
#362A41
(54,42,65)
#30263A
(48,38,58)
#2A2233
(42,34,51)
#241E2C
(36,30,44)
#1E1A25
(30,26,37)
#18161E
(24,22,30)
#121217
(18,18,23)
#0C0E10
(12,14,16)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #42324F

#42324F
(66,50,79)
#53445F
(83,68,95)
#64566F
(100,86,111)
#75687F
(117,104,127)
#867A8F
(134,122,143)
#978C9F
(151,140,159)
#A89EAF
(168,158,175)
#B9B0BF
(185,176,191)
#CAC2CF
(202,194,207)
#DBD4DF
(219,212,223)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42324F color. Also use rgb(66,50,79) instead hex code.

Text Font Color

.myTextColor { color: #42324F; }

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

This text font color is #42324F.


Background Color

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

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

This div background color is #42324F.


Border color

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

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

This div border color is #42324F.


Opacity

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

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

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

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

This text has shadow with #42324F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42324F on black background.


Color preview on white background

This text has color #42324F on white background.



Black color preview on #42324F background

This text has black color on #42324F background.


White color preview on #42324F background

This text has white color on #42324F background.