COLOR #421E23

HEX: #421E23
RGB: (66,30,35)

Color info

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

RGB color model

#421E23 color RGB value is (66,30,35).

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

RGB channels and saturation

R 66 of 255 = 26%
G 30 of 255 = 12%
B 35 of 255 = 14%

66
30
35

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

Portions of RGB colors in percentages

R + G + B =
66 + 30 + 35 = 131 (100%)
R 66 of 131 ~ 50.38%
G 30 of 131 ~ 22.9%
B 35 of 131 ~ 26.72%

%50.38
%22.9
%26.72

CMYK color model

#421E23 color CMYK value is (0,55,47,74).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 46.97%
  • key color value is 74.12%
CMYK:
(0,55,47,74)
C0M55Y47K74 
(0%,55%,47%,74%)
(0.00/0.55/0.47/0.74)	

CMYK percentages

%0
%54.55
%46.97
%74.12

Codes

Color #421E23 in popluar color models

421E23
RGB663035
HSL352°37.50%18.82%
HSB/HSV352°54.55%25.88%
CMYK0.00%54.55%46.97%
74.12%

Color #421E23 in popluar number systems.

HEX421E23
Decimal663035
Binary100001011110100011
Octal1023643

Shades and tints

Shades of #421E23

#421E23
(66,30,35)
#3C1C20
(60,28,32)
#361A1D
(54,26,29)
#30181A
(48,24,26)
#2A1617
(42,22,23)
#241414
(36,20,20)
#1E1211
(30,18,17)
#18100E
(24,16,14)
#120E0B
(18,14,11)
#0C0C08
(12,12,8)
#060A05
(6,10,5)
#000000
(0,0,0)

Tints of #421E23

#421E23
(66,30,35)
#533237
(83,50,55)
#64464B
(100,70,75)
#755A5F
(117,90,95)
#866E73
(134,110,115)
#978287
(151,130,135)
#A8969B
(168,150,155)
#B9AAAF
(185,170,175)
#CABEC3
(202,190,195)
#DBD2D7
(219,210,215)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421E23; }

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

This text font color is #421E23.


Background Color

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

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

This div background color is #421E23.


Border color

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

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

This div border color is #421E23.


Opacity

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

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

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

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

This text has shadow with #421E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421E23 on black background.


Color preview on white background

This text has color #421E23 on white background.



Black color preview on #421E23 background

This text has black color on #421E23 background.


White color preview on #421E23 background

This text has white color on #421E23 background.