COLOR #495E15

HEX: #495E15 RGB: (73,94,21)

Color info

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

RGB color model

#495E15 color RGB value is (73,94,21).

RGB: (73,94,21) (29%, 37%, 8%)

RGB channels and saturation

R 73 of 255 = 29%
G 94 of 255 = 37%
B 21 of 255 = 8%

73
94
21

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

Portions of RGB colors in percentages

R + G + B = 73 + 94 + 21 = 188 (100%)
R 73 of 188 ~ 38.83%
G 94 of 188 ~ 50%
B 21 of 188 ~ 11.17'%

%38.83
%50
%11.17

CMYK color model

#495E15 color CMYK value is (22,0,78,63).

  • cyan value is 22.34%
  • magenta value is 0.00%
  • yellow value is 77.66%
  • key color value is 63.14%
CMYK: (22,0,78,63) C22M0Y78K63 (22%,0%,78%,63%) (0.22/0.00/0.78/0.63) 

CMYK percentages

%22.34
%0
%77.66
%63.14

Codes

Color #495E15 in popluar color models

49 5E 15
RGB 73 94 21
HSL 77° 63.48% 22.55%
HSB/HSV 77° 77.66% 36.86%
CMYK 22.34% 0.00% 77.66%
63.14%

Color #495E15 in popluar number systems.

HEX 49 5E 15
Decimal 73 94 21
Binary 1001001 1011110 10101
Octal 111 136 25

Shades and tints

Shades of #495E15

#495E15
(73,94,21)
#435614
(67,86,20)
#3D4E13
(61,78,19)
#374612
(55,70,18)
#313E11
(49,62,17)
#2B3610
(43,54,16)
#252E0F
(37,46,15)
#1F260E
(31,38,14)
#191E0D
(25,30,13)
#13160C
(19,22,12)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #495E15

#495E15
(73,94,21)
#596C2A
(89,108,42)
#697A3F
(105,122,63)
#798854
(121,136,84)
#899669
(137,150,105)
#99A47E
(153,164,126)
#A9B293
(169,178,147)
#B9C0A8
(185,192,168)
#C9CEBD
(201,206,189)
#D9DCD2
(217,220,210)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495E15; }

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

This text font color is #495E15.


Background Color

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

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

This div background color is #495E15.


Border color

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

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

This div border color is #495E15.


Opacity

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

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

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

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

This text has shadow with #495E15 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #495E15 on black background.


Color preview on white background

This text has color #495E15 on white background.



Black color preview on #495E15 background

This text has black color on #495E15 background.


White color preview on #495E15 background

This text has white color on #495E15 background.