COLOR #41470F

HEX: #41470F
RGB: (65,71,15)

Color info

#41470F contains red, green and blue colors in about the same proportion. Web safe color of #41470F is #333300 (or #330).

RGB color model

#41470F color RGB value is (65,71,15).

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

RGB channels and saturation

R 65 of 255 = 25%
G 71 of 255 = 28%
B 15 of 255 = 6%

65
71
15

R + G + B ~ 20%. #41470F is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 71 + 15 = 151 (100%)
R 65 of 151 ~ 43.05%
G 71 of 151 ~ 47.02%
B 15 of 151 ~ 9.93%

%43.05
%47.02
%9.93

CMYK color model

#41470F color CMYK value is (8,0,79,72).

  • cyan value is 8.45%
  • magenta value is 0.00%
  • yellow value is 78.87%
  • key color value is 72.16%
CMYK:
(8,0,79,72)
C8M0Y79K72 
(8%,0%,79%,72%)
(0.08/0.00/0.79/0.72)	

CMYK percentages

%8.45
%0
%78.87
%72.16

Codes

Color #41470F in popluar color models

41470F
RGB657115
HSL66°65.12%16.86%
HSB/HSV66°78.87%27.84%
CMYK8.45%0.00%78.87%
72.16%

Color #41470F in popluar number systems.

HEX41470F
Decimal657115
Binary100000110001111111
Octal10110717

Shades and tints

Shades of #41470F

#41470F
(65,71,15)
#3C410E
(60,65,14)
#373B0D
(55,59,13)
#32350C
(50,53,12)
#2D2F0B
(45,47,11)
#28290A
(40,41,10)
#232309
(35,35,9)
#1E1D08
(30,29,8)
#191707
(25,23,7)
#141106
(20,17,6)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #41470F

#41470F
(65,71,15)
#525724
(82,87,36)
#636739
(99,103,57)
#74774E
(116,119,78)
#858763
(133,135,99)
#969778
(150,151,120)
#A7A78D
(167,167,141)
#B8B7A2
(184,183,162)
#C9C7B7
(201,199,183)
#DAD7CC
(218,215,204)
#EBE7E1
(235,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41470F; }

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

This text font color is #41470F.


Background Color

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

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

This div background color is #41470F.


Border color

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

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

This div border color is #41470F.


Opacity

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

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

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

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

This text has shadow with #41470F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41470F on black background.


Color preview on white background

This text has color #41470F on white background.



Black color preview on #41470F background

This text has black color on #41470F background.


White color preview on #41470F background

This text has white color on #41470F background.