COLOR #401509

HEX: #401509
RGB: (64,21,9)

Color info

#401509 contains red, green and blue colors in about the same proportion. Web safe color of #401509 is #330000 (or #300).

RGB color model

#401509 color RGB value is (64,21,9).

  • red value is 64;
  • green value is 21;
  • blue value is 9.
RGB:
(64,21,9)
(25%,8%,4%)

RGB channels and saturation

R 64 of 255 = 25%
G 21 of 255 = 8%
B 9 of 255 = 4%

64
21
9

R + G + B ~ 12%. #401509 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 21 + 9 = 94 (100%)
R 64 of 94 ~ 68.09%
G 21 of 94 ~ 22.34%
B 9 of 94 ~ 9.57%

%68.09
%22.34
%9.57

CMYK color model

#401509 color CMYK value is (0,67,86,75).

  • cyan value is 0.00%
  • magenta value is 67.19%
  • yellow value is 85.94%
  • key color value is 74.90%
CMYK:
(0,67,86,75)
C0M67Y86K75 
(0%,67%,86%,75%)
(0.00/0.67/0.86/0.75)	

CMYK percentages

%0
%67.19
%85.94
%74.9

Codes

Color #401509 in popluar color models

401509
RGB64219
HSL13°75.34%14.31%
HSB/HSV13°85.94%25.10%
CMYK0.00%67.19%85.94%
74.90%

Color #401509 in popluar number systems.

HEX401509
Decimal64219
Binary1000000101011001
Octal1002511

Shades and tints

Shades of #401509

#401509
(64,21,9)
#3B1409
(59,20,9)
#361309
(54,19,9)
#311209
(49,18,9)
#2C1109
(44,17,9)
#271009
(39,16,9)
#220F09
(34,15,9)
#1D0E09
(29,14,9)
#180D09
(24,13,9)
#130C09
(19,12,9)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #401509

#401509
(64,21,9)
#512A1F
(81,42,31)
#623F35
(98,63,53)
#73544B
(115,84,75)
#846961
(132,105,97)
#957E77
(149,126,119)
#A6938D
(166,147,141)
#B7A8A3
(183,168,163)
#C8BDB9
(200,189,185)
#D9D2CF
(217,210,207)
#EAE7E5
(234,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401509; }

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

This text font color is #401509.


Background Color

.myBgColor { background-color: #401509; }

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

This div background color is #401509.


Border color

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

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

This div border color is #401509.


Opacity

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

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

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

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

This text has shadow with #401509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401509 on black background.


Color preview on white background

This text has color #401509 on white background.



Black color preview on #401509 background

This text has black color on #401509 background.


White color preview on #401509 background

This text has white color on #401509 background.