COLOR #494838

HEX: #494838
RGB: (73,72,56)

Color info

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

RGB color model

#494838 color RGB value is (73,72,56).

  • red value is 73;
  • green value is 72;
  • blue value is 56.
RGB:
(73,72,56)
(29%,28%,22%)

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 56 of 255 = 22%

73
72
56

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

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 56 = 201 (100%)
R 73 of 201 ~ 36.32%
G 72 of 201 ~ 35.82%
B 56 of 201 ~ 27.86%

%36.32
%35.82
%27.86

CMYK color model

#494838 color CMYK value is (0,1,23,71).

  • cyan value is 0.00%
  • magenta value is 1.37%
  • yellow value is 23.29%
  • key color value is 71.37%
CMYK:
(0,1,23,71)
C0M1Y23K71 
(0%,1%,23%,71%)
(0.00/0.01/0.23/0.71)	

CMYK percentages

%0
%1.37
%23.29
%71.37

Codes

Color #494838 in popluar color models

494838
RGB737256
HSL56°13.18%25.29%
HSB/HSV56°23.29%28.63%
CMYK0.00%1.37%23.29%
71.37%

Color #494838 in popluar number systems.

HEX494838
Decimal737256
Binary10010011001000111000
Octal11111070

Shades and tints

Shades of #494838

#494838
(73,72,56)
#434233
(67,66,51)
#3D3C2E
(61,60,46)
#373629
(55,54,41)
#313024
(49,48,36)
#2B2A1F
(43,42,31)
#25241A
(37,36,26)
#1F1E15
(31,30,21)
#191810
(25,24,16)
#13120B
(19,18,11)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #494838

#494838
(73,72,56)
#59584A
(89,88,74)
#69685C
(105,104,92)
#79786E
(121,120,110)
#898880
(137,136,128)
#999892
(153,152,146)
#A9A8A4
(169,168,164)
#B9B8B6
(185,184,182)
#C9C8C8
(201,200,200)
#D9D8DA
(217,216,218)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494838 color. Also use rgb(73,72,56) instead hex code.

Text Font Color

.myTextColor { color: #494838; }

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

This text font color is #494838.


Background Color

.myBgColor { background-color: #494838; }

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

This div background color is #494838.


Border color

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

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

This div border color is #494838.


Opacity

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

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

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

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

This text has shadow with #494838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494838 on black background.


Color preview on white background

This text has color #494838 on white background.



Black color preview on #494838 background

This text has black color on #494838 background.


White color preview on #494838 background

This text has white color on #494838 background.