COLOR #402824

HEX: #402824 RGB: (64,40,36)

Color info

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

RGB color model

#402824 color RGB value is (64,40,36).

RGB: (64,40,36) (25%, 16%, 14%)

RGB channels and saturation

R 64 of 255 = 25%
G 40 of 255 = 16%
B 36 of 255 = 14%

64
40
36

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

Portions of RGB colors in percentages

R + G + B = 64 + 40 + 36 = 140 (100%)
R 64 of 140 ~ 45.71%
G 40 of 140 ~ 28.57%
B 36 of 140 ~ 25.71'%

%45.71
%28.57
%25.71

CMYK color model

#402824 color CMYK value is (0,38,44,75).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 43.75%
  • key color value is 74.90%

CMYK: (0,38,44,75)
C0M38Y44K75 (0%, 38%, 44%, 75%)
(0.00 / 0.38 / 0.44 / 0.75)

CMYK percentages

%0
%37.5
%43.75
%74.9

Codes

Color #402824 in popluar color models

40 28 24
RGB 64 40 36
HSL 28.00% 19.61%
HSB/HSV 43.75% 25.10%
CMYK 0.00% 37.50% 43.75%
74.90%

Color #402824 in popluar number systems.

HEX 40 28 24
Decimal 64 40 36
Binary 1000000 101000 100100
Octal 100 50 44

Shades and tints

Shades of #402824

#402824
(64,40,36)
#3B2521
(59,37,33)
#36221E
(54,34,30)
#311F1B
(49,31,27)
#2C1C18
(44,28,24)
#271915
(39,25,21)
#221612
(34,22,18)
#1D130F
(29,19,15)
#18100C
(24,16,12)
#130D09
(19,13,9)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #402824

#402824
(64,40,36)
#513B37
(81,59,55)
#624E4A
(98,78,74)
#73615D
(115,97,93)
#847470
(132,116,112)
#958783
(149,135,131)
#A69A96
(166,154,150)
#B7ADA9
(183,173,169)
#C8C0BC
(200,192,188)
#D9D3CF
(217,211,207)
#EAE6E2
(234,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #402824 color. Also use rgb(64,40,36) instead hex code.

Text Font Color

.myTextColor { color: #402824; }

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

This text font color is #402824.

Background Color

.myBgColor { background-color: #402824; }

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

This div background color is #402824.

Border color

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

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

This div border color is #402824.

Opacity

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

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

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

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

This text has shadow with #402824 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #402824.

Preview

Color preview on black background

This text has color #402824 on black background.


Color preview on white background

This text has color #402824 on white background.


Black color preview on #402824 background

This text has black color on #402824 background.


White color preview on #402824 background

This text has white color on #402824 background.


Related colors

Complementary color

Complementary color for #hex is #BFD7DB.


I love getcolorcode.com

Triadic colors

1 #244028 and #282440 with #402824 are triadic colors.

2 #242840 and #284024 with #402824 are triadic colors.