COLOR #495736

HEX: #495736
RGB: (73,87,54)

Color info

#495736 contains red, green and blue colors in about the same proportion. Web safe color of #495736 is #336633 (or #363).

RGB color model

#495736 color RGB value is (73,87,54).

  • red value is 73;
  • green value is 87;
  • blue value is 54.
RGB:
(73,87,54)
(29%,34%,21%)

RGB channels and saturation

R 73 of 255 = 29%
G 87 of 255 = 34%
B 54 of 255 = 21%

73
87
54

R + G + B ~ 28%. #495736 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 87 + 54 = 214 (100%)
R 73 of 214 ~ 34.11%
G 87 of 214 ~ 40.65%
B 54 of 214 ~ 25.23%

%34.11
%40.65
%25.23

CMYK color model

#495736 color CMYK value is (16,0,38,66).

  • cyan value is 16.09%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 65.88%
CMYK:
(16,0,38,66)
C16M0Y38K66 
(16%,0%,38%,66%)
(0.16/0.00/0.38/0.66)	

CMYK percentages

%16.09
%0
%37.93
%65.88

Codes

Color #495736 in popluar color models

495736
RGB738754
HSL85°23.40%27.65%
HSB/HSV85°37.93%34.12%
CMYK16.09%0.00%37.93%
65.88%

Color #495736 in popluar number systems.

HEX495736
Decimal738754
Binary10010011010111110110
Octal11112766

Shades and tints

Shades of #495736

#495736
(73,87,54)
#435032
(67,80,50)
#3D492E
(61,73,46)
#37422A
(55,66,42)
#313B26
(49,59,38)
#2B3422
(43,52,34)
#252D1E
(37,45,30)
#1F261A
(31,38,26)
#191F16
(25,31,22)
#131812
(19,24,18)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #495736

#495736
(73,87,54)
#596648
(89,102,72)
#69755A
(105,117,90)
#79846C
(121,132,108)
#89937E
(137,147,126)
#99A290
(153,162,144)
#A9B1A2
(169,177,162)
#B9C0B4
(185,192,180)
#C9CFC6
(201,207,198)
#D9DED8
(217,222,216)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495736 color. Also use rgb(73,87,54) instead hex code.

Text Font Color

.myTextColor { color: #495736; }

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

This text font color is #495736.


Background Color

.myBgColor { background-color: #495736; }

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

This div background color is #495736.


Border color

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

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

This div border color is #495736.


Opacity

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

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

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

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

This text has shadow with #495736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495736 on black background.


Color preview on white background

This text has color #495736 on white background.



Black color preview on #495736 background

This text has black color on #495736 background.


White color preview on #495736 background

This text has white color on #495736 background.