COLOR #494238

HEX: #494238
RGB: (73,66,56)

Color info

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

RGB color model

#494238 color RGB value is (73,66,56).

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

RGB channels and saturation

R 73 of 255 = 29%
G 66 of 255 = 26%
B 56 of 255 = 22%

73
66
56

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

Portions of RGB colors in percentages

R + G + B =
73 + 66 + 56 = 195 (100%)
R 73 of 195 ~ 37.44%
G 66 of 195 ~ 33.85%
B 56 of 195 ~ 28.72%

%37.44
%33.85
%28.72

CMYK color model

#494238 color CMYK value is (0,10,23,71).

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 23.29%
  • key color value is 71.37%
CMYK:
(0,10,23,71)
C0M10Y23K71 
(0%,10%,23%,71%)
(0.00/0.10/0.23/0.71)	

CMYK percentages

%0
%9.59
%23.29
%71.37

Codes

Color #494238 in popluar color models

494238
RGB736656
HSL35°13.18%25.29%
HSB/HSV35°23.29%28.63%
CMYK0.00%9.59%23.29%
71.37%

Color #494238 in popluar number systems.

HEX494238
Decimal736656
Binary10010011000010111000
Octal11110270

Shades and tints

Shades of #494238

#494238
(73,66,56)
#433C33
(67,60,51)
#3D362E
(61,54,46)
#373029
(55,48,41)
#312A24
(49,42,36)
#2B241F
(43,36,31)
#251E1A
(37,30,26)
#1F1815
(31,24,21)
#191210
(25,18,16)
#130C0B
(19,12,11)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #494238

#494238
(73,66,56)
#59534A
(89,83,74)
#69645C
(105,100,92)
#79756E
(121,117,110)
#898680
(137,134,128)
#999792
(153,151,146)
#A9A8A4
(169,168,164)
#B9B9B6
(185,185,182)
#C9CAC8
(201,202,200)
#D9DBDA
(217,219,218)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494238; }

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

This text font color is #494238.


Background Color

.myBgColor { background-color: #494238; }

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

This div background color is #494238.


Border color

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

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

This div border color is #494238.


Opacity

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

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

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

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

This text has shadow with #494238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494238 on black background.


Color preview on white background

This text has color #494238 on white background.



Black color preview on #494238 background

This text has black color on #494238 background.


White color preview on #494238 background

This text has white color on #494238 background.