COLOR #403327

HEX: #403327
RGB: (64,51,39)

Color info

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

RGB color model

#403327 color RGB value is (64,51,39).

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

RGB channels and saturation

R 64 of 255 = 25%
G 51 of 255 = 20%
B 39 of 255 = 15%

64
51
39

R + G + B ~ 20%. #403327 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 51 + 39 = 154 (100%)
R 64 of 154 ~ 41.56%
G 51 of 154 ~ 33.12%
B 39 of 154 ~ 25.32%

%41.56
%33.12
%25.32

CMYK color model

#403327 color CMYK value is (0,20,39,75).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 39.06%
  • key color value is 74.90%
CMYK:
(0,20,39,75)
C0M20Y39K75 
(0%,20%,39%,75%)
(0.00/0.20/0.39/0.75)	

CMYK percentages

%0
%20.31
%39.06
%74.9

Codes

Color #403327 in popluar color models

403327
RGB645139
HSL29°24.27%20.20%
HSB/HSV29°39.06%25.10%
CMYK0.00%20.31%39.06%
74.90%

Color #403327 in popluar number systems.

HEX403327
Decimal645139
Binary1000000110011100111
Octal1006347

Shades and tints

Shades of #403327

#403327
(64,51,39)
#3B2F24
(59,47,36)
#362B21
(54,43,33)
#31271E
(49,39,30)
#2C231B
(44,35,27)
#271F18
(39,31,24)
#221B15
(34,27,21)
#1D1712
(29,23,18)
#18130F
(24,19,15)
#130F0C
(19,15,12)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #403327

#403327
(64,51,39)
#51453A
(81,69,58)
#62574D
(98,87,77)
#736960
(115,105,96)
#847B73
(132,123,115)
#958D86
(149,141,134)
#A69F99
(166,159,153)
#B7B1AC
(183,177,172)
#C8C3BF
(200,195,191)
#D9D5D2
(217,213,210)
#EAE7E5
(234,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403327; }

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

This text font color is #403327.


Background Color

.myBgColor { background-color: #403327; }

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

This div background color is #403327.


Border color

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

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

This div border color is #403327.


Opacity

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

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

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

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

This text has shadow with #403327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403327 on black background.


Color preview on white background

This text has color #403327 on white background.



Black color preview on #403327 background

This text has black color on #403327 background.


White color preview on #403327 background

This text has white color on #403327 background.