COLOR #494B2A

HEX: #494B2A
RGB: (73,75,42)

Color info

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

RGB color model

#494B2A color RGB value is (73,75,42).

  • red value is 73;
  • green value is 75;
  • blue value is 42.
RGB:
(73,75,42)
(29%,29%,16%)

RGB channels and saturation

R 73 of 255 = 29%
G 75 of 255 = 29%
B 42 of 255 = 16%

73
75
42

R + G + B ~ 25%. #494B2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 75 + 42 = 190 (100%)
R 73 of 190 ~ 38.42%
G 75 of 190 ~ 39.47%
B 42 of 190 ~ 22.11%

%38.42
%39.47
%22.11

CMYK color model

#494B2A color CMYK value is (3,0,44,71).

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 70.59%
CMYK:
(3,0,44,71)
C3M0Y44K71 
(3%,0%,44%,71%)
(0.03/0.00/0.44/0.71)	

CMYK percentages

%2.67
%0
%44
%70.59

Codes

Color #494B2A in popluar color models

494B2A
RGB737542
HSL64°28.21%22.94%
HSB/HSV64°44.00%29.41%
CMYK2.67%0.00%44.00%
70.59%

Color #494B2A in popluar number systems.

HEX494B2A
Decimal737542
Binary10010011001011101010
Octal11111352

Shades and tints

Shades of #494B2A

#494B2A
(73,75,42)
#434527
(67,69,39)
#3D3F24
(61,63,36)
#373921
(55,57,33)
#31331E
(49,51,30)
#2B2D1B
(43,45,27)
#252718
(37,39,24)
#1F2115
(31,33,21)
#191B12
(25,27,18)
#13150F
(19,21,15)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #494B2A

#494B2A
(73,75,42)
#595B3D
(89,91,61)
#696B50
(105,107,80)
#797B63
(121,123,99)
#898B76
(137,139,118)
#999B89
(153,155,137)
#A9AB9C
(169,171,156)
#B9BBAF
(185,187,175)
#C9CBC2
(201,203,194)
#D9DBD5
(217,219,213)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494B2A color. Also use rgb(73,75,42) instead hex code.

Text Font Color

.myTextColor { color: #494B2A; }

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

This text font color is #494B2A.


Background Color

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

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

This div background color is #494B2A.


Border color

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

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

This div border color is #494B2A.


Opacity

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

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

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

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

This text has shadow with #494B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494B2A on black background.


Color preview on white background

This text has color #494B2A on white background.



Black color preview on #494B2A background

This text has black color on #494B2A background.


White color preview on #494B2A background

This text has white color on #494B2A background.