COLOR #421112

HEX: #421112
RGB: (66,17,18)

Color info

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

RGB color model

#421112 color RGB value is (66,17,18).

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

RGB channels and saturation

R 66 of 255 = 26%
G 17 of 255 = 7%
B 18 of 255 = 7%

66
17
18

R + G + B ~ 13%. #421112 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 17 + 18 = 101 (100%)
R 66 of 101 ~ 65.35%
G 17 of 101 ~ 16.83%
B 18 of 101 ~ 17.82%

%65.35
%16.83
%17.82

CMYK color model

#421112 color CMYK value is (0,74,73,74).

  • cyan value is 0.00%
  • magenta value is 74.24%
  • yellow value is 72.73%
  • key color value is 74.12%
CMYK:
(0,74,73,74)
C0M74Y73K74 
(0%,74%,73%,74%)
(0.00/0.74/0.73/0.74)	

CMYK percentages

%0
%74.24
%72.73
%74.12

Codes

Color #421112 in popluar color models

421112
RGB661718
HSL359°59.04%16.27%
HSB/HSV359°74.24%25.88%
CMYK0.00%74.24%72.73%
74.12%

Color #421112 in popluar number systems.

HEX421112
Decimal661718
Binary10000101000110010
Octal1022122

Shades and tints

Shades of #421112

#421112
(66,17,18)
#3C1011
(60,16,17)
#360F10
(54,15,16)
#300E0F
(48,14,15)
#2A0D0E
(42,13,14)
#240C0D
(36,12,13)
#1E0B0C
(30,11,12)
#180A0B
(24,10,11)
#12090A
(18,9,10)
#0C0809
(12,8,9)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #421112

#421112
(66,17,18)
#532627
(83,38,39)
#643B3C
(100,59,60)
#755051
(117,80,81)
#866566
(134,101,102)
#977A7B
(151,122,123)
#A88F90
(168,143,144)
#B9A4A5
(185,164,165)
#CAB9BA
(202,185,186)
#DBCECF
(219,206,207)
#ECE3E4
(236,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421112; }

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

This text font color is #421112.


Background Color

.myBgColor { background-color: #421112; }

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

This div background color is #421112.


Border color

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

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

This div border color is #421112.


Opacity

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

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

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

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

This text has shadow with #421112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421112 on black background.


Color preview on white background

This text has color #421112 on white background.



Black color preview on #421112 background

This text has black color on #421112 background.


White color preview on #421112 background

This text has white color on #421112 background.