COLOR #42241E

HEX: #42241E
RGB: (66,36,30)

Color info

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

RGB color model

#42241E color RGB value is (66,36,30).

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

RGB channels and saturation

R 66 of 255 = 26%
G 36 of 255 = 14%
B 30 of 255 = 12%

66
36
30

R + G + B ~ 17%. #42241E is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 36 + 30 = 132 (100%)
R 66 of 132 ~ 50%
G 36 of 132 ~ 27.27%
B 30 of 132 ~ 22.73%

%50
%27.27
%22.73

CMYK color model

#42241E color CMYK value is (0,45,55,74).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 54.55%
  • key color value is 74.12%
CMYK:
(0,45,55,74)
C0M45Y55K74 
(0%,45%,55%,74%)
(0.00/0.45/0.55/0.74)	

CMYK percentages

%0
%45.45
%54.55
%74.12

Codes

Color #42241E in popluar color models

42241E
RGB663630
HSL10°37.50%18.82%
HSB/HSV10°54.55%25.88%
CMYK0.00%45.45%54.55%
74.12%

Color #42241E in popluar number systems.

HEX42241E
Decimal663630
Binary100001010010011110
Octal1024436

Shades and tints

Shades of #42241E

#42241E
(66,36,30)
#3C211C
(60,33,28)
#361E1A
(54,30,26)
#301B18
(48,27,24)
#2A1816
(42,24,22)
#241514
(36,21,20)
#1E1212
(30,18,18)
#180F10
(24,15,16)
#120C0E
(18,12,14)
#0C090C
(12,9,12)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #42241E

#42241E
(66,36,30)
#533732
(83,55,50)
#644A46
(100,74,70)
#755D5A
(117,93,90)
#86706E
(134,112,110)
#978382
(151,131,130)
#A89696
(168,150,150)
#B9A9AA
(185,169,170)
#CABCBE
(202,188,190)
#DBCFD2
(219,207,210)
#ECE2E6
(236,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42241E color. Also use rgb(66,36,30) instead hex code.

Text Font Color

.myTextColor { color: #42241E; }

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

This text font color is #42241E.


Background Color

.myBgColor { background-color: #42241E; }

<div style="background-color:#42241E">Inner text</div>

This div background color is #42241E.


Border color

.myBorderColor { border: 1px solid #42241E; }

<div style="border:3px solid #42241E">Div</div>

This div border color is #42241E.


Opacity

.myOpacity80 { color: #42241E; opacity: 0.8; }

<p style="color:#42241E;opacity:0.8;">80%</p>

Text with #42241E 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 #42241E;}

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

This text has shadow with #42241E color.

.textShadow {text-shadow: 3px 3px 1px #42241E, 3px 3px 1px red;}

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

This text has shadow with #42241E primary color and red secondary color.


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

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

This text has shadow with #42241E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42241E on black background.


Color preview on white background

This text has color #42241E on white background.



Black color preview on #42241E background

This text has black color on #42241E background.


White color preview on #42241E background

This text has white color on #42241E background.