COLOR #494534

HEX: #494534
RGB: (73,69,52)

Color info

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

RGB color model

#494534 color RGB value is (73,69,52).

  • red value is 73;
  • green value is 69;
  • blue value is 52.
RGB:
(73,69,52)
(29%,27%,20%)

RGB channels and saturation

R 73 of 255 = 29%
G 69 of 255 = 27%
B 52 of 255 = 20%

73
69
52

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

Portions of RGB colors in percentages

R + G + B =
73 + 69 + 52 = 194 (100%)
R 73 of 194 ~ 37.63%
G 69 of 194 ~ 35.57%
B 52 of 194 ~ 26.8%

%37.63
%35.57
%26.8

CMYK color model

#494534 color CMYK value is (0,5,29,71).

  • cyan value is 0.00%
  • magenta value is 5.48%
  • yellow value is 28.77%
  • key color value is 71.37%
CMYK:
(0,5,29,71)
C0M5Y29K71 
(0%,5%,29%,71%)
(0.00/0.05/0.29/0.71)	

CMYK percentages

%0
%5.48
%28.77
%71.37

Codes

Color #494534 in popluar color models

494534
RGB736952
HSL49°16.80%24.51%
HSB/HSV49°28.77%28.63%
CMYK0.00%5.48%28.77%
71.37%

Color #494534 in popluar number systems.

HEX494534
Decimal736952
Binary10010011000101110100
Octal11110564

Shades and tints

Shades of #494534

#494534
(73,69,52)
#433F30
(67,63,48)
#3D392C
(61,57,44)
#373328
(55,51,40)
#312D24
(49,45,36)
#2B2720
(43,39,32)
#25211C
(37,33,28)
#1F1B18
(31,27,24)
#191514
(25,21,20)
#130F10
(19,15,16)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #494534

#494534
(73,69,52)
#595546
(89,85,70)
#696558
(105,101,88)
#79756A
(121,117,106)
#89857C
(137,133,124)
#99958E
(153,149,142)
#A9A5A0
(169,165,160)
#B9B5B2
(185,181,178)
#C9C5C4
(201,197,196)
#D9D5D6
(217,213,214)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494534 color. Also use rgb(73,69,52) instead hex code.

Text Font Color

.myTextColor { color: #494534; }

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

This text font color is #494534.


Background Color

.myBgColor { background-color: #494534; }

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

This div background color is #494534.


Border color

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

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

This div border color is #494534.


Opacity

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

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

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

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

This text has shadow with #494534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494534 on black background.


Color preview on white background

This text has color #494534 on white background.



Black color preview on #494534 background

This text has black color on #494534 background.


White color preview on #494534 background

This text has white color on #494534 background.