COLOR #42181D

HEX: #42181D
RGB: (66,24,29)

Color info

#42181D contains red, green and blue colors in about the same proportion. Web safe color of #42181D is #330033 (or #303).

RGB color model

#42181D color RGB value is (66,24,29).

  • red value is 66;
  • green value is 24;
  • blue value is 29.
RGB:
(66,24,29)
(26%,9%,11%)

RGB channels and saturation

R 66 of 255 = 26%
G 24 of 255 = 9%
B 29 of 255 = 11%

66
24
29

R + G + B ~ 15%. #42181D is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 24 + 29 = 119 (100%)
R 66 of 119 ~ 55.46%
G 24 of 119 ~ 20.17%
B 29 of 119 ~ 24.37%

%55.46
%20.17
%24.37

CMYK color model

#42181D color CMYK value is (0,64,56,74).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 56.06%
  • key color value is 74.12%
CMYK:
(0,64,56,74)
C0M64Y56K74 
(0%,64%,56%,74%)
(0.00/0.64/0.56/0.74)	

CMYK percentages

%0
%63.64
%56.06
%74.12

Codes

Color #42181D in popluar color models

42181D
RGB662429
HSL353°46.67%17.65%
HSB/HSV353°63.64%25.88%
CMYK0.00%63.64%56.06%
74.12%

Color #42181D in popluar number systems.

HEX42181D
Decimal662429
Binary10000101100011101
Octal1023035

Shades and tints

Shades of #42181D

#42181D
(66,24,29)
#3C161B
(60,22,27)
#361419
(54,20,25)
#301217
(48,18,23)
#2A1015
(42,16,21)
#240E13
(36,14,19)
#1E0C11
(30,12,17)
#180A0F
(24,10,15)
#12080D
(18,8,13)
#0C060B
(12,6,11)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #42181D

#42181D
(66,24,29)
#532D31
(83,45,49)
#644245
(100,66,69)
#755759
(117,87,89)
#866C6D
(134,108,109)
#978181
(151,129,129)
#A89695
(168,150,149)
#B9ABA9
(185,171,169)
#CAC0BD
(202,192,189)
#DBD5D1
(219,213,209)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42181D color. Also use rgb(66,24,29) instead hex code.

Text Font Color

.myTextColor { color: #42181D; }

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

This text font color is #42181D.


Background Color

.myBgColor { background-color: #42181D; }

<div style="background-color:#42181D">Inner text</div>

This div background color is #42181D.


Border color

.myBorderColor { border: 1px solid #42181D; }

<div style="border:3px solid #42181D">Div</div>

This div border color is #42181D.


Opacity

.myOpacity80 { color: #42181D; opacity: 0.8; }

<p style="color:#42181D;opacity:0.8;">80%</p>

Text with #42181D 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 #42181D;}

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

This text has shadow with #42181D color.

.textShadow {text-shadow: 3px 3px 1px #42181D, 3px 3px 1px red;}

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

This text has shadow with #42181D primary color and red secondary color.


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

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

This text has shadow with #42181D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42181D on black background.


Color preview on white background

This text has color #42181D on white background.



Black color preview on #42181D background

This text has black color on #42181D background.


White color preview on #42181D background

This text has white color on #42181D background.