COLOR #494731

HEX: #494731
RGB: (73,71,49)

Color info

#494731 contains red, green and blue colors in about the same proportion. Web safe color of #494731 is #333333 (or #333).

RGB color model

#494731 color RGB value is (73,71,49).

  • red value is 73;
  • green value is 71;
  • blue value is 49.
RGB:
(73,71,49)
(29%,28%,19%)

RGB channels and saturation

R 73 of 255 = 29%
G 71 of 255 = 28%
B 49 of 255 = 19%

73
71
49

R + G + B ~ 25%. #494731 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 71 + 49 = 193 (100%)
R 73 of 193 ~ 37.82%
G 71 of 193 ~ 36.79%
B 49 of 193 ~ 25.39%

%37.82
%36.79
%25.39

CMYK color model

#494731 color CMYK value is (0,3,33,71).

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 32.88%
  • key color value is 71.37%
CMYK:
(0,3,33,71)
C0M3Y33K71 
(0%,3%,33%,71%)
(0.00/0.03/0.33/0.71)	

CMYK percentages

%0
%2.74
%32.88
%71.37

Codes

Color #494731 in popluar color models

494731
RGB737149
HSL55°19.67%23.92%
HSB/HSV55°32.88%28.63%
CMYK0.00%2.74%32.88%
71.37%

Color #494731 in popluar number systems.

HEX494731
Decimal737149
Binary10010011000111110001
Octal11110761

Shades and tints

Shades of #494731

#494731
(73,71,49)
#43412D
(67,65,45)
#3D3B29
(61,59,41)
#373525
(55,53,37)
#312F21
(49,47,33)
#2B291D
(43,41,29)
#252319
(37,35,25)
#1F1D15
(31,29,21)
#191711
(25,23,17)
#13110D
(19,17,13)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #494731

#494731
(73,71,49)
#595743
(89,87,67)
#696755
(105,103,85)
#797767
(121,119,103)
#898779
(137,135,121)
#99978B
(153,151,139)
#A9A79D
(169,167,157)
#B9B7AF
(185,183,175)
#C9C7C1
(201,199,193)
#D9D7D3
(217,215,211)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494731 color. Also use rgb(73,71,49) instead hex code.

Text Font Color

.myTextColor { color: #494731; }

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

This text font color is #494731.


Background Color

.myBgColor { background-color: #494731; }

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

This div background color is #494731.


Border color

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

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

This div border color is #494731.


Opacity

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

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

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

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

This text has shadow with #494731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494731 on black background.


Color preview on white background

This text has color #494731 on white background.



Black color preview on #494731 background

This text has black color on #494731 background.


White color preview on #494731 background

This text has white color on #494731 background.