COLOR #492F33

HEX: #492F33
RGB: (73,47,51)

Color info

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

RGB color model

#492F33 color RGB value is (73,47,51).

  • red value is 73;
  • green value is 47;
  • blue value is 51.
RGB:
(73,47,51)
(29%,18%,20%)

RGB channels and saturation

R 73 of 255 = 29%
G 47 of 255 = 18%
B 51 of 255 = 20%

73
47
51

R + G + B ~ 22%. #492F33 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 47 + 51 = 171 (100%)
R 73 of 171 ~ 42.69%
G 47 of 171 ~ 27.49%
B 51 of 171 ~ 29.82%

%42.69
%27.49
%29.82

CMYK color model

#492F33 color CMYK value is (0,36,30,71).

  • cyan value is 0.00%
  • magenta value is 35.62%
  • yellow value is 30.14%
  • key color value is 71.37%
CMYK:
(0,36,30,71)
C0M36Y30K71 
(0%,36%,30%,71%)
(0.00/0.36/0.30/0.71)	

CMYK percentages

%0
%35.62
%30.14
%71.37

Codes

Color #492F33 in popluar color models

492F33
RGB734751
HSL351°21.67%23.53%
HSB/HSV351°35.62%28.63%
CMYK0.00%35.62%30.14%
71.37%

Color #492F33 in popluar number systems.

HEX492F33
Decimal734751
Binary1001001101111110011
Octal1115763

Shades and tints

Shades of #492F33

#492F33
(73,47,51)
#432B2F
(67,43,47)
#3D272B
(61,39,43)
#372327
(55,35,39)
#311F23
(49,31,35)
#2B1B1F
(43,27,31)
#25171B
(37,23,27)
#1F1317
(31,19,23)
#190F13
(25,15,19)
#130B0F
(19,11,15)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #492F33

#492F33
(73,47,51)
#594145
(89,65,69)
#695357
(105,83,87)
#796569
(121,101,105)
#89777B
(137,119,123)
#99898D
(153,137,141)
#A99B9F
(169,155,159)
#B9ADB1
(185,173,177)
#C9BFC3
(201,191,195)
#D9D1D5
(217,209,213)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492F33 color. Also use rgb(73,47,51) instead hex code.

Text Font Color

.myTextColor { color: #492F33; }

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

This text font color is #492F33.


Background Color

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

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

This div background color is #492F33.


Border color

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

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

This div border color is #492F33.


Opacity

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

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

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

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

This text has shadow with #492F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492F33 on black background.


Color preview on white background

This text has color #492F33 on white background.



Black color preview on #492F33 background

This text has black color on #492F33 background.


White color preview on #492F33 background

This text has white color on #492F33 background.