COLOR #401F04

HEX: #401F04
RGB: (64,31,4)

Color info

#401F04 contains mainly red and green colors. Web safe color of #401F04 is #333300 (or #330).

RGB color model

#401F04 color RGB value is (64,31,4).

  • red value is 64;
  • green value is 31;
  • blue value is 4.
RGB:
(64,31,4)
(25%,12%,2%)

RGB channels and saturation

R 64 of 255 = 25%
G 31 of 255 = 12%
B 4 of 255 = 2%

64
31
4

R + G + B ~ 13%. #401F04 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 31 + 4 = 99 (100%)
R 64 of 99 ~ 64.65%
G 31 of 99 ~ 31.31%
B 4 of 99 ~ 4.04%

%64.65
%31.31

CMYK color model

#401F04 color CMYK value is (0,52,94,75).

  • cyan value is 0.00%
  • magenta value is 51.56%
  • yellow value is 93.75%
  • key color value is 74.90%
CMYK:
(0,52,94,75)
C0M52Y94K75 
(0%,52%,94%,75%)
(0.00/0.52/0.94/0.75)	

CMYK percentages

%0
%51.56
%93.75
%74.9

Codes

Color #401F04 in popluar color models

401F04
RGB64314
HSL27°88.24%13.33%
HSB/HSV27°93.75%25.10%
CMYK0.00%51.56%93.75%
74.90%

Color #401F04 in popluar number systems.

HEX401F04
Decimal64314
Binary100000011111100
Octal100374

Shades and tints

Shades of #401F04

#401F04
(64,31,4)
#3B1D04
(59,29,4)
#361B04
(54,27,4)
#311904
(49,25,4)
#2C1704
(44,23,4)
#271504
(39,21,4)
#221304
(34,19,4)
#1D1104
(29,17,4)
#180F04
(24,15,4)
#130D04
(19,13,4)
#0E0B04
(14,11,4)
#000000
(0,0,0)

Tints of #401F04

#401F04
(64,31,4)
#51331A
(81,51,26)
#624730
(98,71,48)
#735B46
(115,91,70)
#846F5C
(132,111,92)
#958372
(149,131,114)
#A69788
(166,151,136)
#B7AB9E
(183,171,158)
#C8BFB4
(200,191,180)
#D9D3CA
(217,211,202)
#EAE7E0
(234,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401F04 color. Also use rgb(64,31,4) instead hex code.

Text Font Color

.myTextColor { color: #401F04; }

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

This text font color is #401F04.


Background Color

.myBgColor { background-color: #401F04; }

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

This div background color is #401F04.


Border color

.myBorderColor { border: 1px solid #401F04; }

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

This div border color is #401F04.


Opacity

.myOpacity80 { color: #401F04; opacity: 0.8; }

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

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

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

This text has shadow with #401F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401F04 on black background.


Color preview on white background

This text has color #401F04 on white background.



Black color preview on #401F04 background

This text has black color on #401F04 background.


White color preview on #401F04 background

This text has white color on #401F04 background.