COLOR #41322D

HEX: #41322D
RGB: (65,50,45)

Color info

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

RGB color model

#41322D color RGB value is (65,50,45).

  • red value is 65;
  • green value is 50;
  • blue value is 45.
RGB:
(65,50,45)
(25%,20%,18%)

RGB channels and saturation

R 65 of 255 = 25%
G 50 of 255 = 20%
B 45 of 255 = 18%

65
50
45

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

Portions of RGB colors in percentages

R + G + B =
65 + 50 + 45 = 160 (100%)
R 65 of 160 ~ 40.63%
G 50 of 160 ~ 31.25%
B 45 of 160 ~ 28.13%

%40.63
%31.25
%28.13

CMYK color model

#41322D color CMYK value is (0,23,31,75).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 30.77%
  • key color value is 74.51%
CMYK:
(0,23,31,75)
C0M23Y31K75 
(0%,23%,31%,75%)
(0.00/0.23/0.31/0.75)	

CMYK percentages

%0
%23.08
%30.77
%74.51

Codes

Color #41322D in popluar color models

41322D
RGB655045
HSL15°18.18%21.57%
HSB/HSV15°30.77%25.49%
CMYK0.00%23.08%30.77%
74.51%

Color #41322D in popluar number systems.

HEX41322D
Decimal655045
Binary1000001110010101101
Octal1016255

Shades and tints

Shades of #41322D

#41322D
(65,50,45)
#3C2E29
(60,46,41)
#372A25
(55,42,37)
#322621
(50,38,33)
#2D221D
(45,34,29)
#281E19
(40,30,25)
#231A15
(35,26,21)
#1E1611
(30,22,17)
#19120D
(25,18,13)
#140E09
(20,14,9)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #41322D

#41322D
(65,50,45)
#524440
(82,68,64)
#635653
(99,86,83)
#746866
(116,104,102)
#857A79
(133,122,121)
#968C8C
(150,140,140)
#A79E9F
(167,158,159)
#B8B0B2
(184,176,178)
#C9C2C5
(201,194,197)
#DAD4D8
(218,212,216)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41322D color. Also use rgb(65,50,45) instead hex code.

Text Font Color

.myTextColor { color: #41322D; }

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

This text font color is #41322D.


Background Color

.myBgColor { background-color: #41322D; }

<div style="background-color:#41322D">Inner text</div>

This div background color is #41322D.


Border color

.myBorderColor { border: 1px solid #41322D; }

<div style="border:3px solid #41322D">Div</div>

This div border color is #41322D.


Opacity

.myOpacity80 { color: #41322D; opacity: 0.8; }

<p style="color:#41322D;opacity:0.8;">80%</p>

Text with #41322D 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 #41322D;}

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

This text has shadow with #41322D color.

.textShadow {text-shadow: 3px 3px 1px #41322D, 3px 3px 1px red;}

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

This text has shadow with #41322D primary color and red secondary color.


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

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

This text has shadow with #41322D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41322D on black background.


Color preview on white background

This text has color #41322D on white background.



Black color preview on #41322D background

This text has black color on #41322D background.


White color preview on #41322D background

This text has white color on #41322D background.