COLOR #411716

HEX: #411716
RGB: (65,23,22)

Color info

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

RGB color model

#411716 color RGB value is (65,23,22).

  • red value is 65;
  • green value is 23;
  • blue value is 22.
RGB:
(65,23,22)
(25%,9%,9%)

RGB channels and saturation

R 65 of 255 = 25%
G 23 of 255 = 9%
B 22 of 255 = 9%

65
23
22

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

Portions of RGB colors in percentages

R + G + B =
65 + 23 + 22 = 110 (100%)
R 65 of 110 ~ 59.09%
G 23 of 110 ~ 20.91%
B 22 of 110 ~ 20%

%59.09
%20.91
%20

CMYK color model

#411716 color CMYK value is (0,65,66,75).

  • cyan value is 0.00%
  • magenta value is 64.62%
  • yellow value is 66.15%
  • key color value is 74.51%
CMYK:
(0,65,66,75)
C0M65Y66K75 
(0%,65%,66%,75%)
(0.00/0.65/0.66/0.75)	

CMYK percentages

%0
%64.62
%66.15
%74.51

Codes

Color #411716 in popluar color models

411716
RGB652322
HSL49.43%17.06%
HSB/HSV66.15%25.49%
CMYK0.00%64.62%66.15%
74.51%

Color #411716 in popluar number systems.

HEX411716
Decimal652322
Binary10000011011110110
Octal1012726

Shades and tints

Shades of #411716

#411716
(65,23,22)
#3C1514
(60,21,20)
#371312
(55,19,18)
#321110
(50,17,16)
#2D0F0E
(45,15,14)
#280D0C
(40,13,12)
#230B0A
(35,11,10)
#1E0908
(30,9,8)
#190706
(25,7,6)
#140504
(20,5,4)
#0F0302
(15,3,2)
#000000
(0,0,0)

Tints of #411716

#411716
(65,23,22)
#522C2B
(82,44,43)
#634140
(99,65,64)
#745655
(116,86,85)
#856B6A
(133,107,106)
#96807F
(150,128,127)
#A79594
(167,149,148)
#B8AAA9
(184,170,169)
#C9BFBE
(201,191,190)
#DAD4D3
(218,212,211)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411716 color. Also use rgb(65,23,22) instead hex code.

Text Font Color

.myTextColor { color: #411716; }

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

This text font color is #411716.


Background Color

.myBgColor { background-color: #411716; }

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

This div background color is #411716.


Border color

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

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

This div border color is #411716.


Opacity

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

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

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

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

This text has shadow with #411716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411716 on black background.


Color preview on white background

This text has color #411716 on white background.



Black color preview on #411716 background

This text has black color on #411716 background.


White color preview on #411716 background

This text has white color on #411716 background.