COLOR #421F1A

HEX: #421F1A
RGB: (66,31,26)

Color info

#421F1A contains red, green and blue colors in about the same proportion. Web safe color of #421F1A is #333300 (or #330).

RGB color model

#421F1A color RGB value is (66,31,26).

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

RGB channels and saturation

R 66 of 255 = 26%
G 31 of 255 = 12%
B 26 of 255 = 10%

66
31
26

R + G + B ~ 16%. #421F1A is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 31 + 26 = 123 (100%)
R 66 of 123 ~ 53.66%
G 31 of 123 ~ 25.2%
B 26 of 123 ~ 21.14%

%53.66
%25.2
%21.14

CMYK color model

#421F1A color CMYK value is (0,53,61,74).

  • cyan value is 0.00%
  • magenta value is 53.03%
  • yellow value is 60.61%
  • key color value is 74.12%
CMYK:
(0,53,61,74)
C0M53Y61K74 
(0%,53%,61%,74%)
(0.00/0.53/0.61/0.74)	

CMYK percentages

%0
%53.03
%60.61
%74.12

Codes

Color #421F1A in popluar color models

421F1A
RGB663126
HSL43.48%18.04%
HSB/HSV60.61%25.88%
CMYK0.00%53.03%60.61%
74.12%

Color #421F1A in popluar number systems.

HEX421F1A
Decimal663126
Binary10000101111111010
Octal1023732

Shades and tints

Shades of #421F1A

#421F1A
(66,31,26)
#3C1D18
(60,29,24)
#361B16
(54,27,22)
#301914
(48,25,20)
#2A1712
(42,23,18)
#241510
(36,21,16)
#1E130E
(30,19,14)
#18110C
(24,17,12)
#120F0A
(18,15,10)
#0C0D08
(12,13,8)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #421F1A

#421F1A
(66,31,26)
#53332E
(83,51,46)
#644742
(100,71,66)
#755B56
(117,91,86)
#866F6A
(134,111,106)
#97837E
(151,131,126)
#A89792
(168,151,146)
#B9ABA6
(185,171,166)
#CABFBA
(202,191,186)
#DBD3CE
(219,211,206)
#ECE7E2
(236,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421F1A; }

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

This text font color is #421F1A.


Background Color

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

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

This div background color is #421F1A.


Border color

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

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

This div border color is #421F1A.


Opacity

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

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

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

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

This text has shadow with #421F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421F1A on black background.


Color preview on white background

This text has color #421F1A on white background.



Black color preview on #421F1A background

This text has black color on #421F1A background.


White color preview on #421F1A background

This text has white color on #421F1A background.