COLOR #421752

HEX: #421752
RGB: (66,23,82)

Color info

#421752 contains red, green and blue colors in about the same proportion. Web safe color of #421752 is #330066 (or #306).

RGB color model

#421752 color RGB value is (66,23,82).

  • red value is 66;
  • green value is 23;
  • blue value is 82.
RGB:
(66,23,82)
(26%,9%,32%)

RGB channels and saturation

R 66 of 255 = 26%
G 23 of 255 = 9%
B 82 of 255 = 32%

66
23
82

R + G + B ~ 22%. #421752 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 23 + 82 = 171 (100%)
R 66 of 171 ~ 38.6%
G 23 of 171 ~ 13.45%
B 82 of 171 ~ 47.95%

%38.6
%13.45
%47.95

CMYK color model

#421752 color CMYK value is (20,72,0,68).

  • cyan value is 19.51%
  • magenta value is 71.95%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(20,72,0,68)
C20M72Y0K68 
(20%,72%,0%,68%)
(0.20/0.72/0.00/0.68)	

CMYK percentages

%19.51
%71.95
%0
%67.84

Codes

Color #421752 in popluar color models

421752
RGB662382
HSL284°56.19%20.59%
HSB/HSV284°71.95%32.16%
CMYK19.51%71.95%0.00%
67.84%

Color #421752 in popluar number systems.

HEX421752
Decimal662382
Binary1000010101111010010
Octal10227122

Shades and tints

Shades of #421752

#421752
(66,23,82)
#3C154B
(60,21,75)
#361344
(54,19,68)
#30113D
(48,17,61)
#2A0F36
(42,15,54)
#240D2F
(36,13,47)
#1E0B28
(30,11,40)
#180921
(24,9,33)
#12071A
(18,7,26)
#0C0513
(12,5,19)
#06030C
(6,3,12)
#000000
(0,0,0)

Tints of #421752

#421752
(66,23,82)
#532C61
(83,44,97)
#644170
(100,65,112)
#75567F
(117,86,127)
#866B8E
(134,107,142)
#97809D
(151,128,157)
#A895AC
(168,149,172)
#B9AABB
(185,170,187)
#CABFCA
(202,191,202)
#DBD4D9
(219,212,217)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421752 color. Also use rgb(66,23,82) instead hex code.

Text Font Color

.myTextColor { color: #421752; }

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

This text font color is #421752.


Background Color

.myBgColor { background-color: #421752; }

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

This div background color is #421752.


Border color

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

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

This div border color is #421752.


Opacity

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

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

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

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

This text has shadow with #421752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421752 on black background.


Color preview on white background

This text has color #421752 on white background.



Black color preview on #421752 background

This text has black color on #421752 background.


White color preview on #421752 background

This text has white color on #421752 background.