COLOR #495808

HEX: #495808
RGB: (73,88,8)

Color info

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

RGB color model

#495808 color RGB value is (73,88,8).

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

RGB channels and saturation

R 73 of 255 = 29%
G 88 of 255 = 35%
B 8 of 255 = 3%

73
88
8

R + G + B ~ 22%. #495808 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 88 + 8 = 169 (100%)
R 73 of 169 ~ 43.2%
G 88 of 169 ~ 52.07%
B 8 of 169 ~ 4.73%

%43.2
%52.07

CMYK color model

#495808 color CMYK value is (17,0,91,65).

  • cyan value is 17.05%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 65.49%
CMYK:
(17,0,91,65)
C17M0Y91K65 
(17%,0%,91%,65%)
(0.17/0.00/0.91/0.65)	

CMYK percentages

%17.05
%0
%90.91
%65.49

Codes

Color #495808 in popluar color models

495808
RGB73888
HSL71°83.33%18.82%
HSB/HSV71°90.91%34.51%
CMYK17.05%0.00%90.91%
65.49%

Color #495808 in popluar number systems.

HEX495808
Decimal73888
Binary100100110110001000
Octal11113010

Shades and tints

Shades of #495808

#495808
(73,88,8)
#435008
(67,80,8)
#3D4808
(61,72,8)
#374008
(55,64,8)
#313808
(49,56,8)
#2B3008
(43,48,8)
#252808
(37,40,8)
#1F2008
(31,32,8)
#191808
(25,24,8)
#131008
(19,16,8)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #495808

#495808
(73,88,8)
#59671E
(89,103,30)
#697634
(105,118,52)
#79854A
(121,133,74)
#899460
(137,148,96)
#99A376
(153,163,118)
#A9B28C
(169,178,140)
#B9C1A2
(185,193,162)
#C9D0B8
(201,208,184)
#D9DFCE
(217,223,206)
#E9EEE4
(233,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495808 color. Also use rgb(73,88,8) instead hex code.

Text Font Color

.myTextColor { color: #495808; }

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

This text font color is #495808.


Background Color

.myBgColor { background-color: #495808; }

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

This div background color is #495808.


Border color

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

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

This div border color is #495808.


Opacity

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

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

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

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

This text has shadow with #495808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495808 on black background.


Color preview on white background

This text has color #495808 on white background.



Black color preview on #495808 background

This text has black color on #495808 background.


White color preview on #495808 background

This text has white color on #495808 background.