COLOR #410829

HEX: #410829
RGB: (65,8,41)

Color info

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

RGB color model

#410829 color RGB value is (65,8,41).

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

RGB channels and saturation

R 65 of 255 = 25%
G 8 of 255 = 3%
B 41 of 255 = 16%

65
8
41

R + G + B ~ 15%. #410829 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 8 + 41 = 114 (100%)
R 65 of 114 ~ 57.02%
G 8 of 114 ~ 7.02%
B 41 of 114 ~ 35.96%

%57.02
%35.96

CMYK color model

#410829 color CMYK value is (0,88,37,75).

  • cyan value is 0.00%
  • magenta value is 87.69%
  • yellow value is 36.92%
  • key color value is 74.51%
CMYK:
(0,88,37,75)
C0M88Y37K75 
(0%,88%,37%,75%)
(0.00/0.88/0.37/0.75)	

CMYK percentages

%0
%87.69
%36.92
%74.51

Codes

Color #410829 in popluar color models

410829
RGB65841
HSL325°78.08%14.31%
HSB/HSV325°87.69%25.49%
CMYK0.00%87.69%36.92%
74.51%

Color #410829 in popluar number systems.

HEX410829
Decimal65841
Binary10000011000101001
Octal1011051

Shades and tints

Shades of #410829

#410829
(65,8,41)
#3C0826
(60,8,38)
#370823
(55,8,35)
#320820
(50,8,32)
#2D081D
(45,8,29)
#28081A
(40,8,26)
#230817
(35,8,23)
#1E0814
(30,8,20)
#190811
(25,8,17)
#14080E
(20,8,14)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #410829

#410829
(65,8,41)
#521E3C
(82,30,60)
#63344F
(99,52,79)
#744A62
(116,74,98)
#856075
(133,96,117)
#967688
(150,118,136)
#A78C9B
(167,140,155)
#B8A2AE
(184,162,174)
#C9B8C1
(201,184,193)
#DACED4
(218,206,212)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #410829; }

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

This text font color is #410829.


Background Color

.myBgColor { background-color: #410829; }

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

This div background color is #410829.


Border color

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

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

This div border color is #410829.


Opacity

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

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

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

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

This text has shadow with #410829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #410829 on black background.


Color preview on white background

This text has color #410829 on white background.



Black color preview on #410829 background

This text has black color on #410829 background.


White color preview on #410829 background

This text has white color on #410829 background.