COLOR #411821

HEX: #411821
RGB: (65,24,33)

Color info

#411821 contains red, green and blue colors in about the same proportion. Web safe color of #411821 is #330033 (or #303).

RGB color model

#411821 color RGB value is (65,24,33).

  • red value is 65;
  • green value is 24;
  • blue value is 33.
RGB:
(65,24,33)
(25%,9%,13%)

RGB channels and saturation

R 65 of 255 = 25%
G 24 of 255 = 9%
B 33 of 255 = 13%

65
24
33

R + G + B ~ 16%. #411821 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 24 + 33 = 122 (100%)
R 65 of 122 ~ 53.28%
G 24 of 122 ~ 19.67%
B 33 of 122 ~ 27.05%

%53.28
%19.67
%27.05

CMYK color model

#411821 color CMYK value is (0,63,49,75).

  • cyan value is 0.00%
  • magenta value is 63.08%
  • yellow value is 49.23%
  • key color value is 74.51%
CMYK:
(0,63,49,75)
C0M63Y49K75 
(0%,63%,49%,75%)
(0.00/0.63/0.49/0.75)	

CMYK percentages

%0
%63.08
%49.23
%74.51

Codes

Color #411821 in popluar color models

411821
RGB652433
HSL347°46.07%17.45%
HSB/HSV347°63.08%25.49%
CMYK0.00%63.08%49.23%
74.51%

Color #411821 in popluar number systems.

HEX411821
Decimal652433
Binary100000111000100001
Octal1013041

Shades and tints

Shades of #411821

#411821
(65,24,33)
#3C161E
(60,22,30)
#37141B
(55,20,27)
#321218
(50,18,24)
#2D1015
(45,16,21)
#280E12
(40,14,18)
#230C0F
(35,12,15)
#1E0A0C
(30,10,12)
#190809
(25,8,9)
#140606
(20,6,6)
#0F0403
(15,4,3)
#000000
(0,0,0)

Tints of #411821

#411821
(65,24,33)
#522D35
(82,45,53)
#634249
(99,66,73)
#74575D
(116,87,93)
#856C71
(133,108,113)
#968185
(150,129,133)
#A79699
(167,150,153)
#B8ABAD
(184,171,173)
#C9C0C1
(201,192,193)
#DAD5D5
(218,213,213)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411821 color. Also use rgb(65,24,33) instead hex code.

Text Font Color

.myTextColor { color: #411821; }

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

This text font color is #411821.


Background Color

.myBgColor { background-color: #411821; }

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

This div background color is #411821.


Border color

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

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

This div border color is #411821.


Opacity

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

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

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

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

This text has shadow with #411821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411821 on black background.


Color preview on white background

This text has color #411821 on white background.



Black color preview on #411821 background

This text has black color on #411821 background.


White color preview on #411821 background

This text has white color on #411821 background.