COLOR #495B32

HEX: #495B32
RGB: (73,91,50)

Color info

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

RGB color model

#495B32 color RGB value is (73,91,50).

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

RGB channels and saturation

R 73 of 255 = 29%
G 91 of 255 = 36%
B 50 of 255 = 20%

73
91
50

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

Portions of RGB colors in percentages

R + G + B =
73 + 91 + 50 = 214 (100%)
R 73 of 214 ~ 34.11%
G 91 of 214 ~ 42.52%
B 50 of 214 ~ 23.36%

%34.11
%42.52
%23.36

CMYK color model

#495B32 color CMYK value is (20,0,45,64).

  • cyan value is 19.78%
  • magenta value is 0.00%
  • yellow value is 45.05%
  • key color value is 64.31%
CMYK: (20,0,45,64) C20M0Y45K64 (20%,0%,45%,64%) (0.20/0.00/0.45/0.64)

CMYK percentages

%19.78
%0
%45.05
%64.31

Codes

Color #495B32 in popluar color models

495B32
RGB739150
HSL86°29.08%27.65%
HSB/HSV86°45.05%35.69%
CMYK19.78%0.00%45.05%
64.31%

Color #495B32 in popluar number systems.

HEX495B32
Decimal739150
Binary10010011011011110010
Octal11113362

Shades and tints

Shades of #495B32

#495B32
(73,91,50)
#43532E
(67,83,46)
#3D4B2A
(61,75,42)
#374326
(55,67,38)
#313B22
(49,59,34)
#2B331E
(43,51,30)
#252B1A
(37,43,26)
#1F2316
(31,35,22)
#191B12
(25,27,18)
#13130E
(19,19,14)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #495B32

#495B32
(73,91,50)
#596944
(89,105,68)
#697756
(105,119,86)
#798568
(121,133,104)
#89937A
(137,147,122)
#99A18C
(153,161,140)
#A9AF9E
(169,175,158)
#B9BDB0
(185,189,176)
#C9CBC2
(201,203,194)
#D9D9D4
(217,217,212)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495B32; }

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

This text font color is #495B32.


Background Color

.myBgColor { background-color: #495B32; }

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

This div background color is #495B32.


Border color

.myBorderColor { border: 1px solid #495B32; }

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

This div border color is #495B32.


Opacity

.myOpacity80 { color: #495B32; opacity: 0.8; }

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

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

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

This text has shadow with #495B32 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #495B32 on black background.


Color preview on white background

This text has color #495B32 on white background.



Black color preview on #495B32 background

This text has black color on #495B32 background.


White color preview on #495B32 background

This text has white color on #495B32 background.