COLOR #421F38

HEX: #421F38
RGB: (66,31,56)

Color info

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

RGB color model

#421F38 color RGB value is (66,31,56).

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

RGB channels and saturation

R 66 of 255 = 26%
G 31 of 255 = 12%
B 56 of 255 = 22%

66
31
56

R + G + B ~ 20%. #421F38 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 31 + 56 = 153 (100%)
R 66 of 153 ~ 43.14%
G 31 of 153 ~ 20.26%
B 56 of 153 ~ 36.6%

%43.14
%20.26
%36.6

CMYK color model

#421F38 color CMYK value is (0,53,15,74).

  • cyan value is 0.00%
  • magenta value is 53.03%
  • yellow value is 15.15%
  • key color value is 74.12%
CMYK:
(0,53,15,74)
C0M53Y15K74 
(0%,53%,15%,74%)
(0.00/0.53/0.15/0.74)	

CMYK percentages

%0
%53.03
%15.15
%74.12

Codes

Color #421F38 in popluar color models

421F38
RGB663156
HSL317°36.08%19.02%
HSB/HSV317°53.03%25.88%
CMYK0.00%53.03%15.15%
74.12%

Color #421F38 in popluar number systems.

HEX421F38
Decimal663156
Binary100001011111111000
Octal1023770

Shades and tints

Shades of #421F38

#421F38
(66,31,56)
#3C1D33
(60,29,51)
#361B2E
(54,27,46)
#301929
(48,25,41)
#2A1724
(42,23,36)
#24151F
(36,21,31)
#1E131A
(30,19,26)
#181115
(24,17,21)
#120F10
(18,15,16)
#0C0D0B
(12,13,11)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #421F38

#421F38
(66,31,56)
#53334A
(83,51,74)
#64475C
(100,71,92)
#755B6E
(117,91,110)
#866F80
(134,111,128)
#978392
(151,131,146)
#A897A4
(168,151,164)
#B9ABB6
(185,171,182)
#CABFC8
(202,191,200)
#DBD3DA
(219,211,218)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421F38; }

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

This text font color is #421F38.


Background Color

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

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

This div background color is #421F38.


Border color

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

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

This div border color is #421F38.


Opacity

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

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

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

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

This text has shadow with #421F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421F38 on black background.


Color preview on white background

This text has color #421F38 on white background.



Black color preview on #421F38 background

This text has black color on #421F38 background.


White color preview on #421F38 background

This text has white color on #421F38 background.