COLOR #411829

HEX: #411829
RGB: (65,24,41)

Color info

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

RGB color model

#411829 color RGB value is (65,24,41).

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

RGB channels and saturation

R 65 of 255 = 25%
G 24 of 255 = 9%
B 41 of 255 = 16%

65
24
41

R + G + B ~ 17%. #411829 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 24 + 41 = 130 (100%)
R 65 of 130 ~ 50%
G 24 of 130 ~ 18.46%
B 41 of 130 ~ 31.54%

%50
%18.46
%31.54

CMYK color model

#411829 color CMYK value is (0,63,37,75).

  • cyan value is 0.00%
  • magenta value is 63.08%
  • yellow value is 36.92%
  • key color value is 74.51%
CMYK:
(0,63,37,75)
C0M63Y37K75 
(0%,63%,37%,75%)
(0.00/0.63/0.37/0.75)	

CMYK percentages

%0
%63.08
%36.92
%74.51

Codes

Color #411829 in popluar color models

411829
RGB652441
HSL335°46.07%17.45%
HSB/HSV335°63.08%25.49%
CMYK0.00%63.08%36.92%
74.51%

Color #411829 in popluar number systems.

HEX411829
Decimal652441
Binary100000111000101001
Octal1013051

Shades and tints

Shades of #411829

#411829
(65,24,41)
#3C1626
(60,22,38)
#371423
(55,20,35)
#321220
(50,18,32)
#2D101D
(45,16,29)
#280E1A
(40,14,26)
#230C17
(35,12,23)
#1E0A14
(30,10,20)
#190811
(25,8,17)
#14060E
(20,6,14)
#0F040B
(15,4,11)
#000000
(0,0,0)

Tints of #411829

#411829
(65,24,41)
#522D3C
(82,45,60)
#63424F
(99,66,79)
#745762
(116,87,98)
#856C75
(133,108,117)
#968188
(150,129,136)
#A7969B
(167,150,155)
#B8ABAE
(184,171,174)
#C9C0C1
(201,192,193)
#DAD5D4
(218,213,212)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411829; }

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

This text font color is #411829.


Background Color

.myBgColor { background-color: #411829; }

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

This div background color is #411829.


Border color

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

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

This div border color is #411829.


Opacity

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

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

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

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

This text has shadow with #411829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411829 on black background.


Color preview on white background

This text has color #411829 on white background.



Black color preview on #411829 background

This text has black color on #411829 background.


White color preview on #411829 background

This text has white color on #411829 background.