COLOR #40490B

HEX: #40490B
RGB: (64,73,11)

Color info

#40490B contains mainly red and green colors. Web safe color of #40490B is #333300 (or #330).

RGB color model

#40490B color RGB value is (64,73,11).

  • red value is 64;
  • green value is 73;
  • blue value is 11.
RGB:
(64,73,11)
(25%,29%,4%)

RGB channels and saturation

R 64 of 255 = 25%
G 73 of 255 = 29%
B 11 of 255 = 4%

64
73
11

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

Portions of RGB colors in percentages

R + G + B =
64 + 73 + 11 = 148 (100%)
R 64 of 148 ~ 43.24%
G 73 of 148 ~ 49.32%
B 11 of 148 ~ 7.43%

%43.24
%49.32

CMYK color model

#40490B color CMYK value is (12,0,85,71).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 84.93%
  • key color value is 71.37%
CMYK:
(12,0,85,71)
C12M0Y85K71 
(12%,0%,85%,71%)
(0.12/0.00/0.85/0.71)	

CMYK percentages

%12.33
%0
%84.93
%71.37

Codes

Color #40490B in popluar color models

40490B
RGB647311
HSL69°73.81%16.47%
HSB/HSV69°84.93%28.63%
CMYK12.33%0.00%84.93%
71.37%

Color #40490B in popluar number systems.

HEX40490B
Decimal647311
Binary100000010010011011
Octal10011113

Shades and tints

Shades of #40490B

#40490B
(64,73,11)
#3B430A
(59,67,10)
#363D09
(54,61,9)
#313708
(49,55,8)
#2C3107
(44,49,7)
#272B06
(39,43,6)
#222505
(34,37,5)
#1D1F04
(29,31,4)
#181903
(24,25,3)
#131302
(19,19,2)
#0E0D01
(14,13,1)
#000000
(0,0,0)

Tints of #40490B

#40490B
(64,73,11)
#515921
(81,89,33)
#626937
(98,105,55)
#73794D
(115,121,77)
#848963
(132,137,99)
#959979
(149,153,121)
#A6A98F
(166,169,143)
#B7B9A5
(183,185,165)
#C8C9BB
(200,201,187)
#D9D9D1
(217,217,209)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40490B color. Also use rgb(64,73,11) instead hex code.

Text Font Color

.myTextColor { color: #40490B; }

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

This text font color is #40490B.


Background Color

.myBgColor { background-color: #40490B; }

<div style="background-color:#40490B">Inner text</div>

This div background color is #40490B.


Border color

.myBorderColor { border: 1px solid #40490B; }

<div style="border:3px solid #40490B">Div</div>

This div border color is #40490B.


Opacity

.myOpacity80 { color: #40490B; opacity: 0.8; }

<p style="color:#40490B;opacity:0.8;">80%</p>

Text with #40490B 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 #40490B;}

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

This text has shadow with #40490B color.

.textShadow {text-shadow: 3px 3px 1px #40490B, 3px 3px 1px red;}

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

This text has shadow with #40490B primary color and red secondary color.


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

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

This text has shadow with #40490B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40490B on black background.


Color preview on white background

This text has color #40490B on white background.



Black color preview on #40490B background

This text has black color on #40490B background.


White color preview on #40490B background

This text has white color on #40490B background.