COLOR #40460D

HEX: #40460D
RGB: (64,70,13)

Color info

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

RGB color model

#40460D color RGB value is (64,70,13).

  • red value is 64;
  • green value is 70;
  • blue value is 13.
RGB:
(64,70,13)
(25%,27%,5%)

RGB channels and saturation

R 64 of 255 = 25%
G 70 of 255 = 27%
B 13 of 255 = 5%

64
70
13

R + G + B ~ 19%. #40460D is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 70 + 13 = 147 (100%)
R 64 of 147 ~ 43.54%
G 70 of 147 ~ 47.62%
B 13 of 147 ~ 8.84%

%43.54
%47.62

CMYK color model

#40460D color CMYK value is (9,0,81,73).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 81.43%
  • key color value is 72.55%
CMYK:
(9,0,81,73)
C9M0Y81K73 
(9%,0%,81%,73%)
(0.09/0.00/0.81/0.73)	

CMYK percentages

%8.57
%0
%81.43
%72.55

Codes

Color #40460D in popluar color models

40460D
RGB647013
HSL66°68.67%16.27%
HSB/HSV66°81.43%27.45%
CMYK8.57%0.00%81.43%
72.55%

Color #40460D in popluar number systems.

HEX40460D
Decimal647013
Binary100000010001101101
Octal10010615

Shades and tints

Shades of #40460D

#40460D
(64,70,13)
#3B400C
(59,64,12)
#363A0B
(54,58,11)
#31340A
(49,52,10)
#2C2E09
(44,46,9)
#272808
(39,40,8)
#222207
(34,34,7)
#1D1C06
(29,28,6)
#181605
(24,22,5)
#131004
(19,16,4)
#0E0A03
(14,10,3)
#000000
(0,0,0)

Tints of #40460D

#40460D
(64,70,13)
#515623
(81,86,35)
#626639
(98,102,57)
#73764F
(115,118,79)
#848665
(132,134,101)
#95967B
(149,150,123)
#A6A691
(166,166,145)
#B7B6A7
(183,182,167)
#C8C6BD
(200,198,189)
#D9D6D3
(217,214,211)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40460D color. Also use rgb(64,70,13) instead hex code.

Text Font Color

.myTextColor { color: #40460D; }

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

This text font color is #40460D.


Background Color

.myBgColor { background-color: #40460D; }

<div style="background-color:#40460D">Inner text</div>

This div background color is #40460D.


Border color

.myBorderColor { border: 1px solid #40460D; }

<div style="border:3px solid #40460D">Div</div>

This div border color is #40460D.


Opacity

.myOpacity80 { color: #40460D; opacity: 0.8; }

<p style="color:#40460D;opacity:0.8;">80%</p>

Text with #40460D 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 #40460D;}

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

This text has shadow with #40460D color.

.textShadow {text-shadow: 3px 3px 1px #40460D, 3px 3px 1px red;}

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

This text has shadow with #40460D primary color and red secondary color.


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

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

This text has shadow with #40460D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40460D on black background.


Color preview on white background

This text has color #40460D on white background.



Black color preview on #40460D background

This text has black color on #40460D background.


White color preview on #40460D background

This text has white color on #40460D background.