COLOR #40332E

HEX: #40332E RGB: (64,51,46)

Color info

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

RGB color model

#40332E color RGB value is (64,51,46).

RGB: (64,51,46) (25%, 20%, 18%)

RGB channels and saturation

R 64 of 255 = 25%
G 51 of 255 = 20%
B 46 of 255 = 18%

64
51
46

R + G + B ~ 21%. #40332E is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 51 + 46 = 161 (100%)
R 64 of 161 ~ 39.75%
G 51 of 161 ~ 31.68%
B 46 of 161 ~ 28.57'%

%39.75
%31.68
%28.57

CMYK color model

#40332E color CMYK value is (0,20,28,75).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 28.13%
  • key color value is 74.90%

CMYK: (0,20,28,75)
C0M20Y28K75 (0%, 20%, 28%, 75%)
(0.00 / 0.20 / 0.28 / 0.75)

CMYK percentages

%0
%20.31
%28.13
%74.9

Codes

Color #40332E in popluar color models

40 33 2E
RGB 64 51 46
HSL 17° 16.36% 21.57%
HSB/HSV 17° 28.13% 25.10%
CMYK 0.00% 20.31% 28.13%
74.90%

Color #40332E in popluar number systems.

HEX 40 33 2E
Decimal 64 51 46
Binary 1000000 110011 101110
Octal 100 63 56

Shades and tints

Shades of #40332E

#40332E
(64,51,46)
#3B2F2A
(59,47,42)
#362B26
(54,43,38)
#312722
(49,39,34)
#2C231E
(44,35,30)
#271F1A
(39,31,26)
#221B16
(34,27,22)
#1D1712
(29,23,18)
#18130E
(24,19,14)
#130F0A
(19,15,10)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #40332E

#40332E
(64,51,46)
#514541
(81,69,65)
#625754
(98,87,84)
#736967
(115,105,103)
#847B7A
(132,123,122)
#958D8D
(149,141,141)
#A69FA0
(166,159,160)
#B7B1B3
(183,177,179)
#C8C3C6
(200,195,198)
#D9D5D9
(217,213,217)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40332E color. Also use rgb(64,51,46) instead hex code.

Text Font Color

.myTextColor { color: #40332E; }

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

This text font color is #40332E.

Background Color

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

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

This div background color is #40332E.

Border color

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

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

This div border color is #40332E.

Opacity

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

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

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

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

This text has shadow with #40332E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40332E.

Preview

Color preview on black background

This text has color #40332E on black background.


Color preview on white background

This text has color #40332E on white background.


Black color preview on #40332E background

This text has black color on #40332E background.


White color preview on #40332E background

This text has white color on #40332E background.


Related colors

Complementary color

Complementary color for #hex is #BFCCD1.


I love getcolorcode.com

Triadic colors

1 #2E4033 and #332E40 with #40332E are triadic colors.

2 #2E3340 and #33402E with #40332E are triadic colors.