COLOR #421418

HEX: #421418
RGB: (66,20,24)

Color info

#421418 contains red, green and blue colors in about the same proportion. Web safe color of #421418 is #330000 (or #300).

RGB color model

#421418 color RGB value is (66,20,24).

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

RGB channels and saturation

R 66 of 255 = 26%
G 20 of 255 = 8%
B 24 of 255 = 9%

66
20
24

R + G + B ~ 14%. #421418 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 20 + 24 = 110 (100%)
R 66 of 110 ~ 60%
G 20 of 110 ~ 18.18%
B 24 of 110 ~ 21.82%

%60
%18.18
%21.82

CMYK color model

#421418 color CMYK value is (0,70,64,74).

  • cyan value is 0.00%
  • magenta value is 69.70%
  • yellow value is 63.64%
  • key color value is 74.12%
CMYK:
(0,70,64,74)
C0M70Y64K74 
(0%,70%,64%,74%)
(0.00/0.70/0.64/0.74)	

CMYK percentages

%0
%69.7
%63.64
%74.12

Codes

Color #421418 in popluar color models

421418
RGB662024
HSL355°53.49%16.86%
HSB/HSV355°69.70%25.88%
CMYK0.00%69.70%63.64%
74.12%

Color #421418 in popluar number systems.

HEX421418
Decimal662024
Binary10000101010011000
Octal1022430

Shades and tints

Shades of #421418

#421418
(66,20,24)
#3C1316
(60,19,22)
#361214
(54,18,20)
#301112
(48,17,18)
#2A1010
(42,16,16)
#240F0E
(36,15,14)
#1E0E0C
(30,14,12)
#180D0A
(24,13,10)
#120C08
(18,12,8)
#0C0B06
(12,11,6)
#060A04
(6,10,4)
#000000
(0,0,0)

Tints of #421418

#421418
(66,20,24)
#53292D
(83,41,45)
#643E42
(100,62,66)
#755357
(117,83,87)
#86686C
(134,104,108)
#977D81
(151,125,129)
#A89296
(168,146,150)
#B9A7AB
(185,167,171)
#CABCC0
(202,188,192)
#DBD1D5
(219,209,213)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421418; }

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

This text font color is #421418.


Background Color

.myBgColor { background-color: #421418; }

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

This div background color is #421418.


Border color

.myBorderColor { border: 1px solid #421418; }

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

This div border color is #421418.


Opacity

.myOpacity80 { color: #421418; opacity: 0.8; }

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

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

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

This text has shadow with #421418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421418 on black background.


Color preview on white background

This text has color #421418 on white background.



Black color preview on #421418 background

This text has black color on #421418 background.


White color preview on #421418 background

This text has white color on #421418 background.