COLOR #495037

HEX: #495037
RGB: (73,80,55)

Color info

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

RGB color model

#495037 color RGB value is (73,80,55).

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

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 55 of 255 = 22%

73
80
55

R + G + B ~ 27%. #495037 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 55 = 208 (100%)
R 73 of 208 ~ 35.1%
G 80 of 208 ~ 38.46%
B 55 of 208 ~ 26.44%

%35.1
%38.46
%26.44

CMYK color model

#495037 color CMYK value is (9,0,31,69).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 68.63%
CMYK:
(9,0,31,69)
C9M0Y31K69 
(9%,0%,31%,69%)
(0.09/0.00/0.31/0.69)	

CMYK percentages

%8.75
%0
%31.25
%68.63

Codes

Color #495037 in popluar color models

495037
RGB738055
HSL77°18.52%26.47%
HSB/HSV77°31.25%31.37%
CMYK8.75%0.00%31.25%
68.63%

Color #495037 in popluar number systems.

HEX495037
Decimal738055
Binary10010011010000110111
Octal11112067

Shades and tints

Shades of #495037

#495037
(73,80,55)
#434932
(67,73,50)
#3D422D
(61,66,45)
#373B28
(55,59,40)
#313423
(49,52,35)
#2B2D1E
(43,45,30)
#252619
(37,38,25)
#1F1F14
(31,31,20)
#19180F
(25,24,15)
#13110A
(19,17,10)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #495037

#495037
(73,80,55)
#595F49
(89,95,73)
#696E5B
(105,110,91)
#797D6D
(121,125,109)
#898C7F
(137,140,127)
#999B91
(153,155,145)
#A9AAA3
(169,170,163)
#B9B9B5
(185,185,181)
#C9C8C7
(201,200,199)
#D9D7D9
(217,215,217)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495037; }

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

This text font color is #495037.


Background Color

.myBgColor { background-color: #495037; }

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

This div background color is #495037.


Border color

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

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

This div border color is #495037.


Opacity

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

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

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

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

This text has shadow with #495037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495037 on black background.


Color preview on white background

This text has color #495037 on white background.



Black color preview on #495037 background

This text has black color on #495037 background.


White color preview on #495037 background

This text has white color on #495037 background.