COLOR #40371D

HEX: #40371D RGB: (64,55,29)

Color info

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

RGB color model

#40371D color RGB value is (64,55,29).

RGB: (64,55,29) (25%, 22%, 11%)

RGB channels and saturation

R 64 of 255 = 25%
G 55 of 255 = 22%
B 29 of 255 = 11%

64
55
29

R + G + B ~ 19%. #40371D is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 55 + 29 = 148 (100%)
R 64 of 148 ~ 43.24%
G 55 of 148 ~ 37.16%
B 29 of 148 ~ 19.59'%

%43.24
%37.16
%19.59

CMYK color model

#40371D color CMYK value is (0,14,55,75).

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

CMYK: (0,14,55,75)
C0M14Y55K75 (0%, 14%, 55%, 75%)
(0.00 / 0.14 / 0.55 / 0.75)

CMYK percentages

%0
%14.06
%54.69
%74.9

Codes

Color #40371D in popluar color models

40 37 1D
RGB 64 55 29
HSL 45° 37.63% 18.24%
HSB/HSV 45° 54.69% 25.10%
CMYK 0.00% 14.06% 54.69%
74.90%

Color #40371D in popluar number systems.

HEX 40 37 1D
Decimal 64 55 29
Binary 1000000 110111 11101
Octal 100 67 35

Shades and tints

Shades of #40371D

#40371D
(64,55,29)
#3B321B
(59,50,27)
#362D19
(54,45,25)
#312817
(49,40,23)
#2C2315
(44,35,21)
#271E13
(39,30,19)
#221911
(34,25,17)
#1D140F
(29,20,15)
#180F0D
(24,15,13)
#130A0B
(19,10,11)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #40371D

#40371D
(64,55,29)
#514931
(81,73,49)
#625B45
(98,91,69)
#736D59
(115,109,89)
#847F6D
(132,127,109)
#959181
(149,145,129)
#A6A395
(166,163,149)
#B7B5A9
(183,181,169)
#C8C7BD
(200,199,189)
#D9D9D1
(217,217,209)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40371D; }

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

This text font color is #40371D.

Background Color

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

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

This div background color is #40371D.

Border color

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

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

This div border color is #40371D.

Opacity

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

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

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

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

This text has shadow with #40371D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40371D.

Preview

Color preview on black background

This text has color #40371D on black background.


Color preview on white background

This text has color #40371D on white background.


Black color preview on #40371D background

This text has black color on #40371D background.


White color preview on #40371D background

This text has white color on #40371D background.


Related colors

Complementary color

Complementary color for #hex is #BFC8E2.


I love getcolorcode.com

Triadic colors

1 #1D4037 and #371D40 with #40371D are triadic colors.

2 #1D3740 and #37401D with #40371D are triadic colors.