COLOR #495414

HEX: #495414
RGB: (73,84,20)

Color info

#495414 contains mainly red and green colors. Web safe color of #495414 is #336600 (or #360).

RGB color model

#495414 color RGB value is (73,84,20).

  • red value is 73;
  • green value is 84;
  • blue value is 20.
RGB:
(73,84,20)
(29%,33%,8%)

RGB channels and saturation

R 73 of 255 = 29%
G 84 of 255 = 33%
B 20 of 255 = 8%

73
84
20

R + G + B ~ 23%. #495414 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 84 + 20 = 177 (100%)
R 73 of 177 ~ 41.24%
G 84 of 177 ~ 47.46%
B 20 of 177 ~ 11.3%

%41.24
%47.46
%11.3

CMYK color model

#495414 color CMYK value is (13,0,76,67).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 76.19%
  • key color value is 67.06%
CMYK:
(13,0,76,67)
C13M0Y76K67 
(13%,0%,76%,67%)
(0.13/0.00/0.76/0.67)	

CMYK percentages

%13.1
%0
%76.19
%67.06

Codes

Color #495414 in popluar color models

495414
RGB738420
HSL70°61.54%20.39%
HSB/HSV70°76.19%32.94%
CMYK13.10%0.00%76.19%
67.06%

Color #495414 in popluar number systems.

HEX495414
Decimal738420
Binary1001001101010010100
Octal11112424

Shades and tints

Shades of #495414

#495414
(73,84,20)
#434D13
(67,77,19)
#3D4612
(61,70,18)
#373F11
(55,63,17)
#313810
(49,56,16)
#2B310F
(43,49,15)
#252A0E
(37,42,14)
#1F230D
(31,35,13)
#191C0C
(25,28,12)
#13150B
(19,21,11)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #495414

#495414
(73,84,20)
#596329
(89,99,41)
#69723E
(105,114,62)
#798153
(121,129,83)
#899068
(137,144,104)
#999F7D
(153,159,125)
#A9AE92
(169,174,146)
#B9BDA7
(185,189,167)
#C9CCBC
(201,204,188)
#D9DBD1
(217,219,209)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495414 color. Also use rgb(73,84,20) instead hex code.

Text Font Color

.myTextColor { color: #495414; }

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

This text font color is #495414.


Background Color

.myBgColor { background-color: #495414; }

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

This div background color is #495414.


Border color

.myBorderColor { border: 1px solid #495414; }

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

This div border color is #495414.


Opacity

.myOpacity80 { color: #495414; opacity: 0.8; }

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

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

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

This text has shadow with #495414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495414 on black background.


Color preview on white background

This text has color #495414 on white background.



Black color preview on #495414 background

This text has black color on #495414 background.


White color preview on #495414 background

This text has white color on #495414 background.