COLOR #41321C

HEX: #41321C
RGB: (65,50,28)

Color info

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

RGB color model

#41321C color RGB value is (65,50,28).

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

RGB channels and saturation

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

65
50
28

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

Portions of RGB colors in percentages

R + G + B =
65 + 50 + 28 = 143 (100%)
R 65 of 143 ~ 45.45%
G 50 of 143 ~ 34.97%
B 28 of 143 ~ 19.58%

%45.45
%34.97
%19.58

CMYK color model

#41321C color CMYK value is (0,23,57,75).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 56.92%
  • key color value is 74.51%
CMYK:
(0,23,57,75)
C0M23Y57K75 
(0%,23%,57%,75%)
(0.00/0.23/0.57/0.75)	

CMYK percentages

%0
%23.08
%56.92
%74.51

Codes

Color #41321C in popluar color models

41321C
RGB655028
HSL36°39.78%18.24%
HSB/HSV36°56.92%25.49%
CMYK0.00%23.08%56.92%
74.51%

Color #41321C in popluar number systems.

HEX41321C
Decimal655028
Binary100000111001011100
Octal1016234

Shades and tints

Shades of #41321C

#41321C
(65,50,28)
#3C2E1A
(60,46,26)
#372A18
(55,42,24)
#322616
(50,38,22)
#2D2214
(45,34,20)
#281E12
(40,30,18)
#231A10
(35,26,16)
#1E160E
(30,22,14)
#19120C
(25,18,12)
#140E0A
(20,14,10)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #41321C

#41321C
(65,50,28)
#524430
(82,68,48)
#635644
(99,86,68)
#746858
(116,104,88)
#857A6C
(133,122,108)
#968C80
(150,140,128)
#A79E94
(167,158,148)
#B8B0A8
(184,176,168)
#C9C2BC
(201,194,188)
#DAD4D0
(218,212,208)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41321C; }

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

This text font color is #41321C.


Background Color

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

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

This div background color is #41321C.


Border color

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

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

This div border color is #41321C.


Opacity

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

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

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

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

This text has shadow with #41321C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41321C on black background.


Color preview on white background

This text has color #41321C on white background.



Black color preview on #41321C background

This text has black color on #41321C background.


White color preview on #41321C background

This text has white color on #41321C background.