COLOR #421F3D

HEX: #421F3D
RGB: (66,31,61)

Color info

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

RGB color model

#421F3D color RGB value is (66,31,61).

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

RGB channels and saturation

R 66 of 255 = 26%
G 31 of 255 = 12%
B 61 of 255 = 24%

66
31
61

R + G + B ~ 21%. #421F3D is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 31 + 61 = 158 (100%)
R 66 of 158 ~ 41.77%
G 31 of 158 ~ 19.62%
B 61 of 158 ~ 38.61%

%41.77
%19.62
%38.61

CMYK color model

#421F3D color CMYK value is (0,53,8,74).

  • cyan value is 0.00%
  • magenta value is 53.03%
  • yellow value is 7.58%
  • key color value is 74.12%
CMYK:
(0,53,8,74)
C0M53Y8K74 
(0%,53%,8%,74%)
(0.00/0.53/0.08/0.74)	

CMYK percentages

%0
%53.03
%7.58
%74.12

Codes

Color #421F3D in popluar color models

421F3D
RGB663161
HSL309°36.08%19.02%
HSB/HSV309°53.03%25.88%
CMYK0.00%53.03%7.58%
74.12%

Color #421F3D in popluar number systems.

HEX421F3D
Decimal663161
Binary100001011111111101
Octal1023775

Shades and tints

Shades of #421F3D

#421F3D
(66,31,61)
#3C1D38
(60,29,56)
#361B33
(54,27,51)
#30192E
(48,25,46)
#2A1729
(42,23,41)
#241524
(36,21,36)
#1E131F
(30,19,31)
#18111A
(24,17,26)
#120F15
(18,15,21)
#0C0D10
(12,13,16)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #421F3D

#421F3D
(66,31,61)
#53334E
(83,51,78)
#64475F
(100,71,95)
#755B70
(117,91,112)
#866F81
(134,111,129)
#978392
(151,131,146)
#A897A3
(168,151,163)
#B9ABB4
(185,171,180)
#CABFC5
(202,191,197)
#DBD3D6
(219,211,214)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421F3D; }

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

This text font color is #421F3D.


Background Color

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

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

This div background color is #421F3D.


Border color

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

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

This div border color is #421F3D.


Opacity

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

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

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

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

This text has shadow with #421F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421F3D on black background.


Color preview on white background

This text has color #421F3D on white background.



Black color preview on #421F3D background

This text has black color on #421F3D background.


White color preview on #421F3D background

This text has white color on #421F3D background.