COLOR #400C01

HEX: #400C01
RGB: (64,12,1)

Color info

#400C01 contains mainly red and green colors. Web safe color of #400C01 is #330000 (or #300).

RGB color model

#400C01 color RGB value is (64,12,1).

  • red value is 64;
  • green value is 12;
  • blue value is 1.
RGB:
(64,12,1)
(25%,5%,0%)

RGB channels and saturation

R 64 of 255 = 25%
G 12 of 255 = 5%
B 1 of 255 = 0%

64
12
1

R + G + B ~ 10%. #400C01 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 12 + 1 = 77 (100%)
R 64 of 77 ~ 83.12%
G 12 of 77 ~ 15.58%
B 1 of 77 ~ 1.3%

%83.12
%15.58

CMYK color model

#400C01 color CMYK value is (0,81,98,75).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 98.44%
  • key color value is 74.90%
CMYK:
(0,81,98,75)
C0M81Y98K75 
(0%,81%,98%,75%)
(0.00/0.81/0.98/0.75)	

CMYK percentages

%0
%81.25
%98.44
%74.9

Codes

Color #400C01 in popluar color models

400C01
RGB64121
HSL10°96.92%12.75%
HSB/HSV10°98.44%25.10%
CMYK0.00%81.25%98.44%
74.90%

Color #400C01 in popluar number systems.

HEX400C01
Decimal64121
Binary100000011001
Octal100141

Shades and tints

Shades of #400C01

#400C01
(64,12,1)
#3B0B01
(59,11,1)
#360A01
(54,10,1)
#310901
(49,9,1)
#2C0801
(44,8,1)
#270701
(39,7,1)
#220601
(34,6,1)
#1D0501
(29,5,1)
#180401
(24,4,1)
#130301
(19,3,1)
#0E0201
(14,2,1)
#000000
(0,0,0)

Tints of #400C01

#400C01
(64,12,1)
#512218
(81,34,24)
#62382F
(98,56,47)
#734E46
(115,78,70)
#84645D
(132,100,93)
#957A74
(149,122,116)
#A6908B
(166,144,139)
#B7A6A2
(183,166,162)
#C8BCB9
(200,188,185)
#D9D2D0
(217,210,208)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400C01 color. Also use rgb(64,12,1) instead hex code.

Text Font Color

.myTextColor { color: #400C01; }

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

This text font color is #400C01.


Background Color

.myBgColor { background-color: #400C01; }

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

This div background color is #400C01.


Border color

.myBorderColor { border: 1px solid #400C01; }

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

This div border color is #400C01.


Opacity

.myOpacity80 { color: #400C01; opacity: 0.8; }

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

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

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

This text has shadow with #400C01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400C01 on black background.


Color preview on white background

This text has color #400C01 on white background.



Black color preview on #400C01 background

This text has black color on #400C01 background.


White color preview on #400C01 background

This text has white color on #400C01 background.