COLOR #41471F

HEX: #41471F
RGB: (65,71,31)

Color info

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

RGB color model

#41471F color RGB value is (65,71,31).

  • red value is 65;
  • green value is 71;
  • blue value is 31.
RGB:
(65,71,31)
(25%,28%,12%)

RGB channels and saturation

R 65 of 255 = 25%
G 71 of 255 = 28%
B 31 of 255 = 12%

65
71
31

R + G + B ~ 22%. #41471F is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 71 + 31 = 167 (100%)
R 65 of 167 ~ 38.92%
G 71 of 167 ~ 42.51%
B 31 of 167 ~ 18.56%

%38.92
%42.51
%18.56

CMYK color model

#41471F color CMYK value is (8,0,56,72).

  • cyan value is 8.45%
  • magenta value is 0.00%
  • yellow value is 56.34%
  • key color value is 72.16%
CMYK:
(8,0,56,72)
C8M0Y56K72 
(8%,0%,56%,72%)
(0.08/0.00/0.56/0.72)	

CMYK percentages

%8.45
%0
%56.34
%72.16

Codes

Color #41471F in popluar color models

41471F
RGB657131
HSL69°39.22%20.00%
HSB/HSV69°56.34%27.84%
CMYK8.45%0.00%56.34%
72.16%

Color #41471F in popluar number systems.

HEX41471F
Decimal657131
Binary1000001100011111111
Octal10110737

Shades and tints

Shades of #41471F

#41471F
(65,71,31)
#3C411D
(60,65,29)
#373B1B
(55,59,27)
#323519
(50,53,25)
#2D2F17
(45,47,23)
#282915
(40,41,21)
#232313
(35,35,19)
#1E1D11
(30,29,17)
#19170F
(25,23,15)
#14110D
(20,17,13)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #41471F

#41471F
(65,71,31)
#525733
(82,87,51)
#636747
(99,103,71)
#74775B
(116,119,91)
#85876F
(133,135,111)
#969783
(150,151,131)
#A7A797
(167,167,151)
#B8B7AB
(184,183,171)
#C9C7BF
(201,199,191)
#DAD7D3
(218,215,211)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41471F color. Also use rgb(65,71,31) instead hex code.

Text Font Color

.myTextColor { color: #41471F; }

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

This text font color is #41471F.


Background Color

.myBgColor { background-color: #41471F; }

<div style="background-color:#41471F">Inner text</div>

This div background color is #41471F.


Border color

.myBorderColor { border: 1px solid #41471F; }

<div style="border:3px solid #41471F">Div</div>

This div border color is #41471F.


Opacity

.myOpacity80 { color: #41471F; opacity: 0.8; }

<p style="color:#41471F;opacity:0.8;">80%</p>

Text with #41471F 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 #41471F;}

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

This text has shadow with #41471F color.

.textShadow {text-shadow: 3px 3px 1px #41471F, 3px 3px 1px red;}

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

This text has shadow with #41471F primary color and red secondary color.


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

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

This text has shadow with #41471F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41471F on black background.


Color preview on white background

This text has color #41471F on white background.



Black color preview on #41471F background

This text has black color on #41471F background.


White color preview on #41471F background

This text has white color on #41471F background.