COLOR #41241C

HEX: #41241C
RGB: (65,36,28)

Color info

#41241C contains red, green and blue colors in about the same proportion. Web safe color of #41241C is #333333 (or #333).

RGB color model

#41241C color RGB value is (65,36,28).

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

RGB channels and saturation

R 65 of 255 = 25%
G 36 of 255 = 14%
B 28 of 255 = 11%

65
36
28

R + G + B ~ 17%. #41241C is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 36 + 28 = 129 (100%)
R 65 of 129 ~ 50.39%
G 36 of 129 ~ 27.91%
B 28 of 129 ~ 21.71%

%50.39
%27.91
%21.71

CMYK color model

#41241C color CMYK value is (0,45,57,75).

  • cyan value is 0.00%
  • magenta value is 44.62%
  • yellow value is 56.92%
  • key color value is 74.51%
CMYK:
(0,45,57,75)
C0M45Y57K75 
(0%,45%,57%,75%)
(0.00/0.45/0.57/0.75)	

CMYK percentages

%0
%44.62
%56.92
%74.51

Codes

Color #41241C in popluar color models

41241C
RGB653628
HSL13°39.78%18.24%
HSB/HSV13°56.92%25.49%
CMYK0.00%44.62%56.92%
74.51%

Color #41241C in popluar number systems.

HEX41241C
Decimal653628
Binary100000110010011100
Octal1014434

Shades and tints

Shades of #41241C

#41241C
(65,36,28)
#3C211A
(60,33,26)
#371E18
(55,30,24)
#321B16
(50,27,22)
#2D1814
(45,24,20)
#281512
(40,21,18)
#231210
(35,18,16)
#1E0F0E
(30,15,14)
#190C0C
(25,12,12)
#14090A
(20,9,10)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #41241C

#41241C
(65,36,28)
#523730
(82,55,48)
#634A44
(99,74,68)
#745D58
(116,93,88)
#85706C
(133,112,108)
#968380
(150,131,128)
#A79694
(167,150,148)
#B8A9A8
(184,169,168)
#C9BCBC
(201,188,188)
#DACFD0
(218,207,208)
#EBE2E4
(235,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41241C; }

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

This text font color is #41241C.


Background Color

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

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

This div background color is #41241C.


Border color

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

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

This div border color is #41241C.


Opacity

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

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

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

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

This text has shadow with #41241C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41241C on black background.


Color preview on white background

This text has color #41241C on white background.



Black color preview on #41241C background

This text has black color on #41241C background.


White color preview on #41241C background

This text has white color on #41241C background.