COLOR #41411D

HEX: #41411D
RGB: (65,65,29)

Color info

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

RGB color model

#41411D color RGB value is (65,65,29).

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

RGB channels and saturation

R 65 of 255 = 25%
G 65 of 255 = 25%
B 29 of 255 = 11%

65
65
29

R + G + B ~ 20%. #41411D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 65 + 29 = 159 (100%)
R 65 of 159 ~ 40.88%
G 65 of 159 ~ 40.88%
B 29 of 159 ~ 18.24%

%40.88
%40.88
%18.24

CMYK color model

#41411D color CMYK value is (0,0,55,75).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 55.38%
  • key color value is 74.51%
CMYK:
(0,0,55,75)
C0M0Y55K75 
(0%,0%,55%,75%)
(0.00/0.00/0.55/0.75)	

CMYK percentages

%0
%0
%55.38
%74.51

Codes

Color #41411D in popluar color models

41411D
RGB656529
HSL60°38.30%18.43%
HSB/HSV60°55.38%25.49%
CMYK0.00%0.00%55.38%
74.51%

Color #41411D in popluar number systems.

HEX41411D
Decimal656529
Binary1000001100000111101
Octal10110135

Shades and tints

Shades of #41411D

#41411D
(65,65,29)
#3C3C1B
(60,60,27)
#373719
(55,55,25)
#323217
(50,50,23)
#2D2D15
(45,45,21)
#282813
(40,40,19)
#232311
(35,35,17)
#1E1E0F
(30,30,15)
#19190D
(25,25,13)
#14140B
(20,20,11)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #41411D

#41411D
(65,65,29)
#525231
(82,82,49)
#636345
(99,99,69)
#747459
(116,116,89)
#85856D
(133,133,109)
#969681
(150,150,129)
#A7A795
(167,167,149)
#B8B8A9
(184,184,169)
#C9C9BD
(201,201,189)
#DADAD1
(218,218,209)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41411D color. Also use rgb(65,65,29) instead hex code.

Text Font Color

.myTextColor { color: #41411D; }

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

This text font color is #41411D.


Background Color

.myBgColor { background-color: #41411D; }

<div style="background-color:#41411D">Inner text</div>

This div background color is #41411D.


Border color

.myBorderColor { border: 1px solid #41411D; }

<div style="border:3px solid #41411D">Div</div>

This div border color is #41411D.


Opacity

.myOpacity80 { color: #41411D; opacity: 0.8; }

<p style="color:#41411D;opacity:0.8;">80%</p>

Text with #41411D 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 #41411D;}

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

This text has shadow with #41411D color.

.textShadow {text-shadow: 3px 3px 1px #41411D, 3px 3px 1px red;}

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

This text has shadow with #41411D primary color and red secondary color.


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

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

This text has shadow with #41411D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41411D on black background.


Color preview on white background

This text has color #41411D on white background.



Black color preview on #41411D background

This text has black color on #41411D background.


White color preview on #41411D background

This text has white color on #41411D background.