COLOR #400800

HEX: #400800
RGB: (64,8,0)

Color info

#400800 contains only red and green colors. Web safe color of #400800 is #330000 (or #300).

RGB color model

#400800 color RGB value is (64,8,0).

  • red value is 64;
  • green value is 8;
  • blue value is 0.
RGB:
(64,8,0)
(25%,3%,0%)

RGB channels and saturation

R 64 of 255 = 25%
G 8 of 255 = 3%
B 0 of 255 = 0%

64
8
0

R + G + B ~ 9%. #400800 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 8 + 0 = 72 (100%)
R 64 of 72 ~ 88.89%
G 8 of 72 ~ 11.11%
B 0 of 72 ~ 0%

%88.89
%11.11

CMYK color model

#400800 color CMYK value is (0,88,100,75).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 100.00%
  • key color value is 74.90%
CMYK:
(0,88,100,75)
C0M88Y100K75 
(0%,88%,100%,75%)
(0.00/0.88/1.00/0.75)	

CMYK percentages

%0
%87.5
%100
%74.9

Codes

Color #400800 in popluar color models

400800
RGB6480
HSL100.00%12.55%
HSB/HSV100.00%25.10%
CMYK0.00%87.50%100.00%
74.90%

Color #400800 in popluar number systems.

HEX400800
Decimal6480
Binary100000010000
Octal100100

Shades and tints

Shades of #400800

#400800
(64,8,0)
#3B0800
(59,8,0)
#360800
(54,8,0)
#310800
(49,8,0)
#2C0800
(44,8,0)
#270800
(39,8,0)
#220800
(34,8,0)
#1D0800
(29,8,0)
#180800
(24,8,0)
#130800
(19,8,0)
#0E0800
(14,8,0)
#000000
(0,0,0)

Tints of #400800

#400800
(64,8,0)
#511E17
(81,30,23)
#62342E
(98,52,46)
#734A45
(115,74,69)
#84605C
(132,96,92)
#957673
(149,118,115)
#A68C8A
(166,140,138)
#B7A2A1
(183,162,161)
#C8B8B8
(200,184,184)
#D9CECF
(217,206,207)
#EAE4E6
(234,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400800; }

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

This text font color is #400800.


Background Color

.myBgColor { background-color: #400800; }

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

This div background color is #400800.


Border color

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

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

This div border color is #400800.


Opacity

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

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

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

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

This text has shadow with #400800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400800 on black background.


Color preview on white background

This text has color #400800 on white background.



Black color preview on #400800 background

This text has black color on #400800 background.


White color preview on #400800 background

This text has white color on #400800 background.