COLOR #421D37

HEX: #421D37
RGB: (66,29,55)

Color info

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

RGB color model

#421D37 color RGB value is (66,29,55).

  • red value is 66;
  • green value is 29;
  • blue value is 55.
RGB:
(66,29,55)
(26%,11%,22%)

RGB channels and saturation

R 66 of 255 = 26%
G 29 of 255 = 11%
B 55 of 255 = 22%

66
29
55

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

Portions of RGB colors in percentages

R + G + B =
66 + 29 + 55 = 150 (100%)
R 66 of 150 ~ 44%
G 29 of 150 ~ 19.33%
B 55 of 150 ~ 36.67%

%44
%19.33
%36.67

CMYK color model

#421D37 color CMYK value is (0,56,17,74).

  • cyan value is 0.00%
  • magenta value is 56.06%
  • yellow value is 16.67%
  • key color value is 74.12%
CMYK:
(0,56,17,74)
C0M56Y17K74 
(0%,56%,17%,74%)
(0.00/0.56/0.17/0.74)	

CMYK percentages

%0
%56.06
%16.67
%74.12

Codes

Color #421D37 in popluar color models

421D37
RGB662955
HSL318°38.95%18.63%
HSB/HSV318°56.06%25.88%
CMYK0.00%56.06%16.67%
74.12%

Color #421D37 in popluar number systems.

HEX421D37
Decimal662955
Binary100001011101110111
Octal1023567

Shades and tints

Shades of #421D37

#421D37
(66,29,55)
#3C1B32
(60,27,50)
#36192D
(54,25,45)
#301728
(48,23,40)
#2A1523
(42,21,35)
#24131E
(36,19,30)
#1E1119
(30,17,25)
#180F14
(24,15,20)
#120D0F
(18,13,15)
#0C0B0A
(12,11,10)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #421D37

#421D37
(66,29,55)
#533149
(83,49,73)
#64455B
(100,69,91)
#75596D
(117,89,109)
#866D7F
(134,109,127)
#978191
(151,129,145)
#A895A3
(168,149,163)
#B9A9B5
(185,169,181)
#CABDC7
(202,189,199)
#DBD1D9
(219,209,217)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421D37 color. Also use rgb(66,29,55) instead hex code.

Text Font Color

.myTextColor { color: #421D37; }

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

This text font color is #421D37.


Background Color

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

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

This div background color is #421D37.


Border color

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

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

This div border color is #421D37.


Opacity

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

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

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

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

This text has shadow with #421D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421D37 on black background.


Color preview on white background

This text has color #421D37 on white background.



Black color preview on #421D37 background

This text has black color on #421D37 background.


White color preview on #421D37 background

This text has white color on #421D37 background.