COLOR #495017

HEX: #495017
RGB: (73,80,23)

Color info

#495017 contains red, green and blue colors in about the same proportion. Web safe color of #495017 is #336600 (or #360).

RGB color model

#495017 color RGB value is (73,80,23).

  • red value is 73;
  • green value is 80;
  • blue value is 23.
RGB:
(73,80,23)
(29%,31%,9%)

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 23 of 255 = 9%

73
80
23

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

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 23 = 176 (100%)
R 73 of 176 ~ 41.48%
G 80 of 176 ~ 45.45%
B 23 of 176 ~ 13.07%

%41.48
%45.45
%13.07

CMYK color model

#495017 color CMYK value is (9,0,71,69).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 71.25%
  • key color value is 68.63%
CMYK:
(9,0,71,69)
C9M0Y71K69 
(9%,0%,71%,69%)
(0.09/0.00/0.71/0.69)	

CMYK percentages

%8.75
%0
%71.25
%68.63

Codes

Color #495017 in popluar color models

495017
RGB738023
HSL67°55.34%20.20%
HSB/HSV67°71.25%31.37%
CMYK8.75%0.00%71.25%
68.63%

Color #495017 in popluar number systems.

HEX495017
Decimal738023
Binary1001001101000010111
Octal11112027

Shades and tints

Shades of #495017

#495017
(73,80,23)
#434915
(67,73,21)
#3D4213
(61,66,19)
#373B11
(55,59,17)
#31340F
(49,52,15)
#2B2D0D
(43,45,13)
#25260B
(37,38,11)
#1F1F09
(31,31,9)
#191807
(25,24,7)
#131105
(19,17,5)
#0D0A03
(13,10,3)
#000000
(0,0,0)

Tints of #495017

#495017
(73,80,23)
#595F2C
(89,95,44)
#696E41
(105,110,65)
#797D56
(121,125,86)
#898C6B
(137,140,107)
#999B80
(153,155,128)
#A9AA95
(169,170,149)
#B9B9AA
(185,185,170)
#C9C8BF
(201,200,191)
#D9D7D4
(217,215,212)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495017 color. Also use rgb(73,80,23) instead hex code.

Text Font Color

.myTextColor { color: #495017; }

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

This text font color is #495017.


Background Color

.myBgColor { background-color: #495017; }

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

This div background color is #495017.


Border color

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

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

This div border color is #495017.


Opacity

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

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

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

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

This text has shadow with #495017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495017 on black background.


Color preview on white background

This text has color #495017 on white background.



Black color preview on #495017 background

This text has black color on #495017 background.


White color preview on #495017 background

This text has white color on #495017 background.