COLOR #41292E

HEX: #41292E
RGB: (65,41,46)

Color info

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

RGB color model

#41292E color RGB value is (65,41,46).

  • red value is 65;
  • green value is 41;
  • blue value is 46.
RGB:
(65,41,46)
(25%,16%,18%)

RGB channels and saturation

R 65 of 255 = 25%
G 41 of 255 = 16%
B 46 of 255 = 18%

65
41
46

R + G + B ~ 20%. #41292E is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 41 + 46 = 152 (100%)
R 65 of 152 ~ 42.76%
G 41 of 152 ~ 26.97%
B 46 of 152 ~ 30.26%

%42.76
%26.97
%30.26

CMYK color model

#41292E color CMYK value is (0,37,29,75).

  • cyan value is 0.00%
  • magenta value is 36.92%
  • yellow value is 29.23%
  • key color value is 74.51%
CMYK:
(0,37,29,75)
C0M37Y29K75 
(0%,37%,29%,75%)
(0.00/0.37/0.29/0.75)	

CMYK percentages

%0
%36.92
%29.23
%74.51

Codes

Color #41292E in popluar color models

41292E
RGB654146
HSL348°22.64%20.78%
HSB/HSV348°36.92%25.49%
CMYK0.00%36.92%29.23%
74.51%

Color #41292E in popluar number systems.

HEX41292E
Decimal654146
Binary1000001101001101110
Octal1015156

Shades and tints

Shades of #41292E

#41292E
(65,41,46)
#3C262A
(60,38,42)
#372326
(55,35,38)
#322022
(50,32,34)
#2D1D1E
(45,29,30)
#281A1A
(40,26,26)
#231716
(35,23,22)
#1E1412
(30,20,18)
#19110E
(25,17,14)
#140E0A
(20,14,10)
#0F0B06
(15,11,6)
#000000
(0,0,0)

Tints of #41292E

#41292E
(65,41,46)
#523C41
(82,60,65)
#634F54
(99,79,84)
#746267
(116,98,103)
#85757A
(133,117,122)
#96888D
(150,136,141)
#A79BA0
(167,155,160)
#B8AEB3
(184,174,179)
#C9C1C6
(201,193,198)
#DAD4D9
(218,212,217)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41292E color. Also use rgb(65,41,46) instead hex code.

Text Font Color

.myTextColor { color: #41292E; }

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

This text font color is #41292E.


Background Color

.myBgColor { background-color: #41292E; }

<div style="background-color:#41292E">Inner text</div>

This div background color is #41292E.


Border color

.myBorderColor { border: 1px solid #41292E; }

<div style="border:3px solid #41292E">Div</div>

This div border color is #41292E.


Opacity

.myOpacity80 { color: #41292E; opacity: 0.8; }

<p style="color:#41292E;opacity:0.8;">80%</p>

Text with #41292E 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 #41292E;}

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

This text has shadow with #41292E color.

.textShadow {text-shadow: 3px 3px 1px #41292E, 3px 3px 1px red;}

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

This text has shadow with #41292E primary color and red secondary color.


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

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

This text has shadow with #41292E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41292E on black background.


Color preview on white background

This text has color #41292E on white background.



Black color preview on #41292E background

This text has black color on #41292E background.


White color preview on #41292E background

This text has white color on #41292E background.