COLOR #42241C

HEX: #42241C
RGB: (66,36,28)

Color info

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

RGB color model

#42241C color RGB value is (66,36,28).

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

RGB channels and saturation

R 66 of 255 = 26%
G 36 of 255 = 14%
B 28 of 255 = 11%

66
36
28

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

Portions of RGB colors in percentages

R + G + B =
66 + 36 + 28 = 130 (100%)
R 66 of 130 ~ 50.77%
G 36 of 130 ~ 27.69%
B 28 of 130 ~ 21.54%

%50.77
%27.69
%21.54

CMYK color model

#42241C color CMYK value is (0,45,58,74).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 57.58%
  • key color value is 74.12%
CMYK:
(0,45,58,74)
C0M45Y58K74 
(0%,45%,58%,74%)
(0.00/0.45/0.58/0.74)	

CMYK percentages

%0
%45.45
%57.58
%74.12

Codes

Color #42241C in popluar color models

42241C
RGB663628
HSL13°40.43%18.43%
HSB/HSV13°57.58%25.88%
CMYK0.00%45.45%57.58%
74.12%

Color #42241C in popluar number systems.

HEX42241C
Decimal663628
Binary100001010010011100
Octal1024434

Shades and tints

Shades of #42241C

#42241C
(66,36,28)
#3C211A
(60,33,26)
#361E18
(54,30,24)
#301B16
(48,27,22)
#2A1814
(42,24,20)
#241512
(36,21,18)
#1E1210
(30,18,16)
#180F0E
(24,15,14)
#120C0C
(18,12,12)
#0C090A
(12,9,10)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #42241C

#42241C
(66,36,28)
#533730
(83,55,48)
#644A44
(100,74,68)
#755D58
(117,93,88)
#86706C
(134,112,108)
#978380
(151,131,128)
#A89694
(168,150,148)
#B9A9A8
(185,169,168)
#CABCBC
(202,188,188)
#DBCFD0
(219,207,208)
#ECE2E4
(236,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42241C; }

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

This text font color is #42241C.


Background Color

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

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

This div background color is #42241C.


Border color

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

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

This div border color is #42241C.


Opacity

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

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

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

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

This text has shadow with #42241C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42241C on black background.


Color preview on white background

This text has color #42241C on white background.



Black color preview on #42241C background

This text has black color on #42241C background.


White color preview on #42241C background

This text has white color on #42241C background.