COLOR #492C3A

HEX: #492C3A RGB: (73,44,58)

Color info

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

RGB color model

#492C3A color RGB value is (73,44,58).

RGB: (73,44,58) (29%, 17%, 23%)

RGB channels and saturation

R 73 of 255 = 29%
G 44 of 255 = 17%
B 58 of 255 = 23%

73
44
58

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

Portions of RGB colors in percentages

R + G + B = 73 + 44 + 58 = 175 (100%)
R 73 of 175 ~ 41.71%
G 44 of 175 ~ 25.14%
B 58 of 175 ~ 33.14'%

%41.71
%25.14
%33.14

CMYK color model

#492C3A color CMYK value is (0,40,21,71).

  • cyan value is 0.00%
  • magenta value is 39.73%
  • yellow value is 20.55%
  • key color value is 71.37%

CMYK: (0,40,21,71)
C0M40Y21K71 (0%, 40%, 21%, 71%)
(0.00 / 0.40 / 0.21 / 0.71)

CMYK percentages

%0
%39.73
%20.55
%71.37

Codes

Color #492C3A in popluar color models

49 2C 3A
RGB 73 44 58
HSL 331° 24.79% 22.94%
HSB/HSV 331° 39.73% 28.63%
CMYK 0.00% 39.73% 20.55%
71.37%

Color #492C3A in popluar number systems.

HEX 49 2C 3A
Decimal 73 44 58
Binary 1001001 101100 111010
Octal 111 54 72

Shades and tints

Shades of #492C3A

#492C3A
(73,44,58)
#432835
(67,40,53)
#3D2430
(61,36,48)
#37202B
(55,32,43)
#311C26
(49,28,38)
#2B1821
(43,24,33)
#25141C
(37,20,28)
#1F1017
(31,16,23)
#190C12
(25,12,18)
#13080D
(19,8,13)
#0D0408
(13,4,8)
#000000
(0,0,0)

Tints of #492C3A

#492C3A
(73,44,58)
#593F4B
(89,63,75)
#69525C
(105,82,92)
#79656D
(121,101,109)
#89787E
(137,120,126)
#998B8F
(153,139,143)
#A99EA0
(169,158,160)
#B9B1B1
(185,177,177)
#C9C4C2
(201,196,194)
#D9D7D3
(217,215,211)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492C3A color. Also use rgb(73,44,58) instead hex code.

Text Font Color

.myTextColor { color: #492C3A; }

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

This text font color is #492C3A.

Background Color

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

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

This div background color is #492C3A.

Border color

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

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

This div border color is #492C3A.

Opacity

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

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

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

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

This text has shadow with #492C3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #492C3A.

Preview

Color preview on black background

This text has color #492C3A on black background.


Color preview on white background

This text has color #492C3A on white background.


Black color preview on #492C3A background

This text has black color on #492C3A background.


White color preview on #492C3A background

This text has white color on #492C3A background.


Related colors

Complementary color

Complementary color for #hex is #B6D3C5.


I love getcolorcode.com

Triadic colors

1 #3A492C and #2C3A49 with #492C3A are triadic colors.

2 #3A2C49 and #2C493A with #492C3A are triadic colors.