COLOR #40241D

HEX: #40241D RGB: (64,36,29)

Color info

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

RGB color model

#40241D color RGB value is (64,36,29).

RGB: (64,36,29) (25%, 14%, 11%)

RGB channels and saturation

R 64 of 255 = 25%
G 36 of 255 = 14%
B 29 of 255 = 11%

64
36
29

R + G + B ~ 17%. #40241D is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 36 + 29 = 129 (100%)
R 64 of 129 ~ 49.61%
G 36 of 129 ~ 27.91%
B 29 of 129 ~ 22.48'%

%49.61
%27.91
%22.48

CMYK color model

#40241D color CMYK value is (0,44,55,75).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 54.69%
  • key color value is 74.90%

CMYK: (0,44,55,75)
C0M44Y55K75 (0%, 44%, 55%, 75%)
(0.00 / 0.44 / 0.55 / 0.75)

CMYK percentages

%0
%43.75
%54.69
%74.9

Codes

Color #40241D in popluar color models

40 24 1D
RGB 64 36 29
HSL 12° 37.63% 18.24%
HSB/HSV 12° 54.69% 25.10%
CMYK 0.00% 43.75% 54.69%
74.90%

Color #40241D in popluar number systems.

HEX 40 24 1D
Decimal 64 36 29
Binary 1000000 100100 11101
Octal 100 44 35

Shades and tints

Shades of #40241D

#40241D
(64,36,29)
#3B211B
(59,33,27)
#361E19
(54,30,25)
#311B17
(49,27,23)
#2C1815
(44,24,21)
#271513
(39,21,19)
#221211
(34,18,17)
#1D0F0F
(29,15,15)
#180C0D
(24,12,13)
#13090B
(19,9,11)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #40241D

#40241D
(64,36,29)
#513731
(81,55,49)
#624A45
(98,74,69)
#735D59
(115,93,89)
#84706D
(132,112,109)
#958381
(149,131,129)
#A69695
(166,150,149)
#B7A9A9
(183,169,169)
#C8BCBD
(200,188,189)
#D9CFD1
(217,207,209)
#EAE2E5
(234,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40241D color. Also use rgb(64,36,29) instead hex code.

Text Font Color

.myTextColor { color: #40241D; }

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

This text font color is #40241D.

Background Color

.myBgColor { background-color: #40241D; }

<div style="background-color:#40241D">Inner text</div>

This div background color is #40241D.

Border color

.myBorderColor { border: 1px solid #40241D; }

<div style="border:3px solid #40241D">Div</div>

This div border color is #40241D.

Opacity

.myOpacity80 { color: #40241D; opacity: 0.8; }

<p style="color:#40241D;opacity:0.8;">80%</p>

Text with #40241D 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 #40241D;}

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

This text has shadow with #40241D color.


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

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

This text has shadow with #40241D primary color and red secondary color.


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

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

This text has shadow with #40241D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #40241D.

Preview

Color preview on black background

This text has color #40241D on black background.


Color preview on white background

This text has color #40241D on white background.


Black color preview on #40241D background

This text has black color on #40241D background.


White color preview on #40241D background

This text has white color on #40241D background.


Related colors

Complementary color

Complementary color for #hex is #BFDBE2.


I love getcolorcode.com

Triadic colors

1 #1D4024 and #241D40 with #40241D are triadic colors.

2 #1D2440 and #24401D with #40241D are triadic colors.