COLOR #42242F

HEX: #42242F
RGB: (66,36,47)

Color info

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

RGB color model

#42242F color RGB value is (66,36,47).

  • red value is 66;
  • green value is 36;
  • blue value is 47.
RGB:
(66,36,47)
(26%,14%,18%)

RGB channels and saturation

R 66 of 255 = 26%
G 36 of 255 = 14%
B 47 of 255 = 18%

66
36
47

R + G + B ~ 19%. #42242F is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 36 + 47 = 149 (100%)
R 66 of 149 ~ 44.3%
G 36 of 149 ~ 24.16%
B 47 of 149 ~ 31.54%

%44.3
%24.16
%31.54

CMYK color model

#42242F color CMYK value is (0,45,29,74).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 28.79%
  • key color value is 74.12%
CMYK:
(0,45,29,74)
C0M45Y29K74 
(0%,45%,29%,74%)
(0.00/0.45/0.29/0.74)	

CMYK percentages

%0
%45.45
%28.79
%74.12

Codes

Color #42242F in popluar color models

42242F
RGB663647
HSL338°29.41%20.00%
HSB/HSV338°45.45%25.88%
CMYK0.00%45.45%28.79%
74.12%

Color #42242F in popluar number systems.

HEX42242F
Decimal663647
Binary1000010100100101111
Octal1024457

Shades and tints

Shades of #42242F

#42242F
(66,36,47)
#3C212B
(60,33,43)
#361E27
(54,30,39)
#301B23
(48,27,35)
#2A181F
(42,24,31)
#24151B
(36,21,27)
#1E1217
(30,18,23)
#180F13
(24,15,19)
#120C0F
(18,12,15)
#0C090B
(12,9,11)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #42242F

#42242F
(66,36,47)
#533741
(83,55,65)
#644A53
(100,74,83)
#755D65
(117,93,101)
#867077
(134,112,119)
#978389
(151,131,137)
#A8969B
(168,150,155)
#B9A9AD
(185,169,173)
#CABCBF
(202,188,191)
#DBCFD1
(219,207,209)
#ECE2E3
(236,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42242F color. Also use rgb(66,36,47) instead hex code.

Text Font Color

.myTextColor { color: #42242F; }

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

This text font color is #42242F.


Background Color

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

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

This div background color is #42242F.


Border color

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

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

This div border color is #42242F.


Opacity

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

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

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

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

This text has shadow with #42242F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42242F on black background.


Color preview on white background

This text has color #42242F on white background.



Black color preview on #42242F background

This text has black color on #42242F background.


White color preview on #42242F background

This text has white color on #42242F background.