COLOR #42304A

HEX: #42304A
RGB: (66,48,74)

Color info

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

RGB color model

#42304A color RGB value is (66,48,74).

  • red value is 66;
  • green value is 48;
  • blue value is 74.
RGB:
(66,48,74)
(26%,19%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 48 of 255 = 19%
B 74 of 255 = 29%

66
48
74

R + G + B ~ 25%. #42304A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 48 + 74 = 188 (100%)
R 66 of 188 ~ 35.11%
G 48 of 188 ~ 25.53%
B 74 of 188 ~ 39.36%

%35.11
%25.53
%39.36

CMYK color model

#42304A color CMYK value is (11,35,0,71).

  • cyan value is 10.81%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(11,35,0,71)
C11M35Y0K71 
(11%,35%,0%,71%)
(0.11/0.35/0.00/0.71)	

CMYK percentages

%10.81
%35.14
%0
%70.98

Codes

Color #42304A in popluar color models

42304A
RGB664874
HSL282°21.31%23.92%
HSB/HSV282°35.14%29.02%
CMYK10.81%35.14%0.00%
70.98%

Color #42304A in popluar number systems.

HEX42304A
Decimal664874
Binary10000101100001001010
Octal10260112

Shades and tints

Shades of #42304A

#42304A
(66,48,74)
#3C2C44
(60,44,68)
#36283E
(54,40,62)
#302438
(48,36,56)
#2A2032
(42,32,50)
#241C2C
(36,28,44)
#1E1826
(30,24,38)
#181420
(24,20,32)
#12101A
(18,16,26)
#0C0C14
(12,12,20)
#06080E
(6,8,14)
#000000
(0,0,0)

Tints of #42304A

#42304A
(66,48,74)
#53425A
(83,66,90)
#64546A
(100,84,106)
#75667A
(117,102,122)
#86788A
(134,120,138)
#978A9A
(151,138,154)
#A89CAA
(168,156,170)
#B9AEBA
(185,174,186)
#CAC0CA
(202,192,202)
#DBD2DA
(219,210,218)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42304A color. Also use rgb(66,48,74) instead hex code.

Text Font Color

.myTextColor { color: #42304A; }

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

This text font color is #42304A.


Background Color

.myBgColor { background-color: #42304A; }

<div style="background-color:#42304A">Inner text</div>

This div background color is #42304A.


Border color

.myBorderColor { border: 1px solid #42304A; }

<div style="border:3px solid #42304A">Div</div>

This div border color is #42304A.


Opacity

.myOpacity80 { color: #42304A; opacity: 0.8; }

<p style="color:#42304A;opacity:0.8;">80%</p>

Text with #42304A 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 #42304A;}

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

This text has shadow with #42304A color.

.textShadow {text-shadow: 3px 3px 1px #42304A, 3px 3px 1px red;}

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

This text has shadow with #42304A primary color and red secondary color.


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

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

This text has shadow with #42304A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42304A on black background.


Color preview on white background

This text has color #42304A on white background.



Black color preview on #42304A background

This text has black color on #42304A background.


White color preview on #42304A background

This text has white color on #42304A background.