COLOR #40211E

HEX: #40211E RGB: (64,33,30)

Color info

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

RGB color model

#40211E color RGB value is (64,33,30).

RGB: (64,33,30) (25%, 13%, 12%)

RGB channels and saturation

R 64 of 255 = 25%
G 33 of 255 = 13%
B 30 of 255 = 12%

64
33
30

R + G + B ~ 17%. #40211E is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 33 + 30 = 127 (100%)
R 64 of 127 ~ 50.39%
G 33 of 127 ~ 25.98%
B 30 of 127 ~ 23.62'%

%50.39
%25.98
%23.62

CMYK color model

#40211E color CMYK value is (0,48,53,75).

  • cyan value is 0.00%
  • magenta value is 48.44%
  • yellow value is 53.13%
  • key color value is 74.90%
CMYK: (0,48,53,75) C0M48Y53K75 (0%,48%,53%,75%) (0.00/0.48/0.53/0.75) 

CMYK percentages

%0
%48.44
%53.13
%74.9

Codes

Color #40211E in popluar color models

40 21 1E
RGB 64 33 30
HSL 36.17% 18.43%
HSB/HSV 53.13% 25.10%
CMYK 0.00% 48.44% 53.13%
74.90%

Color #40211E in popluar number systems.

HEX 40 21 1E
Decimal 64 33 30
Binary 1000000 100001 11110
Octal 100 41 36

Shades and tints

Shades of #40211E

#40211E
(64,33,30)
#3B1E1C
(59,30,28)
#361B1A
(54,27,26)
#311818
(49,24,24)
#2C1516
(44,21,22)
#271214
(39,18,20)
#220F12
(34,15,18)
#1D0C10
(29,12,16)
#18090E
(24,9,14)
#13060C
(19,6,12)
#0E030A
(14,3,10)
#000000
(0,0,0)

Tints of #40211E

#40211E
(64,33,30)
#513532
(81,53,50)
#624946
(98,73,70)
#735D5A
(115,93,90)
#84716E
(132,113,110)
#958582
(149,133,130)
#A69996
(166,153,150)
#B7ADAA
(183,173,170)
#C8C1BE
(200,193,190)
#D9D5D2
(217,213,210)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40211E color. Also use rgb(64,33,30) instead hex code.

Text Font Color

.myTextColor { color: #40211E; }

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

This text font color is #40211E.

Background Color

.myBgColor { background-color: #40211E; }

<div style="background-color:#40211E">Inner text</div>

This div background color is #40211E.

Border color

.myBorderColor { border: 1px solid #40211E; }

<div style="border:3px solid #40211E">Div</div>

This div border color is #40211E.

Opacity

.myOpacity80 { color: #40211E; opacity: 0.8; }

<p style="color:#40211E;opacity:0.8;">80%</p>

Text with #40211E 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 #40211E;}

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

This text has shadow with #40211E color.


.textShadow {text-shadow: 3px 3px 1px #40211E', 3px 3px 1px red;}

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

This text has shadow with #40211E primary color and red secondary color.


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

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

This text has shadow with #40211E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #40211E; -webkit-box-shadow: 1px 1px 3px 2px #40211E; box-shadow:1px 1px 3px 2px #40211E;">
Div content here
</div>

This div box has shadow with color #40211E.

Preview

Color preview on black background

This text has color #40211E on black background.


Color preview on white background

This text has color #40211E on white background.


Black color preview on #40211E background

This text has black color on #40211E background.


White color preview on #40211E background

This text has white color on #40211E background.


Related colors

Complementary color

Complementary color for #hex is #BFDEE1.


I love getcolorcode.com

Triadic colors

1 #1E4021 and #211E40 with #40211E are triadic colors.

2 #1E2140 and #21401E with #40211E are triadic colors.