COLOR #41332B

HEX: #41332B
RGB: (65,51,43)

Color info

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

RGB color model

#41332B color RGB value is (65,51,43).

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

RGB channels and saturation

R 65 of 255 = 25%
G 51 of 255 = 20%
B 43 of 255 = 17%

65
51
43

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

Portions of RGB colors in percentages

R + G + B =
65 + 51 + 43 = 159 (100%)
R 65 of 159 ~ 40.88%
G 51 of 159 ~ 32.08%
B 43 of 159 ~ 27.04%

%40.88
%32.08
%27.04

CMYK color model

#41332B color CMYK value is (0,22,34,75).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 33.85%
  • key color value is 74.51%
CMYK:
(0,22,34,75)
C0M22Y34K75 
(0%,22%,34%,75%)
(0.00/0.22/0.34/0.75)	

CMYK percentages

%0
%21.54
%33.85
%74.51

Codes

Color #41332B in popluar color models

41332B
RGB655143
HSL22°20.37%21.18%
HSB/HSV22°33.85%25.49%
CMYK0.00%21.54%33.85%
74.51%

Color #41332B in popluar number systems.

HEX41332B
Decimal655143
Binary1000001110011101011
Octal1016353

Shades and tints

Shades of #41332B

#41332B
(65,51,43)
#3C2F28
(60,47,40)
#372B25
(55,43,37)
#322722
(50,39,34)
#2D231F
(45,35,31)
#281F1C
(40,31,28)
#231B19
(35,27,25)
#1E1716
(30,23,22)
#191313
(25,19,19)
#140F10
(20,15,16)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #41332B

#41332B
(65,51,43)
#52453E
(82,69,62)
#635751
(99,87,81)
#746964
(116,105,100)
#857B77
(133,123,119)
#968D8A
(150,141,138)
#A79F9D
(167,159,157)
#B8B1B0
(184,177,176)
#C9C3C3
(201,195,195)
#DAD5D6
(218,213,214)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41332B; }

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

This text font color is #41332B.


Background Color

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

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

This div background color is #41332B.


Border color

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

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

This div border color is #41332B.


Opacity

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

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

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

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

This text has shadow with #41332B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41332B on black background.


Color preview on white background

This text has color #41332B on white background.



Black color preview on #41332B background

This text has black color on #41332B background.


White color preview on #41332B background

This text has white color on #41332B background.