COLOR #494A24

HEX: #494A24
RGB: (73,74,36)

Color info

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

RGB color model

#494A24 color RGB value is (73,74,36).

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

RGB channels and saturation

R 73 of 255 = 29%
G 74 of 255 = 29%
B 36 of 255 = 14%

73
74
36

R + G + B ~ 24%. #494A24 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 74 + 36 = 183 (100%)
R 73 of 183 ~ 39.89%
G 74 of 183 ~ 40.44%
B 36 of 183 ~ 19.67%

%39.89
%40.44
%19.67

CMYK color model

#494A24 color CMYK value is (1,0,51,71).

  • cyan value is 1.35%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 70.98%
CMYK:
(1,0,51,71)
C1M0Y51K71 
(1%,0%,51%,71%)
(0.01/0.00/0.51/0.71)	

CMYK percentages

%1.35
%0
%51.35
%70.98

Codes

Color #494A24 in popluar color models

494A24
RGB737436
HSL62°34.55%21.57%
HSB/HSV62°51.35%29.02%
CMYK1.35%0.00%51.35%
70.98%

Color #494A24 in popluar number systems.

HEX494A24
Decimal737436
Binary10010011001010100100
Octal11111244

Shades and tints

Shades of #494A24

#494A24
(73,74,36)
#434421
(67,68,33)
#3D3E1E
(61,62,30)
#37381B
(55,56,27)
#313218
(49,50,24)
#2B2C15
(43,44,21)
#252612
(37,38,18)
#1F200F
(31,32,15)
#191A0C
(25,26,12)
#131409
(19,20,9)
#0D0E06
(13,14,6)
#000000
(0,0,0)

Tints of #494A24

#494A24
(73,74,36)
#595A37
(89,90,55)
#696A4A
(105,106,74)
#797A5D
(121,122,93)
#898A70
(137,138,112)
#999A83
(153,154,131)
#A9AA96
(169,170,150)
#B9BAA9
(185,186,169)
#C9CABC
(201,202,188)
#D9DACF
(217,218,207)
#E9EAE2
(233,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A24; }

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

This text font color is #494A24.


Background Color

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

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

This div background color is #494A24.


Border color

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

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

This div border color is #494A24.


Opacity

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

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

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

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

This text has shadow with #494A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A24 on black background.


Color preview on white background

This text has color #494A24 on white background.



Black color preview on #494A24 background

This text has black color on #494A24 background.


White color preview on #494A24 background

This text has white color on #494A24 background.