COLOR #494524

HEX: #494524
RGB: (73,69,36)

Color info

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

RGB color model

#494524 color RGB value is (73,69,36).

  • red value is 73;
  • green value is 69;
  • blue value is 36.
RGB:
(73,69,36)
(29%,27%,14%)

RGB channels and saturation

R 73 of 255 = 29%
G 69 of 255 = 27%
B 36 of 255 = 14%

73
69
36

R + G + B ~ 23%. #494524 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 69 + 36 = 178 (100%)
R 73 of 178 ~ 41.01%
G 69 of 178 ~ 38.76%
B 36 of 178 ~ 20.22%

%41.01
%38.76
%20.22

CMYK color model

#494524 color CMYK value is (0,5,51,71).

  • cyan value is 0.00%
  • magenta value is 5.48%
  • yellow value is 50.68%
  • key color value is 71.37%
CMYK:
(0,5,51,71)
C0M5Y51K71 
(0%,5%,51%,71%)
(0.00/0.05/0.51/0.71)	

CMYK percentages

%0
%5.48
%50.68
%71.37

Codes

Color #494524 in popluar color models

494524
RGB736936
HSL54°33.94%21.37%
HSB/HSV54°50.68%28.63%
CMYK0.00%5.48%50.68%
71.37%

Color #494524 in popluar number systems.

HEX494524
Decimal736936
Binary10010011000101100100
Octal11110544

Shades and tints

Shades of #494524

#494524
(73,69,36)
#433F21
(67,63,33)
#3D391E
(61,57,30)
#37331B
(55,51,27)
#312D18
(49,45,24)
#2B2715
(43,39,21)
#252112
(37,33,18)
#1F1B0F
(31,27,15)
#19150C
(25,21,12)
#130F09
(19,15,9)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #494524

#494524
(73,69,36)
#595537
(89,85,55)
#69654A
(105,101,74)
#79755D
(121,117,93)
#898570
(137,133,112)
#999583
(153,149,131)
#A9A596
(169,165,150)
#B9B5A9
(185,181,169)
#C9C5BC
(201,197,188)
#D9D5CF
(217,213,207)
#E9E5E2
(233,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494524; }

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

This text font color is #494524.


Background Color

.myBgColor { background-color: #494524; }

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

This div background color is #494524.


Border color

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

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

This div border color is #494524.


Opacity

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

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

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

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

This text has shadow with #494524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494524 on black background.


Color preview on white background

This text has color #494524 on white background.



Black color preview on #494524 background

This text has black color on #494524 background.


White color preview on #494524 background

This text has white color on #494524 background.