COLOR #492C2E

HEX: #492C2E
RGB: (73,44,46)

Color info

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

RGB color model

#492C2E color RGB value is (73,44,46).

  • red value is 73;
  • green value is 44;
  • blue value is 46.
RGB: (73,44,46) (29%,17%,18%)

RGB channels and saturation

R 73 of 255 = 29%
G 44 of 255 = 17%
B 46 of 255 = 18%

73
44
46

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

Portions of RGB colors in percentages

R + G + B =
73 + 44 + 46 = 163 (100%)
R 73 of 163 ~ 44.79%
G 44 of 163 ~ 26.99%
B 46 of 163 ~ 28.22%

%44.79
%26.99
%28.22

CMYK color model

#492C2E color CMYK value is (0,40,37,71).

  • cyan value is 0.00%
  • magenta value is 39.73%
  • yellow value is 36.99%
  • key color value is 71.37%
CMYK: (0,40,37,71) C0M40Y37K71 (0%,40%,37%,71%) (0.00/0.40/0.37/0.71)

CMYK percentages

%0
%39.73
%36.99
%71.37

Codes

Color #492C2E in popluar color models

492C2E
RGB734446
HSL356°24.79%22.94%
HSB/HSV356°39.73%28.63%
CMYK0.00%39.73%36.99%
71.37%

Color #492C2E in popluar number systems.

HEX492C2E
Decimal734446
Binary1001001101100101110
Octal1115456

Shades and tints

Shades of #492C2E

#492C2E
(73,44,46)
#43282A
(67,40,42)
#3D2426
(61,36,38)
#372022
(55,32,34)
#311C1E
(49,28,30)
#2B181A
(43,24,26)
#251416
(37,20,22)
#1F1012
(31,16,18)
#190C0E
(25,12,14)
#13080A
(19,8,10)
#0D0406
(13,4,6)
#000000
(0,0,0)

Tints of #492C2E

#492C2E
(73,44,46)
#593F41
(89,63,65)
#695254
(105,82,84)
#796567
(121,101,103)
#89787A
(137,120,122)
#998B8D
(153,139,141)
#A99EA0
(169,158,160)
#B9B1B3
(185,177,179)
#C9C4C6
(201,196,198)
#D9D7D9
(217,215,217)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492C2E; }

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

This text font color is #492C2E.


Background Color

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

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

This div background color is #492C2E.


Border color

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

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

This div border color is #492C2E.


Opacity

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

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

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

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

This text has shadow with #492C2E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #492C2E on black background.


Color preview on white background

This text has color #492C2E on white background.



Black color preview on #492C2E background

This text has black color on #492C2E background.


White color preview on #492C2E background

This text has white color on #492C2E background.