COLOR #494734

HEX: #494734
RGB: (73,71,52)

Color info

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

RGB color model

#494734 color RGB value is (73,71,52).

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

RGB channels and saturation

R 73 of 255 = 29%
G 71 of 255 = 28%
B 52 of 255 = 20%

73
71
52

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

Portions of RGB colors in percentages

R + G + B =
73 + 71 + 52 = 196 (100%)
R 73 of 196 ~ 37.24%
G 71 of 196 ~ 36.22%
B 52 of 196 ~ 26.53%

%37.24
%36.22
%26.53

CMYK color model

#494734 color CMYK value is (0,3,29,71).

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 28.77%
  • key color value is 71.37%
CMYK:
(0,3,29,71)
C0M3Y29K71 
(0%,3%,29%,71%)
(0.00/0.03/0.29/0.71)	

CMYK percentages

%0
%2.74
%28.77
%71.37

Codes

Color #494734 in popluar color models

494734
RGB737152
HSL54°16.80%24.51%
HSB/HSV54°28.77%28.63%
CMYK0.00%2.74%28.77%
71.37%

Color #494734 in popluar number systems.

HEX494734
Decimal737152
Binary10010011000111110100
Octal11110764

Shades and tints

Shades of #494734

#494734
(73,71,52)
#434130
(67,65,48)
#3D3B2C
(61,59,44)
#373528
(55,53,40)
#312F24
(49,47,36)
#2B2920
(43,41,32)
#25231C
(37,35,28)
#1F1D18
(31,29,24)
#191714
(25,23,20)
#131110
(19,17,16)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #494734

#494734
(73,71,52)
#595746
(89,87,70)
#696758
(105,103,88)
#79776A
(121,119,106)
#89877C
(137,135,124)
#99978E
(153,151,142)
#A9A7A0
(169,167,160)
#B9B7B2
(185,183,178)
#C9C7C4
(201,199,196)
#D9D7D6
(217,215,214)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494734; }

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

This text font color is #494734.


Background Color

.myBgColor { background-color: #494734; }

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

This div background color is #494734.


Border color

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

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

This div border color is #494734.


Opacity

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

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

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

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

This text has shadow with #494734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494734 on black background.


Color preview on white background

This text has color #494734 on white background.



Black color preview on #494734 background

This text has black color on #494734 background.


White color preview on #494734 background

This text has white color on #494734 background.