COLOR #495619

HEX: #495619
RGB: (73,86,25)

Color info

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

RGB color model

#495619 color RGB value is (73,86,25).

  • red value is 73;
  • green value is 86;
  • blue value is 25.
RGB:
(73,86,25)
(29%,34%,10%)

RGB channels and saturation

R 73 of 255 = 29%
G 86 of 255 = 34%
B 25 of 255 = 10%

73
86
25

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

Portions of RGB colors in percentages

R + G + B =
73 + 86 + 25 = 184 (100%)
R 73 of 184 ~ 39.67%
G 86 of 184 ~ 46.74%
B 25 of 184 ~ 13.59%

%39.67
%46.74
%13.59

CMYK color model

#495619 color CMYK value is (15,0,71,66).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 70.93%
  • key color value is 66.27%
CMYK:
(15,0,71,66)
C15M0Y71K66 
(15%,0%,71%,66%)
(0.15/0.00/0.71/0.66)	

CMYK percentages

%15.12
%0
%70.93
%66.27

Codes

Color #495619 in popluar color models

495619
RGB738625
HSL73°54.95%21.76%
HSB/HSV73°70.93%33.73%
CMYK15.12%0.00%70.93%
66.27%

Color #495619 in popluar number systems.

HEX495619
Decimal738625
Binary1001001101011011001
Octal11112631

Shades and tints

Shades of #495619

#495619
(73,86,25)
#434F17
(67,79,23)
#3D4815
(61,72,21)
#374113
(55,65,19)
#313A11
(49,58,17)
#2B330F
(43,51,15)
#252C0D
(37,44,13)
#1F250B
(31,37,11)
#191E09
(25,30,9)
#131707
(19,23,7)
#0D1005
(13,16,5)
#000000
(0,0,0)

Tints of #495619

#495619
(73,86,25)
#59652D
(89,101,45)
#697441
(105,116,65)
#798355
(121,131,85)
#899269
(137,146,105)
#99A17D
(153,161,125)
#A9B091
(169,176,145)
#B9BFA5
(185,191,165)
#C9CEB9
(201,206,185)
#D9DDCD
(217,221,205)
#E9ECE1
(233,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495619 color. Also use rgb(73,86,25) instead hex code.

Text Font Color

.myTextColor { color: #495619; }

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

This text font color is #495619.


Background Color

.myBgColor { background-color: #495619; }

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

This div background color is #495619.


Border color

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

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

This div border color is #495619.


Opacity

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

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

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

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

This text has shadow with #495619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495619 on black background.


Color preview on white background

This text has color #495619 on white background.



Black color preview on #495619 background

This text has black color on #495619 background.


White color preview on #495619 background

This text has white color on #495619 background.