COLOR #401502

HEX: #401502
RGB: (64,21,2)

Color info

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

RGB color model

#401502 color RGB value is (64,21,2).

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

RGB channels and saturation

R 64 of 255 = 25%
G 21 of 255 = 8%
B 2 of 255 = 1%

64
21
2

R + G + B ~ 11%. #401502 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 21 + 2 = 87 (100%)
R 64 of 87 ~ 73.56%
G 21 of 87 ~ 24.14%
B 2 of 87 ~ 2.3%

%73.56
%24.14

CMYK color model

#401502 color CMYK value is (0,67,97,75).

  • cyan value is 0.00%
  • magenta value is 67.19%
  • yellow value is 96.88%
  • key color value is 74.90%
CMYK:
(0,67,97,75)
C0M67Y97K75 
(0%,67%,97%,75%)
(0.00/0.67/0.97/0.75)	

CMYK percentages

%0
%67.19
%96.88
%74.9

Codes

Color #401502 in popluar color models

401502
RGB64212
HSL18°93.94%12.94%
HSB/HSV18°96.88%25.10%
CMYK0.00%67.19%96.88%
74.90%

Color #401502 in popluar number systems.

HEX401502
Decimal64212
Binary10000001010110
Octal100252

Shades and tints

Shades of #401502

#401502
(64,21,2)
#3B1402
(59,20,2)
#361302
(54,19,2)
#311202
(49,18,2)
#2C1102
(44,17,2)
#271002
(39,16,2)
#220F02
(34,15,2)
#1D0E02
(29,14,2)
#180D02
(24,13,2)
#130C02
(19,12,2)
#0E0B02
(14,11,2)
#000000
(0,0,0)

Tints of #401502

#401502
(64,21,2)
#512A19
(81,42,25)
#623F30
(98,63,48)
#735447
(115,84,71)
#84695E
(132,105,94)
#957E75
(149,126,117)
#A6938C
(166,147,140)
#B7A8A3
(183,168,163)
#C8BDBA
(200,189,186)
#D9D2D1
(217,210,209)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401502; }

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

This text font color is #401502.


Background Color

.myBgColor { background-color: #401502; }

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

This div background color is #401502.


Border color

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

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

This div border color is #401502.


Opacity

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

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

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

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

This text has shadow with #401502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401502 on black background.


Color preview on white background

This text has color #401502 on white background.



Black color preview on #401502 background

This text has black color on #401502 background.


White color preview on #401502 background

This text has white color on #401502 background.