COLOR #41411F

HEX: #41411F RGB: (65,65,31)

Color info

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

RGB color model

#41411F color RGB value is (65,65,31).

RGB: (65,65,31) (25%, 25%, 12%)

RGB channels and saturation

R 65 of 255 = 25%
G 65 of 255 = 25%
B 31 of 255 = 12%

65
65
31

R + G + B ~ 21%. #41411F is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 65 + 31 = 161 (100%)
R 65 of 161 ~ 40.37%
G 65 of 161 ~ 40.37%
B 31 of 161 ~ 19.25'%

%40.37
%40.37
%19.25

CMYK color model

#41411F color CMYK value is (0,0,52,75).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 52.31%
  • key color value is 74.51%
CMYK: (0,0,52,75) C0M0Y52K75 (0%,0%,52%,75%) (0.00/0.00/0.52/0.75) 

CMYK percentages

%0
%0
%52.31
%74.51

Codes

Color #41411F in popluar color models

41 41 1F
RGB 65 65 31
HSL 60° 35.42% 18.82%
HSB/HSV 60° 52.31% 25.49%
CMYK 0.00% 0.00% 52.31%
74.51%

Color #41411F in popluar number systems.

HEX 41 41 1F
Decimal 65 65 31
Binary 1000001 1000001 11111
Octal 101 101 37

Shades and tints

Shades of #41411F

#41411F
(65,65,31)
#3C3C1D
(60,60,29)
#37371B
(55,55,27)
#323219
(50,50,25)
#2D2D17
(45,45,23)
#282815
(40,40,21)
#232313
(35,35,19)
#1E1E11
(30,30,17)
#19190F
(25,25,15)
#14140D
(20,20,13)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #41411F

#41411F
(65,65,31)
#525233
(82,82,51)
#636347
(99,99,71)
#74745B
(116,116,91)
#85856F
(133,133,111)
#969683
(150,150,131)
#A7A797
(167,167,151)
#B8B8AB
(184,184,171)
#C9C9BF
(201,201,191)
#DADAD3
(218,218,211)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41411F; }

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

This text font color is #41411F.

Background Color

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

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

This div background color is #41411F.

Border color

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

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

This div border color is #41411F.

Opacity

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

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

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

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

This text has shadow with #41411F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41411F.

Preview

Color preview on black background

This text has color #41411F on black background.


Color preview on white background

This text has color #41411F on white background.


Black color preview on #41411F background

This text has black color on #41411F background.


White color preview on #41411F background

This text has white color on #41411F background.


Related colors

Complementary color

Complementary color for #hex is #BEBEE0.


I love getcolorcode.com