COLOR #410429

HEX: #410429
RGB: (65,4,41)

Color info

#410429 contains mainly red and blue colors. Web safe color of #410429 is #330033 (or #303).

RGB color model

#410429 color RGB value is (65,4,41).

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

RGB channels and saturation

R 65 of 255 = 25%
G 4 of 255 = 2%
B 41 of 255 = 16%

65
4
41

R + G + B ~ 14%. #410429 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 4 + 41 = 110 (100%)
R 65 of 110 ~ 59.09%
G 4 of 110 ~ 3.64%
B 41 of 110 ~ 37.27%

%59.09
%37.27

CMYK color model

#410429 color CMYK value is (0,94,37,75).

  • cyan value is 0.00%
  • magenta value is 93.85%
  • yellow value is 36.92%
  • key color value is 74.51%
CMYK:
(0,94,37,75)
C0M94Y37K75 
(0%,94%,37%,75%)
(0.00/0.94/0.37/0.75)	

CMYK percentages

%0
%93.85
%36.92
%74.51

Codes

Color #410429 in popluar color models

410429
RGB65441
HSL324°88.41%13.53%
HSB/HSV324°93.85%25.49%
CMYK0.00%93.85%36.92%
74.51%

Color #410429 in popluar number systems.

HEX410429
Decimal65441
Binary1000001100101001
Octal101451

Shades and tints

Shades of #410429

#410429
(65,4,41)
#3C0426
(60,4,38)
#370423
(55,4,35)
#320420
(50,4,32)
#2D041D
(45,4,29)
#28041A
(40,4,26)
#230417
(35,4,23)
#1E0414
(30,4,20)
#190411
(25,4,17)
#14040E
(20,4,14)
#0F040B
(15,4,11)
#000000
(0,0,0)

Tints of #410429

#410429
(65,4,41)
#521A3C
(82,26,60)
#63304F
(99,48,79)
#744662
(116,70,98)
#855C75
(133,92,117)
#967288
(150,114,136)
#A7889B
(167,136,155)
#B89EAE
(184,158,174)
#C9B4C1
(201,180,193)
#DACAD4
(218,202,212)
#EBE0E7
(235,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #410429; }

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

This text font color is #410429.


Background Color

.myBgColor { background-color: #410429; }

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

This div background color is #410429.


Border color

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

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

This div border color is #410429.


Opacity

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

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

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

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

This text has shadow with #410429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #410429 on black background.


Color preview on white background

This text has color #410429 on white background.



Black color preview on #410429 background

This text has black color on #410429 background.


White color preview on #410429 background

This text has white color on #410429 background.