COLOR #41341B

HEX: #41341B
RGB: (65,52,27)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

65
52
27

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

Portions of RGB colors in percentages

R + G + B =
65 + 52 + 27 = 144 (100%)
R 65 of 144 ~ 45.14%
G 52 of 144 ~ 36.11%
B 27 of 144 ~ 18.75%

%45.14
%36.11
%18.75

CMYK color model

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

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

CMYK percentages

%0
%20
%58.46
%74.51

Codes

Color #41341B in popluar color models

41341B
RGB655227
HSL39°41.30%18.04%
HSB/HSV39°58.46%25.49%
CMYK0.00%20.00%58.46%
74.51%

Color #41341B in popluar number systems.

HEX41341B
Decimal655227
Binary100000111010011011
Octal1016433

Shades and tints

Shades of #41341B

#41341B
(65,52,27)
#3C3019
(60,48,25)
#372C17
(55,44,23)
#322815
(50,40,21)
#2D2413
(45,36,19)
#282011
(40,32,17)
#231C0F
(35,28,15)
#1E180D
(30,24,13)
#19140B
(25,20,11)
#141009
(20,16,9)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #41341B

#41341B
(65,52,27)
#52462F
(82,70,47)
#635843
(99,88,67)
#746A57
(116,106,87)
#857C6B
(133,124,107)
#968E7F
(150,142,127)
#A7A093
(167,160,147)
#B8B2A7
(184,178,167)
#C9C4BB
(201,196,187)
#DAD6CF
(218,214,207)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41341B; }

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

This text font color is #41341B.


Background Color

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

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

This div background color is #41341B.


Border color

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

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

This div border color is #41341B.


Opacity

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

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

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

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

This text has shadow with #41341B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41341B on black background.


Color preview on white background

This text has color #41341B on white background.



Black color preview on #41341B background

This text has black color on #41341B background.


White color preview on #41341B background

This text has white color on #41341B background.