COLOR #403332

HEX: #403332
RGB: (64,51,50)

Color info

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

RGB color model

#403332 color RGB value is (64,51,50).

  • red value is 64;
  • green value is 51;
  • blue value is 50.
RGB:
(64,51,50)
(25%,20%,20%)

RGB channels and saturation

R 64 of 255 = 25%
G 51 of 255 = 20%
B 50 of 255 = 20%

64
51
50

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

Portions of RGB colors in percentages

R + G + B =
64 + 51 + 50 = 165 (100%)
R 64 of 165 ~ 38.79%
G 51 of 165 ~ 30.91%
B 50 of 165 ~ 30.3%

%38.79
%30.91
%30.3

CMYK color model

#403332 color CMYK value is (0,20,22,75).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 21.88%
  • key color value is 74.90%
CMYK:
(0,20,22,75)
C0M20Y22K75 
(0%,20%,22%,75%)
(0.00/0.20/0.22/0.75)	

CMYK percentages

%0
%20.31
%21.88
%74.9

Codes

Color #403332 in popluar color models

403332
RGB645150
HSL12.28%22.35%
HSB/HSV21.88%25.10%
CMYK0.00%20.31%21.88%
74.90%

Color #403332 in popluar number systems.

HEX403332
Decimal645150
Binary1000000110011110010
Octal1006362

Shades and tints

Shades of #403332

#403332
(64,51,50)
#3B2F2E
(59,47,46)
#362B2A
(54,43,42)
#312726
(49,39,38)
#2C2322
(44,35,34)
#271F1E
(39,31,30)
#221B1A
(34,27,26)
#1D1716
(29,23,22)
#181312
(24,19,18)
#130F0E
(19,15,14)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #403332

#403332
(64,51,50)
#514544
(81,69,68)
#625756
(98,87,86)
#736968
(115,105,104)
#847B7A
(132,123,122)
#958D8C
(149,141,140)
#A69F9E
(166,159,158)
#B7B1B0
(183,177,176)
#C8C3C2
(200,195,194)
#D9D5D4
(217,213,212)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403332; }

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

This text font color is #403332.


Background Color

.myBgColor { background-color: #403332; }

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

This div background color is #403332.


Border color

.myBorderColor { border: 1px solid #403332; }

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

This div border color is #403332.


Opacity

.myOpacity80 { color: #403332; opacity: 0.8; }

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

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

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

This text has shadow with #403332 color.

.textShadow {text-shadow: 3px 3px 1px #403332, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #403332;
-webkit-box-shadow: 1px 1px 3px 2px #403332;
box-shadow:1px 1px 3px 2px #403332;">
Div content here</div>
This div box has shadow with color #403332.

Preview

Color preview on black background

This text has color #403332 on black background.


Color preview on white background

This text has color #403332 on white background.



Black color preview on #403332 background

This text has black color on #403332 background.


White color preview on #403332 background

This text has white color on #403332 background.