COLOR #42304F

HEX: #42304F RGB: (66,48,79)

Color info

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

RGB color model

#42304F color RGB value is (66,48,79).

RGB: (66,48,79) (26%, 19%, 31%)

RGB channels and saturation

R 66 of 255 = 26%
G 48 of 255 = 19%
B 79 of 255 = 31%

66
48
79

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

Portions of RGB colors in percentages

R + G + B = 66 + 48 + 79 = 193 (100%)
R 66 of 193 ~ 34.2%
G 48 of 193 ~ 24.87%
B 79 of 193 ~ 40.93'%

%34.2
%24.87
%40.93

CMYK color model

#42304F color CMYK value is (16,39,0,69).

  • cyan value is 16.46%
  • magenta value is 39.24%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (16,39,0,69)
C16M39Y0K69 (16%, 39%, 0%, 69%)
(0.16 / 0.39 / 0.00 / 0.69)

CMYK percentages

%16.46
%39.24
%0
%69.02

Codes

Color #42304F in popluar color models

42 30 4F
RGB 66 48 79
HSL 275° 24.41% 24.90%
HSB/HSV 275° 39.24% 30.98%
CMYK 16.46% 39.24% 0.00%
69.02%

Color #42304F in popluar number systems.

HEX 42 30 4F
Decimal 66 48 79
Binary 1000010 110000 1001111
Octal 102 60 117

Shades and tints

Shades of #42304F

#42304F
(66,48,79)
#3C2C48
(60,44,72)
#362841
(54,40,65)
#30243A
(48,36,58)
#2A2033
(42,32,51)
#241C2C
(36,28,44)
#1E1825
(30,24,37)
#18141E
(24,20,30)
#121017
(18,16,23)
#0C0C10
(12,12,16)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #42304F

#42304F
(66,48,79)
#53425F
(83,66,95)
#64546F
(100,84,111)
#75667F
(117,102,127)
#86788F
(134,120,143)
#978A9F
(151,138,159)
#A89CAF
(168,156,175)
#B9AEBF
(185,174,191)
#CAC0CF
(202,192,207)
#DBD2DF
(219,210,223)
#ECE4EF
(236,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42304F; }

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

This text font color is #42304F.

Background Color

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

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

This div background color is #42304F.

Border color

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

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

This div border color is #42304F.

Opacity

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

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

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

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

This text has shadow with #42304F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42304F.

Preview

Color preview on black background

This text has color #42304F on black background.


Color preview on white background

This text has color #42304F on white background.


Black color preview on #42304F background

This text has black color on #42304F background.


White color preview on #42304F background

This text has white color on #42304F background.


Related colors

Complementary color

Complementary color for #hex is #BDCFB0.


I love getcolorcode.com

Triadic colors

1 #4F4230 and #304F42 with #42304F are triadic colors.

2 #4F3042 and #30424F with #42304F are triadic colors.