COLOR #494B2E

HEX: #494B2E
RGB: (73,75,46)

Color info

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

RGB color model

#494B2E color RGB value is (73,75,46).

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

RGB channels and saturation

R 73 of 255 = 29%
G 75 of 255 = 29%
B 46 of 255 = 18%

73
75
46

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

Portions of RGB colors in percentages

R + G + B =
73 + 75 + 46 = 194 (100%)
R 73 of 194 ~ 37.63%
G 75 of 194 ~ 38.66%
B 46 of 194 ~ 23.71%

%37.63
%38.66
%23.71

CMYK color model

#494B2E color CMYK value is (3,0,39,71).

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 70.59%
CMYK:
(3,0,39,71)
C3M0Y39K71 
(3%,0%,39%,71%)
(0.03/0.00/0.39/0.71)	

CMYK percentages

%2.67
%0
%38.67
%70.59

Codes

Color #494B2E in popluar color models

494B2E
RGB737546
HSL64°23.97%23.73%
HSB/HSV64°38.67%29.41%
CMYK2.67%0.00%38.67%
70.59%

Color #494B2E in popluar number systems.

HEX494B2E
Decimal737546
Binary10010011001011101110
Octal11111356

Shades and tints

Shades of #494B2E

#494B2E
(73,75,46)
#43452A
(67,69,42)
#3D3F26
(61,63,38)
#373922
(55,57,34)
#31331E
(49,51,30)
#2B2D1A
(43,45,26)
#252716
(37,39,22)
#1F2112
(31,33,18)
#191B0E
(25,27,14)
#13150A
(19,21,10)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #494B2E

#494B2E
(73,75,46)
#595B41
(89,91,65)
#696B54
(105,107,84)
#797B67
(121,123,103)
#898B7A
(137,139,122)
#999B8D
(153,155,141)
#A9ABA0
(169,171,160)
#B9BBB3
(185,187,179)
#C9CBC6
(201,203,198)
#D9DBD9
(217,219,217)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494B2E; }

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

This text font color is #494B2E.


Background Color

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

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

This div background color is #494B2E.


Border color

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

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

This div border color is #494B2E.


Opacity

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

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

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

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

This text has shadow with #494B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494B2E on black background.


Color preview on white background

This text has color #494B2E on white background.



Black color preview on #494B2E background

This text has black color on #494B2E background.


White color preview on #494B2E background

This text has white color on #494B2E background.