COLOR #421734

HEX: #421734
RGB: (66,23,52)

Color info

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

RGB color model

#421734 color RGB value is (66,23,52).

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

RGB channels and saturation

R 66 of 255 = 26%
G 23 of 255 = 9%
B 52 of 255 = 20%

66
23
52

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

Portions of RGB colors in percentages

R + G + B =
66 + 23 + 52 = 141 (100%)
R 66 of 141 ~ 46.81%
G 23 of 141 ~ 16.31%
B 52 of 141 ~ 36.88%

%46.81
%16.31
%36.88

CMYK color model

#421734 color CMYK value is (0,65,21,74).

  • cyan value is 0.00%
  • magenta value is 65.15%
  • yellow value is 21.21%
  • key color value is 74.12%
CMYK:
(0,65,21,74)
C0M65Y21K74 
(0%,65%,21%,74%)
(0.00/0.65/0.21/0.74)	

CMYK percentages

%0
%65.15
%21.21
%74.12

Codes

Color #421734 in popluar color models

421734
RGB662352
HSL320°48.31%17.45%
HSB/HSV320°65.15%25.88%
CMYK0.00%65.15%21.21%
74.12%

Color #421734 in popluar number systems.

HEX421734
Decimal662352
Binary100001010111110100
Octal1022764

Shades and tints

Shades of #421734

#421734
(66,23,52)
#3C1530
(60,21,48)
#36132C
(54,19,44)
#301128
(48,17,40)
#2A0F24
(42,15,36)
#240D20
(36,13,32)
#1E0B1C
(30,11,28)
#180918
(24,9,24)
#120714
(18,7,20)
#0C0510
(12,5,16)
#06030C
(6,3,12)
#000000
(0,0,0)

Tints of #421734

#421734
(66,23,52)
#532C46
(83,44,70)
#644158
(100,65,88)
#75566A
(117,86,106)
#866B7C
(134,107,124)
#97808E
(151,128,142)
#A895A0
(168,149,160)
#B9AAB2
(185,170,178)
#CABFC4
(202,191,196)
#DBD4D6
(219,212,214)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421734; }

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

This text font color is #421734.


Background Color

.myBgColor { background-color: #421734; }

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

This div background color is #421734.


Border color

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

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

This div border color is #421734.


Opacity

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

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

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

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

This text has shadow with #421734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421734 on black background.


Color preview on white background

This text has color #421734 on white background.



Black color preview on #421734 background

This text has black color on #421734 background.


White color preview on #421734 background

This text has white color on #421734 background.