COLOR #401517

HEX: #401517
RGB: (64,21,23)

Color info

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

RGB color model

#401517 color RGB value is (64,21,23).

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

RGB channels and saturation

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

64
21
23

R + G + B ~ 14%. #401517 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 21 + 23 = 108 (100%)
R 64 of 108 ~ 59.26%
G 21 of 108 ~ 19.44%
B 23 of 108 ~ 21.3%

%59.26
%19.44
%21.3

CMYK color model

#401517 color CMYK value is (0,67,64,75).

  • cyan value is 0.00%
  • magenta value is 67.19%
  • yellow value is 64.06%
  • key color value is 74.90%
CMYK:
(0,67,64,75)
C0M67Y64K75 
(0%,67%,64%,75%)
(0.00/0.67/0.64/0.75)	

CMYK percentages

%0
%67.19
%64.06
%74.9

Codes

Color #401517 in popluar color models

401517
RGB642123
HSL357°50.59%16.67%
HSB/HSV357°67.19%25.10%
CMYK0.00%67.19%64.06%
74.90%

Color #401517 in popluar number systems.

HEX401517
Decimal642123
Binary10000001010110111
Octal1002527

Shades and tints

Shades of #401517

#401517
(64,21,23)
#3B1415
(59,20,21)
#361313
(54,19,19)
#311211
(49,18,17)
#2C110F
(44,17,15)
#27100D
(39,16,13)
#220F0B
(34,15,11)
#1D0E09
(29,14,9)
#180D07
(24,13,7)
#130C05
(19,12,5)
#0E0B03
(14,11,3)
#000000
(0,0,0)

Tints of #401517

#401517
(64,21,23)
#512A2C
(81,42,44)
#623F41
(98,63,65)
#735456
(115,84,86)
#84696B
(132,105,107)
#957E80
(149,126,128)
#A69395
(166,147,149)
#B7A8AA
(183,168,170)
#C8BDBF
(200,189,191)
#D9D2D4
(217,210,212)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401517; }

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

This text font color is #401517.


Background Color

.myBgColor { background-color: #401517; }

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

This div background color is #401517.


Border color

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

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

This div border color is #401517.


Opacity

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

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

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

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

This text has shadow with #401517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401517 on black background.


Color preview on white background

This text has color #401517 on white background.



Black color preview on #401517 background

This text has black color on #401517 background.


White color preview on #401517 background

This text has white color on #401517 background.