COLOR #40470C

HEX: #40470C
RGB: (64,71,12)

Color info

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

RGB color model

#40470C color RGB value is (64,71,12).

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

RGB channels and saturation

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

64
71
12

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

Portions of RGB colors in percentages

R + G + B =
64 + 71 + 12 = 147 (100%)
R 64 of 147 ~ 43.54%
G 71 of 147 ~ 48.3%
B 12 of 147 ~ 8.16%

%43.54
%48.3

CMYK color model

#40470C color CMYK value is (10,0,83,72).

  • cyan value is 9.86%
  • magenta value is 0.00%
  • yellow value is 83.10%
  • key color value is 72.16%
CMYK:
(10,0,83,72)
C10M0Y83K72 
(10%,0%,83%,72%)
(0.10/0.00/0.83/0.72)	

CMYK percentages

%9.86
%0
%83.1
%72.16

Codes

Color #40470C in popluar color models

40470C
RGB647112
HSL67°71.08%16.27%
HSB/HSV67°83.10%27.84%
CMYK9.86%0.00%83.10%
72.16%

Color #40470C in popluar number systems.

HEX40470C
Decimal647112
Binary100000010001111100
Octal10010714

Shades and tints

Shades of #40470C

#40470C
(64,71,12)
#3B410B
(59,65,11)
#363B0A
(54,59,10)
#313509
(49,53,9)
#2C2F08
(44,47,8)
#272907
(39,41,7)
#222306
(34,35,6)
#1D1D05
(29,29,5)
#181704
(24,23,4)
#131103
(19,17,3)
#0E0B02
(14,11,2)
#000000
(0,0,0)

Tints of #40470C

#40470C
(64,71,12)
#515722
(81,87,34)
#626738
(98,103,56)
#73774E
(115,119,78)
#848764
(132,135,100)
#95977A
(149,151,122)
#A6A790
(166,167,144)
#B7B7A6
(183,183,166)
#C8C7BC
(200,199,188)
#D9D7D2
(217,215,210)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40470C; }

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

This text font color is #40470C.


Background Color

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

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

This div background color is #40470C.


Border color

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

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

This div border color is #40470C.


Opacity

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

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

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

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

This text has shadow with #40470C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40470C on black background.


Color preview on white background

This text has color #40470C on white background.



Black color preview on #40470C background

This text has black color on #40470C background.


White color preview on #40470C background

This text has white color on #40470C background.