COLOR #421C23

HEX: #421C23
RGB: (66,28,35)

Color info

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

RGB color model

#421C23 color RGB value is (66,28,35).

  • red value is 66;
  • green value is 28;
  • blue value is 35.
RGB:
(66,28,35)
(26%,11%,14%)

RGB channels and saturation

R 66 of 255 = 26%
G 28 of 255 = 11%
B 35 of 255 = 14%

66
28
35

R + G + B ~ 17%. #421C23 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 28 + 35 = 129 (100%)
R 66 of 129 ~ 51.16%
G 28 of 129 ~ 21.71%
B 35 of 129 ~ 27.13%

%51.16
%21.71
%27.13

CMYK color model

#421C23 color CMYK value is (0,58,47,74).

  • cyan value is 0.00%
  • magenta value is 57.58%
  • yellow value is 46.97%
  • key color value is 74.12%
CMYK:
(0,58,47,74)
C0M58Y47K74 
(0%,58%,47%,74%)
(0.00/0.58/0.47/0.74)	

CMYK percentages

%0
%57.58
%46.97
%74.12

Codes

Color #421C23 in popluar color models

421C23
RGB662835
HSL349°40.43%18.43%
HSB/HSV349°57.58%25.88%
CMYK0.00%57.58%46.97%
74.12%

Color #421C23 in popluar number systems.

HEX421C23
Decimal662835
Binary100001011100100011
Octal1023443

Shades and tints

Shades of #421C23

#421C23
(66,28,35)
#3C1A20
(60,26,32)
#36181D
(54,24,29)
#30161A
(48,22,26)
#2A1417
(42,20,23)
#241214
(36,18,20)
#1E1011
(30,16,17)
#180E0E
(24,14,14)
#120C0B
(18,12,11)
#0C0A08
(12,10,8)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #421C23

#421C23
(66,28,35)
#533037
(83,48,55)
#64444B
(100,68,75)
#75585F
(117,88,95)
#866C73
(134,108,115)
#978087
(151,128,135)
#A8949B
(168,148,155)
#B9A8AF
(185,168,175)
#CABCC3
(202,188,195)
#DBD0D7
(219,208,215)
#ECE4EB
(236,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421C23 color. Also use rgb(66,28,35) instead hex code.

Text Font Color

.myTextColor { color: #421C23; }

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

This text font color is #421C23.


Background Color

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

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

This div background color is #421C23.


Border color

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

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

This div border color is #421C23.


Opacity

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

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

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

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

This text has shadow with #421C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421C23 on black background.


Color preview on white background

This text has color #421C23 on white background.



Black color preview on #421C23 background

This text has black color on #421C23 background.


White color preview on #421C23 background

This text has white color on #421C23 background.