COLOR #41181C

HEX: #41181C
RGB: (65,24,28)

Color info

#41181C contains red, green and blue colors in about the same proportion. Web safe color of #41181C is #330033 (or #303).

RGB color model

#41181C color RGB value is (65,24,28).

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

RGB channels and saturation

R 65 of 255 = 25%
G 24 of 255 = 9%
B 28 of 255 = 11%

65
24
28

R + G + B ~ 15%. #41181C is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 24 + 28 = 117 (100%)
R 65 of 117 ~ 55.56%
G 24 of 117 ~ 20.51%
B 28 of 117 ~ 23.93%

%55.56
%20.51
%23.93

CMYK color model

#41181C color CMYK value is (0,63,57,75).

  • cyan value is 0.00%
  • magenta value is 63.08%
  • yellow value is 56.92%
  • key color value is 74.51%
CMYK:
(0,63,57,75)
C0M63Y57K75 
(0%,63%,57%,75%)
(0.00/0.63/0.57/0.75)	

CMYK percentages

%0
%63.08
%56.92
%74.51

Codes

Color #41181C in popluar color models

41181C
RGB652428
HSL354°46.07%17.45%
HSB/HSV354°63.08%25.49%
CMYK0.00%63.08%56.92%
74.51%

Color #41181C in popluar number systems.

HEX41181C
Decimal652428
Binary10000011100011100
Octal1013034

Shades and tints

Shades of #41181C

#41181C
(65,24,28)
#3C161A
(60,22,26)
#371418
(55,20,24)
#321216
(50,18,22)
#2D1014
(45,16,20)
#280E12
(40,14,18)
#230C10
(35,12,16)
#1E0A0E
(30,10,14)
#19080C
(25,8,12)
#14060A
(20,6,10)
#0F0408
(15,4,8)
#000000
(0,0,0)

Tints of #41181C

#41181C
(65,24,28)
#522D30
(82,45,48)
#634244
(99,66,68)
#745758
(116,87,88)
#856C6C
(133,108,108)
#968180
(150,129,128)
#A79694
(167,150,148)
#B8ABA8
(184,171,168)
#C9C0BC
(201,192,188)
#DAD5D0
(218,213,208)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41181C; }

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

This text font color is #41181C.


Background Color

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

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

This div background color is #41181C.


Border color

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

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

This div border color is #41181C.


Opacity

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

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

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

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

This text has shadow with #41181C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41181C on black background.


Color preview on white background

This text has color #41181C on white background.



Black color preview on #41181C background

This text has black color on #41181C background.


White color preview on #41181C background

This text has white color on #41181C background.