COLOR #42313C

HEX: #42313C RGB: (66,49,60)

Color info

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

RGB color model

#42313C color RGB value is (66,49,60).

RGB: (66,49,60) (26%, 19%, 24%)

RGB channels and saturation

R 66 of 255 = 26%
G 49 of 255 = 19%
B 60 of 255 = 24%

66
49
60

R + G + B ~ 23%. #42313C is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 49 + 60 = 175 (100%)
R 66 of 175 ~ 37.71%
G 49 of 175 ~ 28%
B 60 of 175 ~ 34.29'%

%37.71
%28
%34.29

CMYK color model

#42313C color CMYK value is (0,26,9,74).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 9.09%
  • key color value is 74.12%

CMYK: (0,26,9,74)
C0M26Y9K74 (0%, 26%, 9%, 74%)
(0.00 / 0.26 / 0.09 / 0.74)

CMYK percentages

%0
%25.76
%9.09
%74.12

Codes

Color #42313C in popluar color models

42 31 3C
RGB 66 49 60
HSL 321° 14.78% 22.55%
HSB/HSV 321° 25.76% 25.88%
CMYK 0.00% 25.76% 9.09%
74.12%

Color #42313C in popluar number systems.

HEX 42 31 3C
Decimal 66 49 60
Binary 1000010 110001 111100
Octal 102 61 74

Shades and tints

Shades of #42313C

#42313C
(66,49,60)
#3C2D37
(60,45,55)
#362932
(54,41,50)
#30252D
(48,37,45)
#2A2128
(42,33,40)
#241D23
(36,29,35)
#1E191E
(30,25,30)
#181519
(24,21,25)
#121114
(18,17,20)
#0C0D0F
(12,13,15)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #42313C

#42313C
(66,49,60)
#53434D
(83,67,77)
#64555E
(100,85,94)
#75676F
(117,103,111)
#867980
(134,121,128)
#978B91
(151,139,145)
#A89DA2
(168,157,162)
#B9AFB3
(185,175,179)
#CAC1C4
(202,193,196)
#DBD3D5
(219,211,213)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42313C color. Also use rgb(66,49,60) instead hex code.

Text Font Color

.myTextColor { color: #42313C; }

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

This text font color is #42313C.

Background Color

.myBgColor { background-color: #42313C; }

<div style="background-color:#42313C">Inner text</div>

This div background color is #42313C.

Border color

.myBorderColor { border: 1px solid #42313C; }

<div style="border:3px solid #42313C">Div</div>

This div border color is #42313C.

Opacity

.myOpacity80 { color: #42313C; opacity: 0.8; }

<p style="color:#42313C;opacity:0.8;">80%</p>

Text with #42313C 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 #42313C;}

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

This text has shadow with #42313C color.


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

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

This text has shadow with #42313C primary color and red secondary color.


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

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

This text has shadow with #42313C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #42313C.

Preview

Color preview on black background

This text has color #42313C on black background.


Color preview on white background

This text has color #42313C on white background.


Black color preview on #42313C background

This text has black color on #42313C background.


White color preview on #42313C background

This text has white color on #42313C background.


Related colors

Complementary color

Complementary color for #hex is #BDCEC3.


I love getcolorcode.com

Triadic colors

1 #3C4231 and #313C42 with #42313C are triadic colors.

2 #3C3142 and #31423C with #42313C are triadic colors.