COLOR #421532

HEX: #421532
RGB: (66,21,50)

Color info

#421532 contains red, green and blue colors in about the same proportion. Web safe color of #421532 is #330033 (or #303).

RGB color model

#421532 color RGB value is (66,21,50).

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

RGB channels and saturation

R 66 of 255 = 26%
G 21 of 255 = 8%
B 50 of 255 = 20%

66
21
50

R + G + B ~ 18%. #421532 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 21 + 50 = 137 (100%)
R 66 of 137 ~ 48.18%
G 21 of 137 ~ 15.33%
B 50 of 137 ~ 36.5%

%48.18
%15.33
%36.5

CMYK color model

#421532 color CMYK value is (0,68,24,74).

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 24.24%
  • key color value is 74.12%
CMYK:
(0,68,24,74)
C0M68Y24K74 
(0%,68%,24%,74%)
(0.00/0.68/0.24/0.74)	

CMYK percentages

%0
%68.18
%24.24
%74.12

Codes

Color #421532 in popluar color models

421532
RGB662150
HSL321°51.72%17.06%
HSB/HSV321°68.18%25.88%
CMYK0.00%68.18%24.24%
74.12%

Color #421532 in popluar number systems.

HEX421532
Decimal662150
Binary100001010101110010
Octal1022562

Shades and tints

Shades of #421532

#421532
(66,21,50)
#3C142E
(60,20,46)
#36132A
(54,19,42)
#301226
(48,18,38)
#2A1122
(42,17,34)
#24101E
(36,16,30)
#1E0F1A
(30,15,26)
#180E16
(24,14,22)
#120D12
(18,13,18)
#0C0C0E
(12,12,14)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #421532

#421532
(66,21,50)
#532A44
(83,42,68)
#643F56
(100,63,86)
#755468
(117,84,104)
#86697A
(134,105,122)
#977E8C
(151,126,140)
#A8939E
(168,147,158)
#B9A8B0
(185,168,176)
#CABDC2
(202,189,194)
#DBD2D4
(219,210,212)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421532; }

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

This text font color is #421532.


Background Color

.myBgColor { background-color: #421532; }

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

This div background color is #421532.


Border color

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

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

This div border color is #421532.


Opacity

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

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

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

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

This text has shadow with #421532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421532 on black background.


Color preview on white background

This text has color #421532 on white background.



Black color preview on #421532 background

This text has black color on #421532 background.


White color preview on #421532 background

This text has white color on #421532 background.