COLOR #402828

HEX: #402828 RGB: (64,40,40)

Color info

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

RGB color model

#402828 color RGB value is (64,40,40).

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

RGB channels and saturation

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

64
40
40

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

Portions of RGB colors in percentages

R + G + B = 64 + 40 + 40 = 144 (100%)
R 64 of 144 ~ 44.44%
G 40 of 144 ~ 27.78%
B 40 of 144 ~ 27.78'%

%44.44
%27.78
%27.78

CMYK color model

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

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

CMYK: (0,38,38,75)
C0M38Y38K75 (0%, 38%, 38%, 75%)
(0.00 / 0.38 / 0.38 / 0.75)

CMYK percentages

%0
%37.5
%37.5
%74.9

Codes

Color #402828 in popluar color models

40 28 28
RGB 64 40 40
HSL 23.08% 20.39%
HSB/HSV 37.50% 25.10%
CMYK 0.00% 37.50% 37.50%
74.90%

Color #402828 in popluar number systems.

HEX 40 28 28
Decimal 64 40 40
Binary 1000000 101000 101000
Octal 100 50 50

Shades and tints

Shades of #402828

#402828
(64,40,40)
#3B2525
(59,37,37)
#362222
(54,34,34)
#311F1F
(49,31,31)
#2C1C1C
(44,28,28)
#271919
(39,25,25)
#221616
(34,22,22)
#1D1313
(29,19,19)
#181010
(24,16,16)
#130D0D
(19,13,13)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #402828

#402828
(64,40,40)
#513B3B
(81,59,59)
#624E4E
(98,78,78)
#736161
(115,97,97)
#847474
(132,116,116)
#958787
(149,135,135)
#A69A9A
(166,154,154)
#B7ADAD
(183,173,173)
#C8C0C0
(200,192,192)
#D9D3D3
(217,211,211)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #402828; }

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

This text font color is #402828.

Background Color

.myBgColor { background-color: #402828; }

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

This div background color is #402828.

Border color

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

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

This div border color is #402828.

Opacity

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

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

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

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

This text has shadow with #402828 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #402828.

Preview

Color preview on black background

This text has color #402828 on black background.


Color preview on white background

This text has color #402828 on white background.


Black color preview on #402828 background

This text has black color on #402828 background.


White color preview on #402828 background

This text has white color on #402828 background.


Related colors

Complementary color

Complementary color for #hex is #BFD7D7.


I love getcolorcode.com