COLOR #495C16

HEX: #495C16
RGB: (73,92,22)

Color info

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

RGB color model

#495C16 color RGB value is (73,92,22).

  • red value is 73;
  • green value is 92;
  • blue value is 22.
RGB:
(73,92,22)
(29%,36%,9%)

RGB channels and saturation

R 73 of 255 = 29%
G 92 of 255 = 36%
B 22 of 255 = 9%

73
92
22

R + G + B ~ 25%. #495C16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 92 + 22 = 187 (100%)
R 73 of 187 ~ 39.04%
G 92 of 187 ~ 49.2%
B 22 of 187 ~ 11.76%

%39.04
%49.2
%11.76

CMYK color model

#495C16 color CMYK value is (21,0,76,64).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 76.09%
  • key color value is 63.92%
CMYK:
(21,0,76,64)
C21M0Y76K64 
(21%,0%,76%,64%)
(0.21/0.00/0.76/0.64)	

CMYK percentages

%20.65
%0
%76.09
%63.92

Codes

Color #495C16 in popluar color models

495C16
RGB739222
HSL76°61.40%22.35%
HSB/HSV76°76.09%36.08%
CMYK20.65%0.00%76.09%
63.92%

Color #495C16 in popluar number systems.

HEX495C16
Decimal739222
Binary1001001101110010110
Octal11113426

Shades and tints

Shades of #495C16

#495C16
(73,92,22)
#435414
(67,84,20)
#3D4C12
(61,76,18)
#374410
(55,68,16)
#313C0E
(49,60,14)
#2B340C
(43,52,12)
#252C0A
(37,44,10)
#1F2408
(31,36,8)
#191C06
(25,28,6)
#131404
(19,20,4)
#0D0C02
(13,12,2)
#000000
(0,0,0)

Tints of #495C16

#495C16
(73,92,22)
#596A2B
(89,106,43)
#697840
(105,120,64)
#798655
(121,134,85)
#89946A
(137,148,106)
#99A27F
(153,162,127)
#A9B094
(169,176,148)
#B9BEA9
(185,190,169)
#C9CCBE
(201,204,190)
#D9DAD3
(217,218,211)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495C16 color. Also use rgb(73,92,22) instead hex code.

Text Font Color

.myTextColor { color: #495C16; }

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

This text font color is #495C16.


Background Color

.myBgColor { background-color: #495C16; }

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

This div background color is #495C16.


Border color

.myBorderColor { border: 1px solid #495C16; }

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

This div border color is #495C16.


Opacity

.myOpacity80 { color: #495C16; opacity: 0.8; }

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

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

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

This text has shadow with #495C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495C16 on black background.


Color preview on white background

This text has color #495C16 on white background.



Black color preview on #495C16 background

This text has black color on #495C16 background.


White color preview on #495C16 background

This text has white color on #495C16 background.