COLOR #41332C

HEX: #41332C
RGB: (65,51,44)

Color info

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

RGB color model

#41332C color RGB value is (65,51,44).

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

RGB channels and saturation

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

65
51
44

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

Portions of RGB colors in percentages

R + G + B =
65 + 51 + 44 = 160 (100%)
R 65 of 160 ~ 40.63%
G 51 of 160 ~ 31.88%
B 44 of 160 ~ 27.5%

%40.63
%31.88
%27.5

CMYK color model

#41332C color CMYK value is (0,22,32,75).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 32.31%
  • key color value is 74.51%
CMYK:
(0,22,32,75)
C0M22Y32K75 
(0%,22%,32%,75%)
(0.00/0.22/0.32/0.75)	

CMYK percentages

%0
%21.54
%32.31
%74.51

Codes

Color #41332C in popluar color models

41332C
RGB655144
HSL20°19.27%21.37%
HSB/HSV20°32.31%25.49%
CMYK0.00%21.54%32.31%
74.51%

Color #41332C in popluar number systems.

HEX41332C
Decimal655144
Binary1000001110011101100
Octal1016354

Shades and tints

Shades of #41332C

#41332C
(65,51,44)
#3C2F28
(60,47,40)
#372B24
(55,43,36)
#322720
(50,39,32)
#2D231C
(45,35,28)
#281F18
(40,31,24)
#231B14
(35,27,20)
#1E1710
(30,23,16)
#19130C
(25,19,12)
#140F08
(20,15,8)
#0F0B04
(15,11,4)
#000000
(0,0,0)

Tints of #41332C

#41332C
(65,51,44)
#52453F
(82,69,63)
#635752
(99,87,82)
#746965
(116,105,101)
#857B78
(133,123,120)
#968D8B
(150,141,139)
#A79F9E
(167,159,158)
#B8B1B1
(184,177,177)
#C9C3C4
(201,195,196)
#DAD5D7
(218,213,215)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41332C; }

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

This text font color is #41332C.


Background Color

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

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

This div background color is #41332C.


Border color

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

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

This div border color is #41332C.


Opacity

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

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

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

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

This text has shadow with #41332C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41332C on black background.


Color preview on white background

This text has color #41332C on white background.



Black color preview on #41332C background

This text has black color on #41332C background.


White color preview on #41332C background

This text has white color on #41332C background.