COLOR #492F37

HEX: #492F37
RGB: (73,47,55)

Color info

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

RGB color model

#492F37 color RGB value is (73,47,55).

  • red value is 73;
  • green value is 47;
  • blue value is 55.
RGB:
(73,47,55)
(29%,18%,22%)

RGB channels and saturation

R 73 of 255 = 29%
G 47 of 255 = 18%
B 55 of 255 = 22%

73
47
55

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

Portions of RGB colors in percentages

R + G + B =
73 + 47 + 55 = 175 (100%)
R 73 of 175 ~ 41.71%
G 47 of 175 ~ 26.86%
B 55 of 175 ~ 31.43%

%41.71
%26.86
%31.43

CMYK color model

#492F37 color CMYK value is (0,36,25,71).

  • cyan value is 0.00%
  • magenta value is 35.62%
  • yellow value is 24.66%
  • key color value is 71.37%
CMYK:
(0,36,25,71)
C0M36Y25K71 
(0%,36%,25%,71%)
(0.00/0.36/0.25/0.71)	

CMYK percentages

%0
%35.62
%24.66
%71.37

Codes

Color #492F37 in popluar color models

492F37
RGB734755
HSL342°21.67%23.53%
HSB/HSV342°35.62%28.63%
CMYK0.00%35.62%24.66%
71.37%

Color #492F37 in popluar number systems.

HEX492F37
Decimal734755
Binary1001001101111110111
Octal1115767

Shades and tints

Shades of #492F37

#492F37
(73,47,55)
#432B32
(67,43,50)
#3D272D
(61,39,45)
#372328
(55,35,40)
#311F23
(49,31,35)
#2B1B1E
(43,27,30)
#251719
(37,23,25)
#1F1314
(31,19,20)
#190F0F
(25,15,15)
#130B0A
(19,11,10)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #492F37

#492F37
(73,47,55)
#594149
(89,65,73)
#69535B
(105,83,91)
#79656D
(121,101,109)
#89777F
(137,119,127)
#998991
(153,137,145)
#A99BA3
(169,155,163)
#B9ADB5
(185,173,181)
#C9BFC7
(201,191,199)
#D9D1D9
(217,209,217)
#E9E3EB
(233,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492F37 color. Also use rgb(73,47,55) instead hex code.

Text Font Color

.myTextColor { color: #492F37; }

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

This text font color is #492F37.


Background Color

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

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

This div background color is #492F37.


Border color

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

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

This div border color is #492F37.


Opacity

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

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

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

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

This text has shadow with #492F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492F37 on black background.


Color preview on white background

This text has color #492F37 on white background.



Black color preview on #492F37 background

This text has black color on #492F37 background.


White color preview on #492F37 background

This text has white color on #492F37 background.