COLOR #494A33

HEX: #494A33
RGB: (73,74,51)

Color info

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

RGB color model

#494A33 color RGB value is (73,74,51).

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

RGB channels and saturation

R 73 of 255 = 29%
G 74 of 255 = 29%
B 51 of 255 = 20%

73
74
51

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

Portions of RGB colors in percentages

R + G + B =
73 + 74 + 51 = 198 (100%)
R 73 of 198 ~ 36.87%
G 74 of 198 ~ 37.37%
B 51 of 198 ~ 25.76%

%36.87
%37.37
%25.76

CMYK color model

#494A33 color CMYK value is (1,0,31,71).

  • cyan value is 1.35%
  • magenta value is 0.00%
  • yellow value is 31.08%
  • key color value is 70.98%
CMYK:
(1,0,31,71)
C1M0Y31K71 
(1%,0%,31%,71%)
(0.01/0.00/0.31/0.71)	

CMYK percentages

%1.35
%0
%31.08
%70.98

Codes

Color #494A33 in popluar color models

494A33
RGB737451
HSL63°18.40%24.51%
HSB/HSV63°31.08%29.02%
CMYK1.35%0.00%31.08%
70.98%

Color #494A33 in popluar number systems.

HEX494A33
Decimal737451
Binary10010011001010110011
Octal11111263

Shades and tints

Shades of #494A33

#494A33
(73,74,51)
#43442F
(67,68,47)
#3D3E2B
(61,62,43)
#373827
(55,56,39)
#313223
(49,50,35)
#2B2C1F
(43,44,31)
#25261B
(37,38,27)
#1F2017
(31,32,23)
#191A13
(25,26,19)
#13140F
(19,20,15)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #494A33

#494A33
(73,74,51)
#595A45
(89,90,69)
#696A57
(105,106,87)
#797A69
(121,122,105)
#898A7B
(137,138,123)
#999A8D
(153,154,141)
#A9AA9F
(169,170,159)
#B9BAB1
(185,186,177)
#C9CAC3
(201,202,195)
#D9DAD5
(217,218,213)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A33; }

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

This text font color is #494A33.


Background Color

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

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

This div background color is #494A33.


Border color

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

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

This div border color is #494A33.


Opacity

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

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

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

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

This text has shadow with #494A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A33 on black background.


Color preview on white background

This text has color #494A33 on white background.



Black color preview on #494A33 background

This text has black color on #494A33 background.


White color preview on #494A33 background

This text has white color on #494A33 background.