COLOR #492D43

HEX: #492D43
RGB: (73,45,67)

Color info

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

RGB color model

#492D43 color RGB value is (73,45,67).

  • red value is 73;
  • green value is 45;
  • blue value is 67.
RGB:
(73,45,67)
(29%,18%,26%)

RGB channels and saturation

R 73 of 255 = 29%
G 45 of 255 = 18%
B 67 of 255 = 26%

73
45
67

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

Portions of RGB colors in percentages

R + G + B =
73 + 45 + 67 = 185 (100%)
R 73 of 185 ~ 39.46%
G 45 of 185 ~ 24.32%
B 67 of 185 ~ 36.22%

%39.46
%24.32
%36.22

CMYK color model

#492D43 color CMYK value is (0,38,8,71).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 8.22%
  • key color value is 71.37%
CMYK:
(0,38,8,71)
C0M38Y8K71 
(0%,38%,8%,71%)
(0.00/0.38/0.08/0.71)	

CMYK percentages

%0
%38.36
%8.22
%71.37

Codes

Color #492D43 in popluar color models

492D43
RGB734567
HSL313°23.73%23.14%
HSB/HSV313°38.36%28.63%
CMYK0.00%38.36%8.22%
71.37%

Color #492D43 in popluar number systems.

HEX492D43
Decimal734567
Binary10010011011011000011
Octal11155103

Shades and tints

Shades of #492D43

#492D43
(73,45,67)
#43293D
(67,41,61)
#3D2537
(61,37,55)
#372131
(55,33,49)
#311D2B
(49,29,43)
#2B1925
(43,25,37)
#25151F
(37,21,31)
#1F1119
(31,17,25)
#190D13
(25,13,19)
#13090D
(19,9,13)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #492D43

#492D43
(73,45,67)
#594054
(89,64,84)
#695365
(105,83,101)
#796676
(121,102,118)
#897987
(137,121,135)
#998C98
(153,140,152)
#A99FA9
(169,159,169)
#B9B2BA
(185,178,186)
#C9C5CB
(201,197,203)
#D9D8DC
(217,216,220)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492D43 color. Also use rgb(73,45,67) instead hex code.

Text Font Color

.myTextColor { color: #492D43; }

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

This text font color is #492D43.


Background Color

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

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

This div background color is #492D43.


Border color

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

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

This div border color is #492D43.


Opacity

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

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

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

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

This text has shadow with #492D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492D43 on black background.


Color preview on white background

This text has color #492D43 on white background.



Black color preview on #492D43 background

This text has black color on #492D43 background.


White color preview on #492D43 background

This text has white color on #492D43 background.