COLOR #41292B

HEX: #41292B
RGB: (65,41,43)

Color info

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

RGB color model

#41292B color RGB value is (65,41,43).

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

RGB channels and saturation

R 65 of 255 = 25%
G 41 of 255 = 16%
B 43 of 255 = 17%

65
41
43

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

Portions of RGB colors in percentages

R + G + B =
65 + 41 + 43 = 149 (100%)
R 65 of 149 ~ 43.62%
G 41 of 149 ~ 27.52%
B 43 of 149 ~ 28.86%

%43.62
%27.52
%28.86

CMYK color model

#41292B color CMYK value is (0,37,34,75).

  • cyan value is 0.00%
  • magenta value is 36.92%
  • yellow value is 33.85%
  • key color value is 74.51%
CMYK:
(0,37,34,75)
C0M37Y34K75 
(0%,37%,34%,75%)
(0.00/0.37/0.34/0.75)	

CMYK percentages

%0
%36.92
%33.85
%74.51

Codes

Color #41292B in popluar color models

41292B
RGB654143
HSL355°22.64%20.78%
HSB/HSV355°36.92%25.49%
CMYK0.00%36.92%33.85%
74.51%

Color #41292B in popluar number systems.

HEX41292B
Decimal654143
Binary1000001101001101011
Octal1015153

Shades and tints

Shades of #41292B

#41292B
(65,41,43)
#3C2628
(60,38,40)
#372325
(55,35,37)
#322022
(50,32,34)
#2D1D1F
(45,29,31)
#281A1C
(40,26,28)
#231719
(35,23,25)
#1E1416
(30,20,22)
#191113
(25,17,19)
#140E10
(20,14,16)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #41292B

#41292B
(65,41,43)
#523C3E
(82,60,62)
#634F51
(99,79,81)
#746264
(116,98,100)
#857577
(133,117,119)
#96888A
(150,136,138)
#A79B9D
(167,155,157)
#B8AEB0
(184,174,176)
#C9C1C3
(201,193,195)
#DAD4D6
(218,212,214)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41292B; }

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

This text font color is #41292B.


Background Color

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

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

This div background color is #41292B.


Border color

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

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

This div border color is #41292B.


Opacity

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

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

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

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

This text has shadow with #41292B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41292B on black background.


Color preview on white background

This text has color #41292B on white background.



Black color preview on #41292B background

This text has black color on #41292B background.


White color preview on #41292B background

This text has white color on #41292B background.