COLOR #495032

HEX: #495032
RGB: (73,80,50)

Color info

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

RGB color model

#495032 color RGB value is (73,80,50).

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

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 50 of 255 = 20%

73
80
50

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

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 50 = 203 (100%)
R 73 of 203 ~ 35.96%
G 80 of 203 ~ 39.41%
B 50 of 203 ~ 24.63%

%35.96
%39.41
%24.63

CMYK color model

#495032 color CMYK value is (9,0,38,69).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 68.63%
CMYK:
(9,0,38,69)
C9M0Y38K69 
(9%,0%,38%,69%)
(0.09/0.00/0.38/0.69)	

CMYK percentages

%8.75
%0
%37.5
%68.63

Codes

Color #495032 in popluar color models

495032
RGB738050
HSL74°23.08%25.49%
HSB/HSV74°37.50%31.37%
CMYK8.75%0.00%37.50%
68.63%

Color #495032 in popluar number systems.

HEX495032
Decimal738050
Binary10010011010000110010
Octal11112062

Shades and tints

Shades of #495032

#495032
(73,80,50)
#43492E
(67,73,46)
#3D422A
(61,66,42)
#373B26
(55,59,38)
#313422
(49,52,34)
#2B2D1E
(43,45,30)
#25261A
(37,38,26)
#1F1F16
(31,31,22)
#191812
(25,24,18)
#13110E
(19,17,14)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #495032

#495032
(73,80,50)
#595F44
(89,95,68)
#696E56
(105,110,86)
#797D68
(121,125,104)
#898C7A
(137,140,122)
#999B8C
(153,155,140)
#A9AA9E
(169,170,158)
#B9B9B0
(185,185,176)
#C9C8C2
(201,200,194)
#D9D7D4
(217,215,212)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495032; }

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

This text font color is #495032.


Background Color

.myBgColor { background-color: #495032; }

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

This div background color is #495032.


Border color

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

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

This div border color is #495032.


Opacity

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

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

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

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

This text has shadow with #495032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495032 on black background.


Color preview on white background

This text has color #495032 on white background.



Black color preview on #495032 background

This text has black color on #495032 background.


White color preview on #495032 background

This text has white color on #495032 background.