COLOR #492945

HEX: #492945
RGB: (73,41,69)

Color info

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

RGB color model

#492945 color RGB value is (73,41,69).

  • red value is 73;
  • green value is 41;
  • blue value is 69.
RGB:
(73,41,69)
(29%,16%,27%)

RGB channels and saturation

R 73 of 255 = 29%
G 41 of 255 = 16%
B 69 of 255 = 27%

73
41
69

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

Portions of RGB colors in percentages

R + G + B =
73 + 41 + 69 = 183 (100%)
R 73 of 183 ~ 39.89%
G 41 of 183 ~ 22.4%
B 69 of 183 ~ 37.7%

%39.89
%22.4
%37.7

CMYK color model

#492945 color CMYK value is (0,44,5,71).

  • cyan value is 0.00%
  • magenta value is 43.84%
  • yellow value is 5.48%
  • key color value is 71.37%
CMYK:
(0,44,5,71)
C0M44Y5K71 
(0%,44%,5%,71%)
(0.00/0.44/0.05/0.71)	

CMYK percentages

%0
%43.84
%5.48
%71.37

Codes

Color #492945 in popluar color models

492945
RGB734169
HSL308°28.07%22.35%
HSB/HSV308°43.84%28.63%
CMYK0.00%43.84%5.48%
71.37%

Color #492945 in popluar number systems.

HEX492945
Decimal734169
Binary10010011010011000101
Octal11151105

Shades and tints

Shades of #492945

#492945
(73,41,69)
#43263F
(67,38,63)
#3D2339
(61,35,57)
#372033
(55,32,51)
#311D2D
(49,29,45)
#2B1A27
(43,26,39)
#251721
(37,23,33)
#1F141B
(31,20,27)
#191115
(25,17,21)
#130E0F
(19,14,15)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #492945

#492945
(73,41,69)
#593C55
(89,60,85)
#694F65
(105,79,101)
#796275
(121,98,117)
#897585
(137,117,133)
#998895
(153,136,149)
#A99BA5
(169,155,165)
#B9AEB5
(185,174,181)
#C9C1C5
(201,193,197)
#D9D4D5
(217,212,213)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492945 color. Also use rgb(73,41,69) instead hex code.

Text Font Color

.myTextColor { color: #492945; }

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

This text font color is #492945.


Background Color

.myBgColor { background-color: #492945; }

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

This div background color is #492945.


Border color

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

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

This div border color is #492945.


Opacity

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

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

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

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

This text has shadow with #492945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492945 on black background.


Color preview on white background

This text has color #492945 on white background.



Black color preview on #492945 background

This text has black color on #492945 background.


White color preview on #492945 background

This text has white color on #492945 background.