COLOR #494935

HEX: #494935
RGB: (73,73,53)

Color info

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

RGB color model

#494935 color RGB value is (73,73,53).

  • red value is 73;
  • green value is 73;
  • blue value is 53.
RGB:
(73,73,53)
(29%,29%,21%)

RGB channels and saturation

R 73 of 255 = 29%
G 73 of 255 = 29%
B 53 of 255 = 21%

73
73
53

R + G + B ~ 26%. #494935 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 73 + 53 = 199 (100%)
R 73 of 199 ~ 36.68%
G 73 of 199 ~ 36.68%
B 53 of 199 ~ 26.63%

%36.68
%36.68
%26.63

CMYK color model

#494935 color CMYK value is (0,0,27,71).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 27.40%
  • key color value is 71.37%
CMYK:
(0,0,27,71)
C0M0Y27K71 
(0%,0%,27%,71%)
(0.00/0.00/0.27/0.71)	

CMYK percentages

%0
%0
%27.4
%71.37

Codes

Color #494935 in popluar color models

494935
RGB737353
HSL60°15.87%24.71%
HSB/HSV60°27.40%28.63%
CMYK0.00%0.00%27.40%
71.37%

Color #494935 in popluar number systems.

HEX494935
Decimal737353
Binary10010011001001110101
Octal11111165

Shades and tints

Shades of #494935

#494935
(73,73,53)
#434331
(67,67,49)
#3D3D2D
(61,61,45)
#373729
(55,55,41)
#313125
(49,49,37)
#2B2B21
(43,43,33)
#25251D
(37,37,29)
#1F1F19
(31,31,25)
#191915
(25,25,21)
#131311
(19,19,17)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #494935

#494935
(73,73,53)
#595947
(89,89,71)
#696959
(105,105,89)
#79796B
(121,121,107)
#89897D
(137,137,125)
#99998F
(153,153,143)
#A9A9A1
(169,169,161)
#B9B9B3
(185,185,179)
#C9C9C5
(201,201,197)
#D9D9D7
(217,217,215)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494935; }

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

This text font color is #494935.


Background Color

.myBgColor { background-color: #494935; }

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

This div background color is #494935.


Border color

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

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

This div border color is #494935.


Opacity

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

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

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

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

This text has shadow with #494935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494935 on black background.


Color preview on white background

This text has color #494935 on white background.



Black color preview on #494935 background

This text has black color on #494935 background.


White color preview on #494935 background

This text has white color on #494935 background.