COLOR #403421

HEX: #403421
RGB: (64,52,33)

Color info

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

RGB color model

#403421 color RGB value is (64,52,33).

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

RGB channels and saturation

R 64 of 255 = 25%
G 52 of 255 = 20%
B 33 of 255 = 13%

64
52
33

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

Portions of RGB colors in percentages

R + G + B =
64 + 52 + 33 = 149 (100%)
R 64 of 149 ~ 42.95%
G 52 of 149 ~ 34.9%
B 33 of 149 ~ 22.15%

%42.95
%34.9
%22.15

CMYK color model

#403421 color CMYK value is (0,19,48,75).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 48.44%
  • key color value is 74.90%
CMYK:
(0,19,48,75)
C0M19Y48K75 
(0%,19%,48%,75%)
(0.00/0.19/0.48/0.75)	

CMYK percentages

%0
%18.75
%48.44
%74.9

Codes

Color #403421 in popluar color models

403421
RGB645233
HSL37°31.96%19.02%
HSB/HSV37°48.44%25.10%
CMYK0.00%18.75%48.44%
74.90%

Color #403421 in popluar number systems.

HEX403421
Decimal645233
Binary1000000110100100001
Octal1006441

Shades and tints

Shades of #403421

#403421
(64,52,33)
#3B301E
(59,48,30)
#362C1B
(54,44,27)
#312818
(49,40,24)
#2C2415
(44,36,21)
#272012
(39,32,18)
#221C0F
(34,28,15)
#1D180C
(29,24,12)
#181409
(24,20,9)
#131006
(19,16,6)
#0E0C03
(14,12,3)
#000000
(0,0,0)

Tints of #403421

#403421
(64,52,33)
#514635
(81,70,53)
#625849
(98,88,73)
#736A5D
(115,106,93)
#847C71
(132,124,113)
#958E85
(149,142,133)
#A6A099
(166,160,153)
#B7B2AD
(183,178,173)
#C8C4C1
(200,196,193)
#D9D6D5
(217,214,213)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #403421; }

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

This text font color is #403421.


Background Color

.myBgColor { background-color: #403421; }

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

This div background color is #403421.


Border color

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

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

This div border color is #403421.


Opacity

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

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

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

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

This text has shadow with #403421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403421 on black background.


Color preview on white background

This text has color #403421 on white background.



Black color preview on #403421 background

This text has black color on #403421 background.


White color preview on #403421 background

This text has white color on #403421 background.