COLOR #41090C

HEX: #41090C
RGB: (65,9,12)

Color info

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

RGB color model

#41090C color RGB value is (65,9,12).

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

RGB channels and saturation

R 65 of 255 = 25%
G 9 of 255 = 4%
B 12 of 255 = 5%

65
9
12

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

Portions of RGB colors in percentages

R + G + B =
65 + 9 + 12 = 86 (100%)
R 65 of 86 ~ 75.58%
G 9 of 86 ~ 10.47%
B 12 of 86 ~ 13.95%

%75.58
%10.47
%13.95

CMYK color model

#41090C color CMYK value is (0,86,82,75).

  • cyan value is 0.00%
  • magenta value is 86.15%
  • yellow value is 81.54%
  • key color value is 74.51%
CMYK:
(0,86,82,75)
C0M86Y82K75 
(0%,86%,82%,75%)
(0.00/0.86/0.82/0.75)	

CMYK percentages

%0
%86.15
%81.54
%74.51

Codes

Color #41090C in popluar color models

41090C
RGB65912
HSL357°75.68%14.51%
HSB/HSV357°86.15%25.49%
CMYK0.00%86.15%81.54%
74.51%

Color #41090C in popluar number systems.

HEX41090C
Decimal65912
Binary100000110011100
Octal1011114

Shades and tints

Shades of #41090C

#41090C
(65,9,12)
#3C090B
(60,9,11)
#37090A
(55,9,10)
#320909
(50,9,9)
#2D0908
(45,9,8)
#280907
(40,9,7)
#230906
(35,9,6)
#1E0905
(30,9,5)
#190904
(25,9,4)
#140903
(20,9,3)
#0F0902
(15,9,2)
#000000
(0,0,0)

Tints of #41090C

#41090C
(65,9,12)
#521F22
(82,31,34)
#633538
(99,53,56)
#744B4E
(116,75,78)
#856164
(133,97,100)
#96777A
(150,119,122)
#A78D90
(167,141,144)
#B8A3A6
(184,163,166)
#C9B9BC
(201,185,188)
#DACFD2
(218,207,210)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41090C; }

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

This text font color is #41090C.


Background Color

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

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

This div background color is #41090C.


Border color

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

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

This div border color is #41090C.


Opacity

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

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

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

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

This text has shadow with #41090C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41090C on black background.


Color preview on white background

This text has color #41090C on white background.



Black color preview on #41090C background

This text has black color on #41090C background.


White color preview on #41090C background

This text has white color on #41090C background.