COLOR #402521

HEX: #402521
RGB: (64,37,33)

Color info

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

RGB color model

#402521 color RGB value is (64,37,33).

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

RGB channels and saturation

R 64 of 255 = 25%
G 37 of 255 = 15%
B 33 of 255 = 13%

64
37
33

R + G + B ~ 18%. #402521 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 37 + 33 = 134 (100%)
R 64 of 134 ~ 47.76%
G 37 of 134 ~ 27.61%
B 33 of 134 ~ 24.63%

%47.76
%27.61
%24.63

CMYK color model

#402521 color CMYK value is (0,42,48,75).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 48.44%
  • key color value is 74.90%
CMYK:
(0,42,48,75)
C0M42Y48K75 
(0%,42%,48%,75%)
(0.00/0.42/0.48/0.75)	

CMYK percentages

%0
%42.19
%48.44
%74.9

Codes

Color #402521 in popluar color models

402521
RGB643733
HSL31.96%19.02%
HSB/HSV48.44%25.10%
CMYK0.00%42.19%48.44%
74.90%

Color #402521 in popluar number systems.

HEX402521
Decimal643733
Binary1000000100101100001
Octal1004541

Shades and tints

Shades of #402521

#402521
(64,37,33)
#3B221E
(59,34,30)
#361F1B
(54,31,27)
#311C18
(49,28,24)
#2C1915
(44,25,21)
#271612
(39,22,18)
#22130F
(34,19,15)
#1D100C
(29,16,12)
#180D09
(24,13,9)
#130A06
(19,10,6)
#0E0703
(14,7,3)
#000000
(0,0,0)

Tints of #402521

#402521
(64,37,33)
#513835
(81,56,53)
#624B49
(98,75,73)
#735E5D
(115,94,93)
#847171
(132,113,113)
#958485
(149,132,133)
#A69799
(166,151,153)
#B7AAAD
(183,170,173)
#C8BDC1
(200,189,193)
#D9D0D5
(217,208,213)
#EAE3E9
(234,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #402521; }

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

This text font color is #402521.


Background Color

.myBgColor { background-color: #402521; }

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

This div background color is #402521.


Border color

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

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

This div border color is #402521.


Opacity

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

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

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

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

This text has shadow with #402521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402521 on black background.


Color preview on white background

This text has color #402521 on white background.



Black color preview on #402521 background

This text has black color on #402521 background.


White color preview on #402521 background

This text has white color on #402521 background.