COLOR #411215

HEX: #411215
RGB: (65,18,21)

Color info

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

RGB color model

#411215 color RGB value is (65,18,21).

  • red value is 65;
  • green value is 18;
  • blue value is 21.
RGB:
(65,18,21)
(25%,7%,8%)

RGB channels and saturation

R 65 of 255 = 25%
G 18 of 255 = 7%
B 21 of 255 = 8%

65
18
21

R + G + B ~ 13%. #411215 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 18 + 21 = 104 (100%)
R 65 of 104 ~ 62.5%
G 18 of 104 ~ 17.31%
B 21 of 104 ~ 20.19%

%62.5
%17.31
%20.19

CMYK color model

#411215 color CMYK value is (0,72,68,75).

  • cyan value is 0.00%
  • magenta value is 72.31%
  • yellow value is 67.69%
  • key color value is 74.51%
CMYK:
(0,72,68,75)
C0M72Y68K75 
(0%,72%,68%,75%)
(0.00/0.72/0.68/0.75)	

CMYK percentages

%0
%72.31
%67.69
%74.51

Codes

Color #411215 in popluar color models

411215
RGB651821
HSL356°56.63%16.27%
HSB/HSV356°72.31%25.49%
CMYK0.00%72.31%67.69%
74.51%

Color #411215 in popluar number systems.

HEX411215
Decimal651821
Binary10000011001010101
Octal1012225

Shades and tints

Shades of #411215

#411215
(65,18,21)
#3C1114
(60,17,20)
#371013
(55,16,19)
#320F12
(50,15,18)
#2D0E11
(45,14,17)
#280D10
(40,13,16)
#230C0F
(35,12,15)
#1E0B0E
(30,11,14)
#190A0D
(25,10,13)
#14090C
(20,9,12)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #411215

#411215
(65,18,21)
#52272A
(82,39,42)
#633C3F
(99,60,63)
#745154
(116,81,84)
#856669
(133,102,105)
#967B7E
(150,123,126)
#A79093
(167,144,147)
#B8A5A8
(184,165,168)
#C9BABD
(201,186,189)
#DACFD2
(218,207,210)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411215 color. Also use rgb(65,18,21) instead hex code.

Text Font Color

.myTextColor { color: #411215; }

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

This text font color is #411215.


Background Color

.myBgColor { background-color: #411215; }

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

This div background color is #411215.


Border color

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

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

This div border color is #411215.


Opacity

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

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

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

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

This text has shadow with #411215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411215 on black background.


Color preview on white background

This text has color #411215 on white background.



Black color preview on #411215 background

This text has black color on #411215 background.


White color preview on #411215 background

This text has white color on #411215 background.