COLOR #41332A

HEX: #41332A
RGB: (65,51,42)

Color info

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

RGB color model

#41332A color RGB value is (65,51,42).

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

RGB channels and saturation

R 65 of 255 = 25%
G 51 of 255 = 20%
B 42 of 255 = 16%

65
51
42

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

Portions of RGB colors in percentages

R + G + B =
65 + 51 + 42 = 158 (100%)
R 65 of 158 ~ 41.14%
G 51 of 158 ~ 32.28%
B 42 of 158 ~ 26.58%

%41.14
%32.28
%26.58

CMYK color model

#41332A color CMYK value is (0,22,35,75).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 35.38%
  • key color value is 74.51%
CMYK:
(0,22,35,75)
C0M22Y35K75 
(0%,22%,35%,75%)
(0.00/0.22/0.35/0.75)	

CMYK percentages

%0
%21.54
%35.38
%74.51

Codes

Color #41332A in popluar color models

41332A
RGB655142
HSL23°21.50%20.98%
HSB/HSV23°35.38%25.49%
CMYK0.00%21.54%35.38%
74.51%

Color #41332A in popluar number systems.

HEX41332A
Decimal655142
Binary1000001110011101010
Octal1016352

Shades and tints

Shades of #41332A

#41332A
(65,51,42)
#3C2F27
(60,47,39)
#372B24
(55,43,36)
#322721
(50,39,33)
#2D231E
(45,35,30)
#281F1B
(40,31,27)
#231B18
(35,27,24)
#1E1715
(30,23,21)
#191312
(25,19,18)
#140F0F
(20,15,15)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #41332A

#41332A
(65,51,42)
#52453D
(82,69,61)
#635750
(99,87,80)
#746963
(116,105,99)
#857B76
(133,123,118)
#968D89
(150,141,137)
#A79F9C
(167,159,156)
#B8B1AF
(184,177,175)
#C9C3C2
(201,195,194)
#DAD5D5
(218,213,213)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41332A; }

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

This text font color is #41332A.


Background Color

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

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

This div background color is #41332A.


Border color

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

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

This div border color is #41332A.


Opacity

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

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

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

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

This text has shadow with #41332A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41332A on black background.


Color preview on white background

This text has color #41332A on white background.



Black color preview on #41332A background

This text has black color on #41332A background.


White color preview on #41332A background

This text has white color on #41332A background.