COLOR #492E35

HEX: #492E35
RGB: (73,46,53)

Color info

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

RGB color model

#492E35 color RGB value is (73,46,53).

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

RGB channels and saturation

R 73 of 255 = 29%
G 46 of 255 = 18%
B 53 of 255 = 21%

73
46
53

R + G + B ~ 23%. #492E35 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 46 + 53 = 172 (100%)
R 73 of 172 ~ 42.44%
G 46 of 172 ~ 26.74%
B 53 of 172 ~ 30.81%

%42.44
%26.74
%30.81

CMYK color model

#492E35 color CMYK value is (0,37,27,71).

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 27.40%
  • key color value is 71.37%
CMYK:
(0,37,27,71)
C0M37Y27K71 
(0%,37%,27%,71%)
(0.00/0.37/0.27/0.71)	

CMYK percentages

%0
%36.99
%27.4
%71.37

Codes

Color #492E35 in popluar color models

492E35
RGB734653
HSL344°22.69%23.33%
HSB/HSV344°36.99%28.63%
CMYK0.00%36.99%27.40%
71.37%

Color #492E35 in popluar number systems.

HEX492E35
Decimal734653
Binary1001001101110110101
Octal1115665

Shades and tints

Shades of #492E35

#492E35
(73,46,53)
#432A31
(67,42,49)
#3D262D
(61,38,45)
#372229
(55,34,41)
#311E25
(49,30,37)
#2B1A21
(43,26,33)
#25161D
(37,22,29)
#1F1219
(31,18,25)
#190E15
(25,14,21)
#130A11
(19,10,17)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #492E35

#492E35
(73,46,53)
#594147
(89,65,71)
#695459
(105,84,89)
#79676B
(121,103,107)
#897A7D
(137,122,125)
#998D8F
(153,141,143)
#A9A0A1
(169,160,161)
#B9B3B3
(185,179,179)
#C9C6C5
(201,198,197)
#D9D9D7
(217,217,215)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492E35 color. Also use rgb(73,46,53) instead hex code.

Text Font Color

.myTextColor { color: #492E35; }

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

This text font color is #492E35.


Background Color

.myBgColor { background-color: #492E35; }

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

This div background color is #492E35.


Border color

.myBorderColor { border: 1px solid #492E35; }

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

This div border color is #492E35.


Opacity

.myOpacity80 { color: #492E35; opacity: 0.8; }

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

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

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

This text has shadow with #492E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E35 on black background.


Color preview on white background

This text has color #492E35 on white background.



Black color preview on #492E35 background

This text has black color on #492E35 background.


White color preview on #492E35 background

This text has white color on #492E35 background.