COLOR #421F2C

HEX: #421F2C
RGB: (66,31,44)

Color info

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

RGB color model

#421F2C color RGB value is (66,31,44).

  • red value is 66;
  • green value is 31;
  • blue value is 44.
RGB:
(66,31,44)
(26%,12%,17%)

RGB channels and saturation

R 66 of 255 = 26%
G 31 of 255 = 12%
B 44 of 255 = 17%

66
31
44

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

Portions of RGB colors in percentages

R + G + B =
66 + 31 + 44 = 141 (100%)
R 66 of 141 ~ 46.81%
G 31 of 141 ~ 21.99%
B 44 of 141 ~ 31.21%

%46.81
%21.99
%31.21

CMYK color model

#421F2C color CMYK value is (0,53,33,74).

  • cyan value is 0.00%
  • magenta value is 53.03%
  • yellow value is 33.33%
  • key color value is 74.12%
CMYK:
(0,53,33,74)
C0M53Y33K74 
(0%,53%,33%,74%)
(0.00/0.53/0.33/0.74)	

CMYK percentages

%0
%53.03
%33.33
%74.12

Codes

Color #421F2C in popluar color models

421F2C
RGB663144
HSL338°36.08%19.02%
HSB/HSV338°53.03%25.88%
CMYK0.00%53.03%33.33%
74.12%

Color #421F2C in popluar number systems.

HEX421F2C
Decimal663144
Binary100001011111101100
Octal1023754

Shades and tints

Shades of #421F2C

#421F2C
(66,31,44)
#3C1D28
(60,29,40)
#361B24
(54,27,36)
#301920
(48,25,32)
#2A171C
(42,23,28)
#241518
(36,21,24)
#1E1314
(30,19,20)
#181110
(24,17,16)
#120F0C
(18,15,12)
#0C0D08
(12,13,8)
#060B04
(6,11,4)
#000000
(0,0,0)

Tints of #421F2C

#421F2C
(66,31,44)
#53333F
(83,51,63)
#644752
(100,71,82)
#755B65
(117,91,101)
#866F78
(134,111,120)
#97838B
(151,131,139)
#A8979E
(168,151,158)
#B9ABB1
(185,171,177)
#CABFC4
(202,191,196)
#DBD3D7
(219,211,215)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421F2C color. Also use rgb(66,31,44) instead hex code.

Text Font Color

.myTextColor { color: #421F2C; }

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

This text font color is #421F2C.


Background Color

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

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

This div background color is #421F2C.


Border color

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

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

This div border color is #421F2C.


Opacity

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

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

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

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

This text has shadow with #421F2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421F2C on black background.


Color preview on white background

This text has color #421F2C on white background.



Black color preview on #421F2C background

This text has black color on #421F2C background.


White color preview on #421F2C background

This text has white color on #421F2C background.