COLOR #401117

HEX: #401117
RGB: (64,17,23)

Color info

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

RGB color model

#401117 color RGB value is (64,17,23).

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

RGB channels and saturation

R 64 of 255 = 25%
G 17 of 255 = 7%
B 23 of 255 = 9%

64
17
23

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

Portions of RGB colors in percentages

R + G + B =
64 + 17 + 23 = 104 (100%)
R 64 of 104 ~ 61.54%
G 17 of 104 ~ 16.35%
B 23 of 104 ~ 22.12%

%61.54
%16.35
%22.12

CMYK color model

#401117 color CMYK value is (0,73,64,75).

  • cyan value is 0.00%
  • magenta value is 73.44%
  • yellow value is 64.06%
  • key color value is 74.90%
CMYK:
(0,73,64,75)
C0M73Y64K75 
(0%,73%,64%,75%)
(0.00/0.73/0.64/0.75)	

CMYK percentages

%0
%73.44
%64.06
%74.9

Codes

Color #401117 in popluar color models

401117
RGB641723
HSL352°58.02%15.88%
HSB/HSV352°73.44%25.10%
CMYK0.00%73.44%64.06%
74.90%

Color #401117 in popluar number systems.

HEX401117
Decimal641723
Binary10000001000110111
Octal1002127

Shades and tints

Shades of #401117

#401117
(64,17,23)
#3B1015
(59,16,21)
#360F13
(54,15,19)
#310E11
(49,14,17)
#2C0D0F
(44,13,15)
#270C0D
(39,12,13)
#220B0B
(34,11,11)
#1D0A09
(29,10,9)
#180907
(24,9,7)
#130805
(19,8,5)
#0E0703
(14,7,3)
#000000
(0,0,0)

Tints of #401117

#401117
(64,17,23)
#51262C
(81,38,44)
#623B41
(98,59,65)
#735056
(115,80,86)
#84656B
(132,101,107)
#957A80
(149,122,128)
#A68F95
(166,143,149)
#B7A4AA
(183,164,170)
#C8B9BF
(200,185,191)
#D9CED4
(217,206,212)
#EAE3E9
(234,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401117; }

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

This text font color is #401117.


Background Color

.myBgColor { background-color: #401117; }

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

This div background color is #401117.


Border color

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

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

This div border color is #401117.


Opacity

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

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

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

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

This text has shadow with #401117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401117 on black background.


Color preview on white background

This text has color #401117 on white background.



Black color preview on #401117 background

This text has black color on #401117 background.


White color preview on #401117 background

This text has white color on #401117 background.