COLOR #41042F

HEX: #41042F
RGB: (65,4,47)

Color info

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

RGB color model

#41042F color RGB value is (65,4,47).

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

RGB channels and saturation

R 65 of 255 = 25%
G 4 of 255 = 2%
B 47 of 255 = 18%

65
4
47

R + G + B ~ 15%. #41042F is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 4 + 47 = 116 (100%)
R 65 of 116 ~ 56.03%
G 4 of 116 ~ 3.45%
B 47 of 116 ~ 40.52%

%56.03
%40.52

CMYK color model

#41042F color CMYK value is (0,94,28,75).

  • cyan value is 0.00%
  • magenta value is 93.85%
  • yellow value is 27.69%
  • key color value is 74.51%
CMYK:
(0,94,28,75)
C0M94Y28K75 
(0%,94%,28%,75%)
(0.00/0.94/0.28/0.75)	

CMYK percentages

%0
%93.85
%27.69
%74.51

Codes

Color #41042F in popluar color models

41042F
RGB65447
HSL318°88.41%13.53%
HSB/HSV318°93.85%25.49%
CMYK0.00%93.85%27.69%
74.51%

Color #41042F in popluar number systems.

HEX41042F
Decimal65447
Binary1000001100101111
Octal101457

Shades and tints

Shades of #41042F

#41042F
(65,4,47)
#3C042B
(60,4,43)
#370427
(55,4,39)
#320423
(50,4,35)
#2D041F
(45,4,31)
#28041B
(40,4,27)
#230417
(35,4,23)
#1E0413
(30,4,19)
#19040F
(25,4,15)
#14040B
(20,4,11)
#0F0407
(15,4,7)
#000000
(0,0,0)

Tints of #41042F

#41042F
(65,4,47)
#521A41
(82,26,65)
#633053
(99,48,83)
#744665
(116,70,101)
#855C77
(133,92,119)
#967289
(150,114,137)
#A7889B
(167,136,155)
#B89EAD
(184,158,173)
#C9B4BF
(201,180,191)
#DACAD1
(218,202,209)
#EBE0E3
(235,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41042F color. Also use rgb(65,4,47) instead hex code.

Text Font Color

.myTextColor { color: #41042F; }

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

This text font color is #41042F.


Background Color

.myBgColor { background-color: #41042F; }

<div style="background-color:#41042F">Inner text</div>

This div background color is #41042F.


Border color

.myBorderColor { border: 1px solid #41042F; }

<div style="border:3px solid #41042F">Div</div>

This div border color is #41042F.


Opacity

.myOpacity80 { color: #41042F; opacity: 0.8; }

<p style="color:#41042F;opacity:0.8;">80%</p>

Text with #41042F 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 #41042F;}

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

This text has shadow with #41042F color.

.textShadow {text-shadow: 3px 3px 1px #41042F, 3px 3px 1px red;}

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

This text has shadow with #41042F primary color and red secondary color.


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

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

This text has shadow with #41042F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41042F on black background.


Color preview on white background

This text has color #41042F on white background.



Black color preview on #41042F background

This text has black color on #41042F background.


White color preview on #41042F background

This text has white color on #41042F background.