COLOR #41470C

HEX: #41470C
RGB: (65,71,12)

Color info

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

RGB color model

#41470C color RGB value is (65,71,12).

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

RGB channels and saturation

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

65
71
12

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

Portions of RGB colors in percentages

R + G + B =
65 + 71 + 12 = 148 (100%)
R 65 of 148 ~ 43.92%
G 71 of 148 ~ 47.97%
B 12 of 148 ~ 8.11%

%43.92
%47.97

CMYK color model

#41470C color CMYK value is (8,0,83,72).

  • cyan value is 8.45%
  • magenta value is 0.00%
  • yellow value is 83.10%
  • key color value is 72.16%
CMYK:
(8,0,83,72)
C8M0Y83K72 
(8%,0%,83%,72%)
(0.08/0.00/0.83/0.72)	

CMYK percentages

%8.45
%0
%83.1
%72.16

Codes

Color #41470C in popluar color models

41470C
RGB657112
HSL66°71.08%16.27%
HSB/HSV66°83.10%27.84%
CMYK8.45%0.00%83.10%
72.16%

Color #41470C in popluar number systems.

HEX41470C
Decimal657112
Binary100000110001111100
Octal10110714

Shades and tints

Shades of #41470C

#41470C
(65,71,12)
#3C410B
(60,65,11)
#373B0A
(55,59,10)
#323509
(50,53,9)
#2D2F08
(45,47,8)
#282907
(40,41,7)
#232306
(35,35,6)
#1E1D05
(30,29,5)
#191704
(25,23,4)
#141103
(20,17,3)
#0F0B02
(15,11,2)
#000000
(0,0,0)

Tints of #41470C

#41470C
(65,71,12)
#525722
(82,87,34)
#636738
(99,103,56)
#74774E
(116,119,78)
#858764
(133,135,100)
#96977A
(150,151,122)
#A7A790
(167,167,144)
#B8B7A6
(184,183,166)
#C9C7BC
(201,199,188)
#DAD7D2
(218,215,210)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41470C; }

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

This text font color is #41470C.


Background Color

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

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

This div background color is #41470C.


Border color

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

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

This div border color is #41470C.


Opacity

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

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

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

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

This text has shadow with #41470C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41470C on black background.


Color preview on white background

This text has color #41470C on white background.



Black color preview on #41470C background

This text has black color on #41470C background.


White color preview on #41470C background

This text has white color on #41470C background.