COLOR #421518

HEX: #421518
RGB: (66,21,24)

Color info

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

RGB color model

#421518 color RGB value is (66,21,24).

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

RGB channels and saturation

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

66
21
24

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

Portions of RGB colors in percentages

R + G + B =
66 + 21 + 24 = 111 (100%)
R 66 of 111 ~ 59.46%
G 21 of 111 ~ 18.92%
B 24 of 111 ~ 21.62%

%59.46
%18.92
%21.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 63.64%
  • key color value is 74.12%
CMYK:
(0,68,64,74)
C0M68Y64K74 
(0%,68%,64%,74%)
(0.00/0.68/0.64/0.74)	

CMYK percentages

%0
%68.18
%63.64
%74.12

Codes

Color #421518 in popluar color models

421518
RGB662124
HSL356°51.72%17.06%
HSB/HSV356°68.18%25.88%
CMYK0.00%68.18%63.64%
74.12%

Color #421518 in popluar number systems.

HEX421518
Decimal662124
Binary10000101010111000
Octal1022530

Shades and tints

Shades of #421518

#421518
(66,21,24)
#3C1416
(60,20,22)
#361314
(54,19,20)
#301212
(48,18,18)
#2A1110
(42,17,16)
#24100E
(36,16,14)
#1E0F0C
(30,15,12)
#180E0A
(24,14,10)
#120D08
(18,13,8)
#0C0C06
(12,12,6)
#060B04
(6,11,4)
#000000
(0,0,0)

Tints of #421518

#421518
(66,21,24)
#532A2D
(83,42,45)
#643F42
(100,63,66)
#755457
(117,84,87)
#86696C
(134,105,108)
#977E81
(151,126,129)
#A89396
(168,147,150)
#B9A8AB
(185,168,171)
#CABDC0
(202,189,192)
#DBD2D5
(219,210,213)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421518; }

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

This text font color is #421518.


Background Color

.myBgColor { background-color: #421518; }

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

This div background color is #421518.


Border color

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

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

This div border color is #421518.


Opacity

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

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

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

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

This text has shadow with #421518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421518 on black background.


Color preview on white background

This text has color #421518 on white background.



Black color preview on #421518 background

This text has black color on #421518 background.


White color preview on #421518 background

This text has white color on #421518 background.