COLOR #40382F

HEX: #40382F RGB: (64,56,47)

Color info

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

RGB color model

#40382F color RGB value is (64,56,47).

RGB: (64,56,47) (25%, 22%, 18%)

RGB channels and saturation

R 64 of 255 = 25%
G 56 of 255 = 22%
B 47 of 255 = 18%

64
56
47

R + G + B ~ 22%. #40382F is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 56 + 47 = 167 (100%)
R 64 of 167 ~ 38.32%
G 56 of 167 ~ 33.53%
B 47 of 167 ~ 28.14'%

%38.32
%33.53
%28.14

CMYK color model

#40382F color CMYK value is (0,13,27,75).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 26.56%
  • key color value is 74.90%

CMYK: (0,13,27,75)
C0M13Y27K75 (0%, 13%, 27%, 75%)
(0.00 / 0.13 / 0.27 / 0.75)

CMYK percentages

%0
%12.5
%26.56
%74.9

Codes

Color #40382F in popluar color models

40 38 2F
RGB 64 56 47
HSL 32° 15.32% 21.76%
HSB/HSV 32° 26.56% 25.10%
CMYK 0.00% 12.50% 26.56%
74.90%

Color #40382F in popluar number systems.

HEX 40 38 2F
Decimal 64 56 47
Binary 1000000 111000 101111
Octal 100 70 57

Shades and tints

Shades of #40382F

#40382F
(64,56,47)
#3B332B
(59,51,43)
#362E27
(54,46,39)
#312923
(49,41,35)
#2C241F
(44,36,31)
#271F1B
(39,31,27)
#221A17
(34,26,23)
#1D1513
(29,21,19)
#18100F
(24,16,15)
#130B0B
(19,11,11)
#0E0607
(14,6,7)
#000000
(0,0,0)

Tints of #40382F

#40382F
(64,56,47)
#514A41
(81,74,65)
#625C53
(98,92,83)
#736E65
(115,110,101)
#848077
(132,128,119)
#959289
(149,146,137)
#A6A49B
(166,164,155)
#B7B6AD
(183,182,173)
#C8C8BF
(200,200,191)
#D9DAD1
(217,218,209)
#EAECE3
(234,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40382F color. Also use rgb(64,56,47) instead hex code.

Text Font Color

.myTextColor { color: #40382F; }

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

This text font color is #40382F.

Background Color

.myBgColor { background-color: #40382F; }

<div style="background-color:#40382F">Inner text</div>

This div background color is #40382F.

Border color

.myBorderColor { border: 1px solid #40382F; }

<div style="border:3px solid #40382F">Div</div>

This div border color is #40382F.

Opacity

.myOpacity80 { color: #40382F; opacity: 0.8; }

<p style="color:#40382F;opacity:0.8;">80%</p>

Text with #40382F 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 #40382F;}

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

This text has shadow with #40382F color.


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

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

This text has shadow with #40382F primary color and red secondary color.


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

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

This text has shadow with #40382F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #40382F.

Preview

Color preview on black background

This text has color #40382F on black background.


Color preview on white background

This text has color #40382F on white background.


Black color preview on #40382F background

This text has black color on #40382F background.


White color preview on #40382F background

This text has white color on #40382F background.


Related colors

Complementary color

Complementary color for #hex is #BFC7D0.


I love getcolorcode.com

Triadic colors

1 #2F4038 and #382F40 with #40382F are triadic colors.

2 #2F3840 and #38402F with #40382F are triadic colors.