COLOR #494F32

HEX: #494F32
RGB: (73,79,50)

Color info

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

RGB color model

#494F32 color RGB value is (73,79,50).

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

RGB channels and saturation

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

73
79
50

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

Portions of RGB colors in percentages

R + G + B =
73 + 79 + 50 = 202 (100%)
R 73 of 202 ~ 36.14%
G 79 of 202 ~ 39.11%
B 50 of 202 ~ 24.75%

%36.14
%39.11
%24.75

CMYK color model

#494F32 color CMYK value is (8,0,37,69).

  • cyan value is 7.59%
  • magenta value is 0.00%
  • yellow value is 36.71%
  • key color value is 69.02%
CMYK:
(8,0,37,69)
C8M0Y37K69 
(8%,0%,37%,69%)
(0.08/0.00/0.37/0.69)	

CMYK percentages

%7.59
%0
%36.71
%69.02

Codes

Color #494F32 in popluar color models

494F32
RGB737950
HSL72°22.48%25.29%
HSB/HSV72°36.71%30.98%
CMYK7.59%0.00%36.71%
69.02%

Color #494F32 in popluar number systems.

HEX494F32
Decimal737950
Binary10010011001111110010
Octal11111762

Shades and tints

Shades of #494F32

#494F32
(73,79,50)
#43482E
(67,72,46)
#3D412A
(61,65,42)
#373A26
(55,58,38)
#313322
(49,51,34)
#2B2C1E
(43,44,30)
#25251A
(37,37,26)
#1F1E16
(31,30,22)
#191712
(25,23,18)
#13100E
(19,16,14)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #494F32

#494F32
(73,79,50)
#595F44
(89,95,68)
#696F56
(105,111,86)
#797F68
(121,127,104)
#898F7A
(137,143,122)
#999F8C
(153,159,140)
#A9AF9E
(169,175,158)
#B9BFB0
(185,191,176)
#C9CFC2
(201,207,194)
#D9DFD4
(217,223,212)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494F32; }

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

This text font color is #494F32.


Background Color

.myBgColor { background-color: #494F32; }

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

This div background color is #494F32.


Border color

.myBorderColor { border: 1px solid #494F32; }

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

This div border color is #494F32.


Opacity

.myOpacity80 { color: #494F32; opacity: 0.8; }

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

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

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

This text has shadow with #494F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494F32 on black background.


Color preview on white background

This text has color #494F32 on white background.



Black color preview on #494F32 background

This text has black color on #494F32 background.


White color preview on #494F32 background

This text has white color on #494F32 background.