COLOR #492531

HEX: #492531
RGB: (73,37,49)

Color info

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

RGB color model

#492531 color RGB value is (73,37,49).

  • red value is 73;
  • green value is 37;
  • blue value is 49.
RGB:
(73,37,49)
(29%,15%,19%)

RGB channels and saturation

R 73 of 255 = 29%
G 37 of 255 = 15%
B 49 of 255 = 19%

73
37
49

R + G + B ~ 21%. #492531 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 37 + 49 = 159 (100%)
R 73 of 159 ~ 45.91%
G 37 of 159 ~ 23.27%
B 49 of 159 ~ 30.82%

%45.91
%23.27
%30.82

CMYK color model

#492531 color CMYK value is (0,49,33,71).

  • cyan value is 0.00%
  • magenta value is 49.32%
  • yellow value is 32.88%
  • key color value is 71.37%
CMYK:
(0,49,33,71)
C0M49Y33K71 
(0%,49%,33%,71%)
(0.00/0.49/0.33/0.71)	

CMYK percentages

%0
%49.32
%32.88
%71.37

Codes

Color #492531 in popluar color models

492531
RGB733749
HSL340°32.73%21.57%
HSB/HSV340°49.32%28.63%
CMYK0.00%49.32%32.88%
71.37%

Color #492531 in popluar number systems.

HEX492531
Decimal733749
Binary1001001100101110001
Octal1114561

Shades and tints

Shades of #492531

#492531
(73,37,49)
#43222D
(67,34,45)
#3D1F29
(61,31,41)
#371C25
(55,28,37)
#311921
(49,25,33)
#2B161D
(43,22,29)
#251319
(37,19,25)
#1F1015
(31,16,21)
#190D11
(25,13,17)
#130A0D
(19,10,13)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #492531

#492531
(73,37,49)
#593843
(89,56,67)
#694B55
(105,75,85)
#795E67
(121,94,103)
#897179
(137,113,121)
#99848B
(153,132,139)
#A9979D
(169,151,157)
#B9AAAF
(185,170,175)
#C9BDC1
(201,189,193)
#D9D0D3
(217,208,211)
#E9E3E5
(233,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492531 color. Also use rgb(73,37,49) instead hex code.

Text Font Color

.myTextColor { color: #492531; }

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

This text font color is #492531.


Background Color

.myBgColor { background-color: #492531; }

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

This div background color is #492531.


Border color

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

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

This div border color is #492531.


Opacity

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

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

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

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

This text has shadow with #492531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492531 on black background.


Color preview on white background

This text has color #492531 on white background.



Black color preview on #492531 background

This text has black color on #492531 background.


White color preview on #492531 background

This text has white color on #492531 background.