COLOR #421118

HEX: #421118
RGB: (66,17,24)

Color info

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

RGB color model

#421118 color RGB value is (66,17,24).

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

RGB channels and saturation

R 66 of 255 = 26%
G 17 of 255 = 7%
B 24 of 255 = 9%

66
17
24

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

Portions of RGB colors in percentages

R + G + B =
66 + 17 + 24 = 107 (100%)
R 66 of 107 ~ 61.68%
G 17 of 107 ~ 15.89%
B 24 of 107 ~ 22.43%

%61.68
%15.89
%22.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 74.24%
  • yellow value is 63.64%
  • key color value is 74.12%
CMYK:
(0,74,64,74)
C0M74Y64K74 
(0%,74%,64%,74%)
(0.00/0.74/0.64/0.74)	

CMYK percentages

%0
%74.24
%63.64
%74.12

Codes

Color #421118 in popluar color models

421118
RGB661724
HSL351°59.04%16.27%
HSB/HSV351°74.24%25.88%
CMYK0.00%74.24%63.64%
74.12%

Color #421118 in popluar number systems.

HEX421118
Decimal661724
Binary10000101000111000
Octal1022130

Shades and tints

Shades of #421118

#421118
(66,17,24)
#3C1016
(60,16,22)
#360F14
(54,15,20)
#300E12
(48,14,18)
#2A0D10
(42,13,16)
#240C0E
(36,12,14)
#1E0B0C
(30,11,12)
#180A0A
(24,10,10)
#120908
(18,9,8)
#0C0806
(12,8,6)
#060704
(6,7,4)
#000000
(0,0,0)

Tints of #421118

#421118
(66,17,24)
#53262D
(83,38,45)
#643B42
(100,59,66)
#755057
(117,80,87)
#86656C
(134,101,108)
#977A81
(151,122,129)
#A88F96
(168,143,150)
#B9A4AB
(185,164,171)
#CAB9C0
(202,185,192)
#DBCED5
(219,206,213)
#ECE3EA
(236,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421118; }

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

This text font color is #421118.


Background Color

.myBgColor { background-color: #421118; }

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

This div background color is #421118.


Border color

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

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

This div border color is #421118.


Opacity

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

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

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

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

This text has shadow with #421118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421118 on black background.


Color preview on white background

This text has color #421118 on white background.



Black color preview on #421118 background

This text has black color on #421118 background.


White color preview on #421118 background

This text has white color on #421118 background.