COLOR #421E38

HEX: #421E38
RGB: (66,30,56)

Color info

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

RGB color model

#421E38 color RGB value is (66,30,56).

  • red value is 66;
  • green value is 30;
  • blue value is 56.
RGB:
(66,30,56)
(26%,12%,22%)

RGB channels and saturation

R 66 of 255 = 26%
G 30 of 255 = 12%
B 56 of 255 = 22%

66
30
56

R + G + B ~ 20%. #421E38 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 30 + 56 = 152 (100%)
R 66 of 152 ~ 43.42%
G 30 of 152 ~ 19.74%
B 56 of 152 ~ 36.84%

%43.42
%19.74
%36.84

CMYK color model

#421E38 color CMYK value is (0,55,15,74).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 15.15%
  • key color value is 74.12%
CMYK:
(0,55,15,74)
C0M55Y15K74 
(0%,55%,15%,74%)
(0.00/0.55/0.15/0.74)	

CMYK percentages

%0
%54.55
%15.15
%74.12

Codes

Color #421E38 in popluar color models

421E38
RGB663056
HSL317°37.50%18.82%
HSB/HSV317°54.55%25.88%
CMYK0.00%54.55%15.15%
74.12%

Color #421E38 in popluar number systems.

HEX421E38
Decimal663056
Binary100001011110111000
Octal1023670

Shades and tints

Shades of #421E38

#421E38
(66,30,56)
#3C1C33
(60,28,51)
#361A2E
(54,26,46)
#301829
(48,24,41)
#2A1624
(42,22,36)
#24141F
(36,20,31)
#1E121A
(30,18,26)
#181015
(24,16,21)
#120E10
(18,14,16)
#0C0C0B
(12,12,11)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #421E38

#421E38
(66,30,56)
#53324A
(83,50,74)
#64465C
(100,70,92)
#755A6E
(117,90,110)
#866E80
(134,110,128)
#978292
(151,130,146)
#A896A4
(168,150,164)
#B9AAB6
(185,170,182)
#CABEC8
(202,190,200)
#DBD2DA
(219,210,218)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421E38 color. Also use rgb(66,30,56) instead hex code.

Text Font Color

.myTextColor { color: #421E38; }

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

This text font color is #421E38.


Background Color

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

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

This div background color is #421E38.


Border color

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

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

This div border color is #421E38.


Opacity

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

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

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

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

This text has shadow with #421E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421E38 on black background.


Color preview on white background

This text has color #421E38 on white background.



Black color preview on #421E38 background

This text has black color on #421E38 background.


White color preview on #421E38 background

This text has white color on #421E38 background.