COLOR #492B3F

HEX: #492B3F
RGB: (73,43,63)

Color info

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

RGB color model

#492B3F color RGB value is (73,43,63).

  • red value is 73;
  • green value is 43;
  • blue value is 63.
RGB:
(73,43,63)
(29%,17%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 43 of 255 = 17%
B 63 of 255 = 25%

73
43
63

R + G + B ~ 24%. #492B3F is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 43 + 63 = 179 (100%)
R 73 of 179 ~ 40.78%
G 43 of 179 ~ 24.02%
B 63 of 179 ~ 35.2%

%40.78
%24.02
%35.2

CMYK color model

#492B3F color CMYK value is (0,41,14,71).

  • cyan value is 0.00%
  • magenta value is 41.10%
  • yellow value is 13.70%
  • key color value is 71.37%
CMYK:
(0,41,14,71)
C0M41Y14K71 
(0%,41%,14%,71%)
(0.00/0.41/0.14/0.71)	

CMYK percentages

%0
%41.1
%13.7
%71.37

Codes

Color #492B3F in popluar color models

492B3F
RGB734363
HSL320°25.86%22.75%
HSB/HSV320°41.10%28.63%
CMYK0.00%41.10%13.70%
71.37%

Color #492B3F in popluar number systems.

HEX492B3F
Decimal734363
Binary1001001101011111111
Octal1115377

Shades and tints

Shades of #492B3F

#492B3F
(73,43,63)
#43283A
(67,40,58)
#3D2535
(61,37,53)
#372230
(55,34,48)
#311F2B
(49,31,43)
#2B1C26
(43,28,38)
#251921
(37,25,33)
#1F161C
(31,22,28)
#191317
(25,19,23)
#131012
(19,16,18)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #492B3F

#492B3F
(73,43,63)
#593E50
(89,62,80)
#695161
(105,81,97)
#796472
(121,100,114)
#897783
(137,119,131)
#998A94
(153,138,148)
#A99DA5
(169,157,165)
#B9B0B6
(185,176,182)
#C9C3C7
(201,195,199)
#D9D6D8
(217,214,216)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492B3F color. Also use rgb(73,43,63) instead hex code.

Text Font Color

.myTextColor { color: #492B3F; }

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

This text font color is #492B3F.


Background Color

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

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

This div background color is #492B3F.


Border color

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

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

This div border color is #492B3F.


Opacity

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

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

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

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

This text has shadow with #492B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492B3F on black background.


Color preview on white background

This text has color #492B3F on white background.



Black color preview on #492B3F background

This text has black color on #492B3F background.


White color preview on #492B3F background

This text has white color on #492B3F background.