COLOR #42242A

HEX: #42242A
RGB: (66,36,42)

Color info

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

RGB color model

#42242A color RGB value is (66,36,42).

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

RGB channels and saturation

R 66 of 255 = 26%
G 36 of 255 = 14%
B 42 of 255 = 16%

66
36
42

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

Portions of RGB colors in percentages

R + G + B =
66 + 36 + 42 = 144 (100%)
R 66 of 144 ~ 45.83%
G 36 of 144 ~ 25%
B 42 of 144 ~ 29.17%

%45.83
%25
%29.17

CMYK color model

#42242A color CMYK value is (0,45,36,74).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 36.36%
  • key color value is 74.12%
CMYK:
(0,45,36,74)
C0M45Y36K74 
(0%,45%,36%,74%)
(0.00/0.45/0.36/0.74)	

CMYK percentages

%0
%45.45
%36.36
%74.12

Codes

Color #42242A in popluar color models

42242A
RGB663642
HSL348°29.41%20.00%
HSB/HSV348°45.45%25.88%
CMYK0.00%45.45%36.36%
74.12%

Color #42242A in popluar number systems.

HEX42242A
Decimal663642
Binary1000010100100101010
Octal1024452

Shades and tints

Shades of #42242A

#42242A
(66,36,42)
#3C2127
(60,33,39)
#361E24
(54,30,36)
#301B21
(48,27,33)
#2A181E
(42,24,30)
#24151B
(36,21,27)
#1E1218
(30,18,24)
#180F15
(24,15,21)
#120C12
(18,12,18)
#0C090F
(12,9,15)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #42242A

#42242A
(66,36,42)
#53373D
(83,55,61)
#644A50
(100,74,80)
#755D63
(117,93,99)
#867076
(134,112,118)
#978389
(151,131,137)
#A8969C
(168,150,156)
#B9A9AF
(185,169,175)
#CABCC2
(202,188,194)
#DBCFD5
(219,207,213)
#ECE2E8
(236,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42242A; }

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

This text font color is #42242A.


Background Color

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

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

This div background color is #42242A.


Border color

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

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

This div border color is #42242A.


Opacity

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

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

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

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

This text has shadow with #42242A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42242A on black background.


Color preview on white background

This text has color #42242A on white background.



Black color preview on #42242A background

This text has black color on #42242A background.


White color preview on #42242A background

This text has white color on #42242A background.