COLOR #421C30

HEX: #421C30
RGB: (66,28,48)

Color info

#421C30 contains red, green and blue colors in about the same proportion. Web safe color of #421C30 is #333333 (or #333).

RGB color model

#421C30 color RGB value is (66,28,48).

  • red value is 66;
  • green value is 28;
  • blue value is 48.
RGB:
(66,28,48)
(26%,11%,19%)

RGB channels and saturation

R 66 of 255 = 26%
G 28 of 255 = 11%
B 48 of 255 = 19%

66
28
48

R + G + B ~ 19%. #421C30 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 28 + 48 = 142 (100%)
R 66 of 142 ~ 46.48%
G 28 of 142 ~ 19.72%
B 48 of 142 ~ 33.8%

%46.48
%19.72
%33.8

CMYK color model

#421C30 color CMYK value is (0,58,27,74).

  • cyan value is 0.00%
  • magenta value is 57.58%
  • yellow value is 27.27%
  • key color value is 74.12%
CMYK:
(0,58,27,74)
C0M58Y27K74 
(0%,58%,27%,74%)
(0.00/0.58/0.27/0.74)	

CMYK percentages

%0
%57.58
%27.27
%74.12

Codes

Color #421C30 in popluar color models

421C30
RGB662848
HSL328°40.43%18.43%
HSB/HSV328°57.58%25.88%
CMYK0.00%57.58%27.27%
74.12%

Color #421C30 in popluar number systems.

HEX421C30
Decimal662848
Binary100001011100110000
Octal1023460

Shades and tints

Shades of #421C30

#421C30
(66,28,48)
#3C1A2C
(60,26,44)
#361828
(54,24,40)
#301624
(48,22,36)
#2A1420
(42,20,32)
#24121C
(36,18,28)
#1E1018
(30,16,24)
#180E14
(24,14,20)
#120C10
(18,12,16)
#0C0A0C
(12,10,12)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #421C30

#421C30
(66,28,48)
#533042
(83,48,66)
#644454
(100,68,84)
#755866
(117,88,102)
#866C78
(134,108,120)
#97808A
(151,128,138)
#A8949C
(168,148,156)
#B9A8AE
(185,168,174)
#CABCC0
(202,188,192)
#DBD0D2
(219,208,210)
#ECE4E4
(236,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421C30 color. Also use rgb(66,28,48) instead hex code.

Text Font Color

.myTextColor { color: #421C30; }

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

This text font color is #421C30.


Background Color

.myBgColor { background-color: #421C30; }

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

This div background color is #421C30.


Border color

.myBorderColor { border: 1px solid #421C30; }

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

This div border color is #421C30.


Opacity

.myOpacity80 { color: #421C30; opacity: 0.8; }

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

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

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

This text has shadow with #421C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421C30 on black background.


Color preview on white background

This text has color #421C30 on white background.



Black color preview on #421C30 background

This text has black color on #421C30 background.


White color preview on #421C30 background

This text has white color on #421C30 background.