COLOR #401712

HEX: #401712 RGB: (64,23,18)

Color info

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

RGB color model

#401712 color RGB value is (64,23,18).

RGB: (64,23,18) (25%, 9%, 7%)

RGB channels and saturation

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

64
23
18

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

Portions of RGB colors in percentages

R + G + B = 64 + 23 + 18 = 105 (100%)
R 64 of 105 ~ 60.95%
G 23 of 105 ~ 21.9%
B 18 of 105 ~ 17.14'%

%60.95
%21.9
%17.14

CMYK color model

#401712 color CMYK value is (0,64,72,75).

  • cyan value is 0.00%
  • magenta value is 64.06%
  • yellow value is 71.88%
  • key color value is 74.90%

CMYK: (0,64,72,75)
C0M64Y72K75 (0%, 64%, 72%, 75%)
(0.00 / 0.64 / 0.72 / 0.75)

CMYK percentages

%0
%64.06
%71.88
%74.9

Codes

Color #401712 in popluar color models

40 17 12
RGB 64 23 18
HSL 56.10% 16.08%
HSB/HSV 71.88% 25.10%
CMYK 0.00% 64.06% 71.88%
74.90%

Color #401712 in popluar number systems.

HEX 40 17 12
Decimal 64 23 18
Binary 1000000 10111 10010
Octal 100 27 22

Shades and tints

Shades of #401712

#401712
(64,23,18)
#3B1511
(59,21,17)
#361310
(54,19,16)
#31110F
(49,17,15)
#2C0F0E
(44,15,14)
#270D0D
(39,13,13)
#220B0C
(34,11,12)
#1D090B
(29,9,11)
#18070A
(24,7,10)
#130509
(19,5,9)
#0E0308
(14,3,8)
#000000
(0,0,0)

Tints of #401712

#401712
(64,23,18)
#512C27
(81,44,39)
#62413C
(98,65,60)
#735651
(115,86,81)
#846B66
(132,107,102)
#95807B
(149,128,123)
#A69590
(166,149,144)
#B7AAA5
(183,170,165)
#C8BFBA
(200,191,186)
#D9D4CF
(217,212,207)
#EAE9E4
(234,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401712; }

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

This text font color is #401712.

Background Color

.myBgColor { background-color: #401712; }

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

This div background color is #401712.

Border color

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

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

This div border color is #401712.

Opacity

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

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

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

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

This text has shadow with #401712 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401712.

Preview

Color preview on black background

This text has color #401712 on black background.


Color preview on white background

This text has color #401712 on white background.


Black color preview on #401712 background

This text has black color on #401712 background.


White color preview on #401712 background

This text has white color on #401712 background.


Related colors

Complementary color

Complementary color for #hex is #BFE8ED.


I love getcolorcode.com

Triadic colors

1 #124017 and #171240 with #401712 are triadic colors.

2 #121740 and #174012 with #401712 are triadic colors.