COLOR #410F19

HEX: #410F19
RGB: (65,15,25)

Color info

#410F19 contains red, green and blue colors in about the same proportion. Web safe color of #410F19 is #330000 (or #300).

RGB color model

#410F19 color RGB value is (65,15,25).

  • red value is 65;
  • green value is 15;
  • blue value is 25.
RGB:
(65,15,25)
(25%,6%,10%)

RGB channels and saturation

R 65 of 255 = 25%
G 15 of 255 = 6%
B 25 of 255 = 10%

65
15
25

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

Portions of RGB colors in percentages

R + G + B =
65 + 15 + 25 = 105 (100%)
R 65 of 105 ~ 61.9%
G 15 of 105 ~ 14.29%
B 25 of 105 ~ 23.81%

%61.9
%14.29
%23.81

CMYK color model

#410F19 color CMYK value is (0,77,62,75).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 61.54%
  • key color value is 74.51%
CMYK:
(0,77,62,75)
C0M77Y62K75 
(0%,77%,62%,75%)
(0.00/0.77/0.62/0.75)	

CMYK percentages

%0
%76.92
%61.54
%74.51

Codes

Color #410F19 in popluar color models

410F19
RGB651525
HSL348°62.50%15.69%
HSB/HSV348°76.92%25.49%
CMYK0.00%76.92%61.54%
74.51%

Color #410F19 in popluar number systems.

HEX410F19
Decimal651525
Binary1000001111111001
Octal1011731

Shades and tints

Shades of #410F19

#410F19
(65,15,25)
#3C0E17
(60,14,23)
#370D15
(55,13,21)
#320C13
(50,12,19)
#2D0B11
(45,11,17)
#280A0F
(40,10,15)
#23090D
(35,9,13)
#1E080B
(30,8,11)
#190709
(25,7,9)
#140607
(20,6,7)
#0F0505
(15,5,5)
#000000
(0,0,0)

Tints of #410F19

#410F19
(65,15,25)
#52242D
(82,36,45)
#633941
(99,57,65)
#744E55
(116,78,85)
#856369
(133,99,105)
#96787D
(150,120,125)
#A78D91
(167,141,145)
#B8A2A5
(184,162,165)
#C9B7B9
(201,183,185)
#DACCCD
(218,204,205)
#EBE1E1
(235,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #410F19 color. Also use rgb(65,15,25) instead hex code.

Text Font Color

.myTextColor { color: #410F19; }

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

This text font color is #410F19.


Background Color

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

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

This div background color is #410F19.


Border color

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

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

This div border color is #410F19.


Opacity

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

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

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

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

This text has shadow with #410F19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #410F19 on black background.


Color preview on white background

This text has color #410F19 on white background.



Black color preview on #410F19 background

This text has black color on #410F19 background.


White color preview on #410F19 background

This text has white color on #410F19 background.