COLOR #42344F

HEX: #42344F RGB: (66,52,79)

Color info

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

RGB color model

#42344F color RGB value is (66,52,79).

RGB: (66,52,79) (26%, 20%, 31%)

RGB channels and saturation

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

66
52
79

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

Portions of RGB colors in percentages

R + G + B = 66 + 52 + 79 = 197 (100%)
R 66 of 197 ~ 33.5%
G 52 of 197 ~ 26.4%
B 79 of 197 ~ 40.1'%

%33.5
%26.4
%40.1

CMYK color model

#42344F color CMYK value is (16,34,0,69).

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

CMYK: (16,34,0,69)
C16M34Y0K69 (16%, 34%, 0%, 69%)
(0.16 / 0.34 / 0.00 / 0.69)

CMYK percentages

%16.46
%34.18
%0
%69.02

Codes

Color #42344F in popluar color models

42 34 4F
RGB 66 52 79
HSL 271° 20.61% 25.69%
HSB/HSV 271° 34.18% 30.98%
CMYK 16.46% 34.18% 0.00%
69.02%

Color #42344F in popluar number systems.

HEX 42 34 4F
Decimal 66 52 79
Binary 1000010 110100 1001111
Octal 102 64 117

Shades and tints

Shades of #42344F

#42344F
(66,52,79)
#3C3048
(60,48,72)
#362C41
(54,44,65)
#30283A
(48,40,58)
#2A2433
(42,36,51)
#24202C
(36,32,44)
#1E1C25
(30,28,37)
#18181E
(24,24,30)
#121417
(18,20,23)
#0C1010
(12,16,16)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #42344F

#42344F
(66,52,79)
#53465F
(83,70,95)
#64586F
(100,88,111)
#756A7F
(117,106,127)
#867C8F
(134,124,143)
#978E9F
(151,142,159)
#A8A0AF
(168,160,175)
#B9B2BF
(185,178,191)
#CAC4CF
(202,196,207)
#DBD6DF
(219,214,223)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42344F; }

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

This text font color is #42344F.

Background Color

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

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

This div background color is #42344F.

Border color

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

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

This div border color is #42344F.

Opacity

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

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

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

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

This text has shadow with #42344F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42344F.

Preview

Color preview on black background

This text has color #42344F on black background.


Color preview on white background

This text has color #42344F on white background.


Black color preview on #42344F background

This text has black color on #42344F background.


White color preview on #42344F background

This text has white color on #42344F background.


Related colors

Complementary color

Complementary color for #hex is #BDCBB0.


I love getcolorcode.com

Triadic colors

1 #4F4234 and #344F42 with #42344F are triadic colors.

2 #4F3442 and #34424F with #42344F are triadic colors.