COLOR #41321D

HEX: #41321D
RGB: (65,50,29)

Color info

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

RGB color model

#41321D color RGB value is (65,50,29).

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

RGB channels and saturation

R 65 of 255 = 25%
G 50 of 255 = 20%
B 29 of 255 = 11%

65
50
29

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

Portions of RGB colors in percentages

R + G + B =
65 + 50 + 29 = 144 (100%)
R 65 of 144 ~ 45.14%
G 50 of 144 ~ 34.72%
B 29 of 144 ~ 20.14%

%45.14
%34.72
%20.14

CMYK color model

#41321D color CMYK value is (0,23,55,75).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 55.38%
  • key color value is 74.51%
CMYK:
(0,23,55,75)
C0M23Y55K75 
(0%,23%,55%,75%)
(0.00/0.23/0.55/0.75)	

CMYK percentages

%0
%23.08
%55.38
%74.51

Codes

Color #41321D in popluar color models

41321D
RGB655029
HSL35°38.30%18.43%
HSB/HSV35°55.38%25.49%
CMYK0.00%23.08%55.38%
74.51%

Color #41321D in popluar number systems.

HEX41321D
Decimal655029
Binary100000111001011101
Octal1016235

Shades and tints

Shades of #41321D

#41321D
(65,50,29)
#3C2E1B
(60,46,27)
#372A19
(55,42,25)
#322617
(50,38,23)
#2D2215
(45,34,21)
#281E13
(40,30,19)
#231A11
(35,26,17)
#1E160F
(30,22,15)
#19120D
(25,18,13)
#140E0B
(20,14,11)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #41321D

#41321D
(65,50,29)
#524431
(82,68,49)
#635645
(99,86,69)
#746859
(116,104,89)
#857A6D
(133,122,109)
#968C81
(150,140,129)
#A79E95
(167,158,149)
#B8B0A9
(184,176,169)
#C9C2BD
(201,194,189)
#DAD4D1
(218,212,209)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41321D; }

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

This text font color is #41321D.


Background Color

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

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

This div background color is #41321D.


Border color

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

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

This div border color is #41321D.


Opacity

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

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

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

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

This text has shadow with #41321D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41321D on black background.


Color preview on white background

This text has color #41321D on white background.



Black color preview on #41321D background

This text has black color on #41321D background.


White color preview on #41321D background

This text has white color on #41321D background.