COLOR #41411B

HEX: #41411B
RGB: (65,65,27)

Color info

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

RGB color model

#41411B color RGB value is (65,65,27).

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

RGB channels and saturation

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

65
65
27

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

Portions of RGB colors in percentages

R + G + B =
65 + 65 + 27 = 157 (100%)
R 65 of 157 ~ 41.4%
G 65 of 157 ~ 41.4%
B 27 of 157 ~ 17.2%

%41.4
%41.4
%17.2

CMYK color model

#41411B color CMYK value is (0,0,58,75).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 58.46%
  • key color value is 74.51%
CMYK:
(0,0,58,75)
C0M0Y58K75 
(0%,0%,58%,75%)
(0.00/0.00/0.58/0.75)	

CMYK percentages

%0
%0
%58.46
%74.51

Codes

Color #41411B in popluar color models

41411B
RGB656527
HSL60°41.30%18.04%
HSB/HSV60°58.46%25.49%
CMYK0.00%0.00%58.46%
74.51%

Color #41411B in popluar number systems.

HEX41411B
Decimal656527
Binary1000001100000111011
Octal10110133

Shades and tints

Shades of #41411B

#41411B
(65,65,27)
#3C3C19
(60,60,25)
#373717
(55,55,23)
#323215
(50,50,21)
#2D2D13
(45,45,19)
#282811
(40,40,17)
#23230F
(35,35,15)
#1E1E0D
(30,30,13)
#19190B
(25,25,11)
#141409
(20,20,9)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #41411B

#41411B
(65,65,27)
#52522F
(82,82,47)
#636343
(99,99,67)
#747457
(116,116,87)
#85856B
(133,133,107)
#96967F
(150,150,127)
#A7A793
(167,167,147)
#B8B8A7
(184,184,167)
#C9C9BB
(201,201,187)
#DADACF
(218,218,207)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41411B; }

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

This text font color is #41411B.


Background Color

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

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

This div background color is #41411B.


Border color

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

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

This div border color is #41411B.


Opacity

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

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

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

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

This text has shadow with #41411B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41411B on black background.


Color preview on white background

This text has color #41411B on white background.



Black color preview on #41411B background

This text has black color on #41411B background.


White color preview on #41411B background

This text has white color on #41411B background.