COLOR #492B33

HEX: #492B33
RGB: (73,43,51)

Color info

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

RGB color model

#492B33 color RGB value is (73,43,51).

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

RGB channels and saturation

R 73 of 255 = 29%
G 43 of 255 = 17%
B 51 of 255 = 20%

73
43
51

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

Portions of RGB colors in percentages

R + G + B =
73 + 43 + 51 = 167 (100%)
R 73 of 167 ~ 43.71%
G 43 of 167 ~ 25.75%
B 51 of 167 ~ 30.54%

%43.71
%25.75
%30.54

CMYK color model

#492B33 color CMYK value is (0,41,30,71).

  • cyan value is 0.00%
  • magenta value is 41.10%
  • yellow value is 30.14%
  • key color value is 71.37%
CMYK:
(0,41,30,71)
C0M41Y30K71 
(0%,41%,30%,71%)
(0.00/0.41/0.30/0.71)	

CMYK percentages

%0
%41.1
%30.14
%71.37

Codes

Color #492B33 in popluar color models

492B33
RGB734351
HSL344°25.86%22.75%
HSB/HSV344°41.10%28.63%
CMYK0.00%41.10%30.14%
71.37%

Color #492B33 in popluar number systems.

HEX492B33
Decimal734351
Binary1001001101011110011
Octal1115363

Shades and tints

Shades of #492B33

#492B33
(73,43,51)
#43282F
(67,40,47)
#3D252B
(61,37,43)
#372227
(55,34,39)
#311F23
(49,31,35)
#2B1C1F
(43,28,31)
#25191B
(37,25,27)
#1F1617
(31,22,23)
#191313
(25,19,19)
#13100F
(19,16,15)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #492B33

#492B33
(73,43,51)
#593E45
(89,62,69)
#695157
(105,81,87)
#796469
(121,100,105)
#89777B
(137,119,123)
#998A8D
(153,138,141)
#A99D9F
(169,157,159)
#B9B0B1
(185,176,177)
#C9C3C3
(201,195,195)
#D9D6D5
(217,214,213)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492B33; }

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

This text font color is #492B33.


Background Color

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

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

This div background color is #492B33.


Border color

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

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

This div border color is #492B33.


Opacity

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

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

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

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

This text has shadow with #492B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492B33 on black background.


Color preview on white background

This text has color #492B33 on white background.



Black color preview on #492B33 background

This text has black color on #492B33 background.


White color preview on #492B33 background

This text has white color on #492B33 background.