COLOR #41080E

HEX: #41080E
RGB: (65,8,14)

Color info

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

RGB color model

#41080E color RGB value is (65,8,14).

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

RGB channels and saturation

R 65 of 255 = 25%
G 8 of 255 = 3%
B 14 of 255 = 5%

65
8
14

R + G + B ~ 11%. #41080E is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 8 + 14 = 87 (100%)
R 65 of 87 ~ 74.71%
G 8 of 87 ~ 9.2%
B 14 of 87 ~ 16.09%

%74.71
%16.09

CMYK color model

#41080E color CMYK value is (0,88,78,75).

  • cyan value is 0.00%
  • magenta value is 87.69%
  • yellow value is 78.46%
  • key color value is 74.51%
CMYK:
(0,88,78,75)
C0M88Y78K75 
(0%,88%,78%,75%)
(0.00/0.88/0.78/0.75)	

CMYK percentages

%0
%87.69
%78.46
%74.51

Codes

Color #41080E in popluar color models

41080E
RGB65814
HSL354°78.08%14.31%
HSB/HSV354°87.69%25.49%
CMYK0.00%87.69%78.46%
74.51%

Color #41080E in popluar number systems.

HEX41080E
Decimal65814
Binary100000110001110
Octal1011016

Shades and tints

Shades of #41080E

#41080E
(65,8,14)
#3C080D
(60,8,13)
#37080C
(55,8,12)
#32080B
(50,8,11)
#2D080A
(45,8,10)
#280809
(40,8,9)
#230808
(35,8,8)
#1E0807
(30,8,7)
#190806
(25,8,6)
#140805
(20,8,5)
#0F0804
(15,8,4)
#000000
(0,0,0)

Tints of #41080E

#41080E
(65,8,14)
#521E23
(82,30,35)
#633438
(99,52,56)
#744A4D
(116,74,77)
#856062
(133,96,98)
#967677
(150,118,119)
#A78C8C
(167,140,140)
#B8A2A1
(184,162,161)
#C9B8B6
(201,184,182)
#DACECB
(218,206,203)
#EBE4E0
(235,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41080E; }

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

This text font color is #41080E.


Background Color

.myBgColor { background-color: #41080E; }

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

This div background color is #41080E.


Border color

.myBorderColor { border: 1px solid #41080E; }

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

This div border color is #41080E.


Opacity

.myOpacity80 { color: #41080E; opacity: 0.8; }

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

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

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

This text has shadow with #41080E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41080E on black background.


Color preview on white background

This text has color #41080E on white background.



Black color preview on #41080E background

This text has black color on #41080E background.


White color preview on #41080E background

This text has white color on #41080E background.