COLOR #41041C

HEX: #41041C
RGB: (65,4,28)

Color info

#41041C contains mainly red and blue colors. Web safe color of #41041C is #330033 (or #303).

RGB color model

#41041C color RGB value is (65,4,28).

  • red value is 65;
  • green value is 4;
  • blue value is 28.
RGB:
(65,4,28)
(25%,2%,11%)

RGB channels and saturation

R 65 of 255 = 25%
G 4 of 255 = 2%
B 28 of 255 = 11%

65
4
28

R + G + B ~ 13%. #41041C is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 4 + 28 = 97 (100%)
R 65 of 97 ~ 67.01%
G 4 of 97 ~ 4.12%
B 28 of 97 ~ 28.87%

%67.01
%28.87

CMYK color model

#41041C color CMYK value is (0,94,57,75).

  • cyan value is 0.00%
  • magenta value is 93.85%
  • yellow value is 56.92%
  • key color value is 74.51%
CMYK:
(0,94,57,75)
C0M94Y57K75 
(0%,94%,57%,75%)
(0.00/0.94/0.57/0.75)	

CMYK percentages

%0
%93.85
%56.92
%74.51

Codes

Color #41041C in popluar color models

41041C
RGB65428
HSL336°88.41%13.53%
HSB/HSV336°93.85%25.49%
CMYK0.00%93.85%56.92%
74.51%

Color #41041C in popluar number systems.

HEX41041C
Decimal65428
Binary100000110011100
Octal101434

Shades and tints

Shades of #41041C

#41041C
(65,4,28)
#3C041A
(60,4,26)
#370418
(55,4,24)
#320416
(50,4,22)
#2D0414
(45,4,20)
#280412
(40,4,18)
#230410
(35,4,16)
#1E040E
(30,4,14)
#19040C
(25,4,12)
#14040A
(20,4,10)
#0F0408
(15,4,8)
#000000
(0,0,0)

Tints of #41041C

#41041C
(65,4,28)
#521A30
(82,26,48)
#633044
(99,48,68)
#744658
(116,70,88)
#855C6C
(133,92,108)
#967280
(150,114,128)
#A78894
(167,136,148)
#B89EA8
(184,158,168)
#C9B4BC
(201,180,188)
#DACAD0
(218,202,208)
#EBE0E4
(235,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41041C color. Also use rgb(65,4,28) instead hex code.

Text Font Color

.myTextColor { color: #41041C; }

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

This text font color is #41041C.


Background Color

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

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

This div background color is #41041C.


Border color

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

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

This div border color is #41041C.


Opacity

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

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

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

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

This text has shadow with #41041C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41041C on black background.


Color preview on white background

This text has color #41041C on white background.



Black color preview on #41041C background

This text has black color on #41041C background.


White color preview on #41041C background

This text has white color on #41041C background.