COLOR #410C35

HEX: #410C35
RGB: (65,12,53)

Color info

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

RGB color model

#410C35 color RGB value is (65,12,53).

  • red value is 65;
  • green value is 12;
  • blue value is 53.
RGB:
(65,12,53)
(25%,5%,21%)

RGB channels and saturation

R 65 of 255 = 25%
G 12 of 255 = 5%
B 53 of 255 = 21%

65
12
53

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

Portions of RGB colors in percentages

R + G + B =
65 + 12 + 53 = 130 (100%)
R 65 of 130 ~ 50%
G 12 of 130 ~ 9.23%
B 53 of 130 ~ 40.77%

%50
%40.77

CMYK color model

#410C35 color CMYK value is (0,82,18,75).

  • cyan value is 0.00%
  • magenta value is 81.54%
  • yellow value is 18.46%
  • key color value is 74.51%
CMYK:
(0,82,18,75)
C0M82Y18K75 
(0%,82%,18%,75%)
(0.00/0.82/0.18/0.75)	

CMYK percentages

%0
%81.54
%18.46
%74.51

Codes

Color #410C35 in popluar color models

410C35
RGB651253
HSL314°68.83%15.10%
HSB/HSV314°81.54%25.49%
CMYK0.00%81.54%18.46%
74.51%

Color #410C35 in popluar number systems.

HEX410C35
Decimal651253
Binary10000011100110101
Octal1011465

Shades and tints

Shades of #410C35

#410C35
(65,12,53)
#3C0B31
(60,11,49)
#370A2D
(55,10,45)
#320929
(50,9,41)
#2D0825
(45,8,37)
#280721
(40,7,33)
#23061D
(35,6,29)
#1E0519
(30,5,25)
#190415
(25,4,21)
#140311
(20,3,17)
#0F020D
(15,2,13)
#000000
(0,0,0)

Tints of #410C35

#410C35
(65,12,53)
#522247
(82,34,71)
#633859
(99,56,89)
#744E6B
(116,78,107)
#85647D
(133,100,125)
#967A8F
(150,122,143)
#A790A1
(167,144,161)
#B8A6B3
(184,166,179)
#C9BCC5
(201,188,197)
#DAD2D7
(218,210,215)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #410C35 color. Also use rgb(65,12,53) instead hex code.

Text Font Color

.myTextColor { color: #410C35; }

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

This text font color is #410C35.


Background Color

.myBgColor { background-color: #410C35; }

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

This div background color is #410C35.


Border color

.myBorderColor { border: 1px solid #410C35; }

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

This div border color is #410C35.


Opacity

.myOpacity80 { color: #410C35; opacity: 0.8; }

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

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

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

This text has shadow with #410C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #410C35 on black background.


Color preview on white background

This text has color #410C35 on white background.



Black color preview on #410C35 background

This text has black color on #410C35 background.


White color preview on #410C35 background

This text has white color on #410C35 background.