COLOR #42293C

HEX: #42293C
RGB: (66,41,60)

Color info

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

RGB color model

#42293C color RGB value is (66,41,60).

  • red value is 66;
  • green value is 41;
  • blue value is 60.
RGB:
(66,41,60)
(26%,16%,24%)

RGB channels and saturation

R 66 of 255 = 26%
G 41 of 255 = 16%
B 60 of 255 = 24%

66
41
60

R + G + B ~ 22%. #42293C is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 41 + 60 = 167 (100%)
R 66 of 167 ~ 39.52%
G 41 of 167 ~ 24.55%
B 60 of 167 ~ 35.93%

%39.52
%24.55
%35.93

CMYK color model

#42293C color CMYK value is (0,38,9,74).

  • cyan value is 0.00%
  • magenta value is 37.88%
  • yellow value is 9.09%
  • key color value is 74.12%
CMYK:
(0,38,9,74)
C0M38Y9K74 
(0%,38%,9%,74%)
(0.00/0.38/0.09/0.74)	

CMYK percentages

%0
%37.88
%9.09
%74.12

Codes

Color #42293C in popluar color models

42293C
RGB664160
HSL314°23.36%20.98%
HSB/HSV314°37.88%25.88%
CMYK0.00%37.88%9.09%
74.12%

Color #42293C in popluar number systems.

HEX42293C
Decimal664160
Binary1000010101001111100
Octal1025174

Shades and tints

Shades of #42293C

#42293C
(66,41,60)
#3C2637
(60,38,55)
#362332
(54,35,50)
#30202D
(48,32,45)
#2A1D28
(42,29,40)
#241A23
(36,26,35)
#1E171E
(30,23,30)
#181419
(24,20,25)
#121114
(18,17,20)
#0C0E0F
(12,14,15)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #42293C

#42293C
(66,41,60)
#533C4D
(83,60,77)
#644F5E
(100,79,94)
#75626F
(117,98,111)
#867580
(134,117,128)
#978891
(151,136,145)
#A89BA2
(168,155,162)
#B9AEB3
(185,174,179)
#CAC1C4
(202,193,196)
#DBD4D5
(219,212,213)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42293C; }

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

This text font color is #42293C.


Background Color

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

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

This div background color is #42293C.


Border color

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

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

This div border color is #42293C.


Opacity

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

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

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

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

This text has shadow with #42293C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42293C on black background.


Color preview on white background

This text has color #42293C on white background.



Black color preview on #42293C background

This text has black color on #42293C background.


White color preview on #42293C background

This text has white color on #42293C background.