COLOR #410729

HEX: #410729
RGB: (65,7,41)

Color info

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

RGB color model

#410729 color RGB value is (65,7,41).

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

RGB channels and saturation

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

65
7
41

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

Portions of RGB colors in percentages

R + G + B =
65 + 7 + 41 = 113 (100%)
R 65 of 113 ~ 57.52%
G 7 of 113 ~ 6.19%
B 41 of 113 ~ 36.28%

%57.52
%36.28

CMYK color model

#410729 color CMYK value is (0,89,37,75).

  • cyan value is 0.00%
  • magenta value is 89.23%
  • yellow value is 36.92%
  • key color value is 74.51%
CMYK:
(0,89,37,75)
C0M89Y37K75 
(0%,89%,37%,75%)
(0.00/0.89/0.37/0.75)	

CMYK percentages

%0
%89.23
%36.92
%74.51

Codes

Color #410729 in popluar color models

410729
RGB65741
HSL325°80.56%14.12%
HSB/HSV325°89.23%25.49%
CMYK0.00%89.23%36.92%
74.51%

Color #410729 in popluar number systems.

HEX410729
Decimal65741
Binary1000001111101001
Octal101751

Shades and tints

Shades of #410729

#410729
(65,7,41)
#3C0726
(60,7,38)
#370723
(55,7,35)
#320720
(50,7,32)
#2D071D
(45,7,29)
#28071A
(40,7,26)
#230717
(35,7,23)
#1E0714
(30,7,20)
#190711
(25,7,17)
#14070E
(20,7,14)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #410729

#410729
(65,7,41)
#521D3C
(82,29,60)
#63334F
(99,51,79)
#744962
(116,73,98)
#855F75
(133,95,117)
#967588
(150,117,136)
#A78B9B
(167,139,155)
#B8A1AE
(184,161,174)
#C9B7C1
(201,183,193)
#DACDD4
(218,205,212)
#EBE3E7
(235,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #410729; }

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

This text font color is #410729.


Background Color

.myBgColor { background-color: #410729; }

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

This div background color is #410729.


Border color

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

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

This div border color is #410729.


Opacity

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

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

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

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

This text has shadow with #410729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #410729 on black background.


Color preview on white background

This text has color #410729 on white background.



Black color preview on #410729 background

This text has black color on #410729 background.


White color preview on #410729 background

This text has white color on #410729 background.