COLOR #421B26

HEX: #421B26
RGB: (66,27,38)

Color info

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

RGB color model

#421B26 color RGB value is (66,27,38).

  • red value is 66;
  • green value is 27;
  • blue value is 38.
RGB:
(66,27,38)
(26%,11%,15%)

RGB channels and saturation

R 66 of 255 = 26%
G 27 of 255 = 11%
B 38 of 255 = 15%

66
27
38

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

Portions of RGB colors in percentages

R + G + B =
66 + 27 + 38 = 131 (100%)
R 66 of 131 ~ 50.38%
G 27 of 131 ~ 20.61%
B 38 of 131 ~ 29.01%

%50.38
%20.61
%29.01

CMYK color model

#421B26 color CMYK value is (0,59,42,74).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 42.42%
  • key color value is 74.12%
CMYK:
(0,59,42,74)
C0M59Y42K74 
(0%,59%,42%,74%)
(0.00/0.59/0.42/0.74)	

CMYK percentages

%0
%59.09
%42.42
%74.12

Codes

Color #421B26 in popluar color models

421B26
RGB662738
HSL343°41.94%18.24%
HSB/HSV343°59.09%25.88%
CMYK0.00%59.09%42.42%
74.12%

Color #421B26 in popluar number systems.

HEX421B26
Decimal662738
Binary100001011011100110
Octal1023346

Shades and tints

Shades of #421B26

#421B26
(66,27,38)
#3C1923
(60,25,35)
#361720
(54,23,32)
#30151D
(48,21,29)
#2A131A
(42,19,26)
#241117
(36,17,23)
#1E0F14
(30,15,20)
#180D11
(24,13,17)
#120B0E
(18,11,14)
#0C090B
(12,9,11)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #421B26

#421B26
(66,27,38)
#532F39
(83,47,57)
#64434C
(100,67,76)
#75575F
(117,87,95)
#866B72
(134,107,114)
#977F85
(151,127,133)
#A89398
(168,147,152)
#B9A7AB
(185,167,171)
#CABBBE
(202,187,190)
#DBCFD1
(219,207,209)
#ECE3E4
(236,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421B26 color. Also use rgb(66,27,38) instead hex code.

Text Font Color

.myTextColor { color: #421B26; }

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

This text font color is #421B26.


Background Color

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

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

This div background color is #421B26.


Border color

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

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

This div border color is #421B26.


Opacity

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

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

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

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

This text has shadow with #421B26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421B26 on black background.


Color preview on white background

This text has color #421B26 on white background.



Black color preview on #421B26 background

This text has black color on #421B26 background.


White color preview on #421B26 background

This text has white color on #421B26 background.