COLOR #41090A

HEX: #41090A
RGB: (65,9,10)

Color info

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

RGB color model

#41090A color RGB value is (65,9,10).

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

RGB channels and saturation

R 65 of 255 = 25%
G 9 of 255 = 4%
B 10 of 255 = 4%

65
9
10

R + G + B ~ 11%. #41090A is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 9 + 10 = 84 (100%)
R 65 of 84 ~ 77.38%
G 9 of 84 ~ 10.71%
B 10 of 84 ~ 11.9%

%77.38
%10.71
%11.9

CMYK color model

#41090A color CMYK value is (0,86,85,75).

  • cyan value is 0.00%
  • magenta value is 86.15%
  • yellow value is 84.62%
  • key color value is 74.51%
CMYK:
(0,86,85,75)
C0M86Y85K75 
(0%,86%,85%,75%)
(0.00/0.86/0.85/0.75)	

CMYK percentages

%0
%86.15
%84.62
%74.51

Codes

Color #41090A in popluar color models

41090A
RGB65910
HSL359°75.68%14.51%
HSB/HSV359°86.15%25.49%
CMYK0.00%86.15%84.62%
74.51%

Color #41090A in popluar number systems.

HEX41090A
Decimal65910
Binary100000110011010
Octal1011112

Shades and tints

Shades of #41090A

#41090A
(65,9,10)
#3C090A
(60,9,10)
#37090A
(55,9,10)
#32090A
(50,9,10)
#2D090A
(45,9,10)
#28090A
(40,9,10)
#23090A
(35,9,10)
#1E090A
(30,9,10)
#19090A
(25,9,10)
#14090A
(20,9,10)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #41090A

#41090A
(65,9,10)
#521F20
(82,31,32)
#633536
(99,53,54)
#744B4C
(116,75,76)
#856162
(133,97,98)
#967778
(150,119,120)
#A78D8E
(167,141,142)
#B8A3A4
(184,163,164)
#C9B9BA
(201,185,186)
#DACFD0
(218,207,208)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41090A color. Also use rgb(65,9,10) instead hex code.

Text Font Color

.myTextColor { color: #41090A; }

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

This text font color is #41090A.


Background Color

.myBgColor { background-color: #41090A; }

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

This div background color is #41090A.


Border color

.myBorderColor { border: 1px solid #41090A; }

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

This div border color is #41090A.


Opacity

.myOpacity80 { color: #41090A; opacity: 0.8; }

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

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

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

This text has shadow with #41090A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41090A on black background.


Color preview on white background

This text has color #41090A on white background.



Black color preview on #41090A background

This text has black color on #41090A background.


White color preview on #41090A background

This text has white color on #41090A background.