COLOR #495915

HEX: #495915
RGB: (73,89,21)

Color info

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

RGB color model

#495915 color RGB value is (73,89,21).

  • red value is 73;
  • green value is 89;
  • blue value is 21.
RGB:
(73,89,21)
(29%,35%,8%)

RGB channels and saturation

R 73 of 255 = 29%
G 89 of 255 = 35%
B 21 of 255 = 8%

73
89
21

R + G + B ~ 24%. #495915 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 89 + 21 = 183 (100%)
R 73 of 183 ~ 39.89%
G 89 of 183 ~ 48.63%
B 21 of 183 ~ 11.48%

%39.89
%48.63
%11.48

CMYK color model

#495915 color CMYK value is (18,0,76,65).

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 76.40%
  • key color value is 65.10%
CMYK:
(18,0,76,65)
C18M0Y76K65 
(18%,0%,76%,65%)
(0.18/0.00/0.76/0.65)	

CMYK percentages

%17.98
%0
%76.4
%65.1

Codes

Color #495915 in popluar color models

495915
RGB738921
HSL74°61.82%21.57%
HSB/HSV74°76.40%34.90%
CMYK17.98%0.00%76.40%
65.10%

Color #495915 in popluar number systems.

HEX495915
Decimal738921
Binary1001001101100110101
Octal11113125

Shades and tints

Shades of #495915

#495915
(73,89,21)
#435114
(67,81,20)
#3D4913
(61,73,19)
#374112
(55,65,18)
#313911
(49,57,17)
#2B3110
(43,49,16)
#25290F
(37,41,15)
#1F210E
(31,33,14)
#19190D
(25,25,13)
#13110C
(19,17,12)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #495915

#495915
(73,89,21)
#59682A
(89,104,42)
#69773F
(105,119,63)
#798654
(121,134,84)
#899569
(137,149,105)
#99A47E
(153,164,126)
#A9B393
(169,179,147)
#B9C2A8
(185,194,168)
#C9D1BD
(201,209,189)
#D9E0D2
(217,224,210)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495915 color. Also use rgb(73,89,21) instead hex code.

Text Font Color

.myTextColor { color: #495915; }

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

This text font color is #495915.


Background Color

.myBgColor { background-color: #495915; }

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

This div background color is #495915.


Border color

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

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

This div border color is #495915.


Opacity

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

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

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

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

This text has shadow with #495915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495915 on black background.


Color preview on white background

This text has color #495915 on white background.



Black color preview on #495915 background

This text has black color on #495915 background.


White color preview on #495915 background

This text has white color on #495915 background.