COLOR #403121

HEX: #403121
RGB: (64,49,33)

Color info

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

RGB color model

#403121 color RGB value is (64,49,33).

  • red value is 64;
  • green value is 49;
  • blue value is 33.
RGB:
(64,49,33)
(25%,19%,13%)

RGB channels and saturation

R 64 of 255 = 25%
G 49 of 255 = 19%
B 33 of 255 = 13%

64
49
33

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

Portions of RGB colors in percentages

R + G + B =
64 + 49 + 33 = 146 (100%)
R 64 of 146 ~ 43.84%
G 49 of 146 ~ 33.56%
B 33 of 146 ~ 22.6%

%43.84
%33.56
%22.6

CMYK color model

#403121 color CMYK value is (0,23,48,75).

  • cyan value is 0.00%
  • magenta value is 23.44%
  • yellow value is 48.44%
  • key color value is 74.90%
CMYK:
(0,23,48,75)
C0M23Y48K75 
(0%,23%,48%,75%)
(0.00/0.23/0.48/0.75)	

CMYK percentages

%0
%23.44
%48.44
%74.9

Codes

Color #403121 in popluar color models

403121
RGB644933
HSL31°31.96%19.02%
HSB/HSV31°48.44%25.10%
CMYK0.00%23.44%48.44%
74.90%

Color #403121 in popluar number systems.

HEX403121
Decimal644933
Binary1000000110001100001
Octal1006141

Shades and tints

Shades of #403121

#403121
(64,49,33)
#3B2D1E
(59,45,30)
#36291B
(54,41,27)
#312518
(49,37,24)
#2C2115
(44,33,21)
#271D12
(39,29,18)
#22190F
(34,25,15)
#1D150C
(29,21,12)
#181109
(24,17,9)
#130D06
(19,13,6)
#0E0903
(14,9,3)
#000000
(0,0,0)

Tints of #403121

#403121
(64,49,33)
#514335
(81,67,53)
#625549
(98,85,73)
#73675D
(115,103,93)
#847971
(132,121,113)
#958B85
(149,139,133)
#A69D99
(166,157,153)
#B7AFAD
(183,175,173)
#C8C1C1
(200,193,193)
#D9D3D5
(217,211,213)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403121 color. Also use rgb(64,49,33) instead hex code.

Text Font Color

.myTextColor { color: #403121; }

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

This text font color is #403121.


Background Color

.myBgColor { background-color: #403121; }

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

This div background color is #403121.


Border color

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

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

This div border color is #403121.


Opacity

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

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

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

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

This text has shadow with #403121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403121 on black background.


Color preview on white background

This text has color #403121 on white background.



Black color preview on #403121 background

This text has black color on #403121 background.


White color preview on #403121 background

This text has white color on #403121 background.