COLOR #492B1B

HEX: #492B1B
RGB: (73,43,27)

Color info

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

RGB color model

#492B1B color RGB value is (73,43,27).

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

RGB channels and saturation

R 73 of 255 = 29%
G 43 of 255 = 17%
B 27 of 255 = 11%

73
43
27

R + G + B ~ 19%. #492B1B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 43 + 27 = 143 (100%)
R 73 of 143 ~ 51.05%
G 43 of 143 ~ 30.07%
B 27 of 143 ~ 18.88%

%51.05
%30.07
%18.88

CMYK color model

#492B1B color CMYK value is (0,41,63,71).

  • cyan value is 0.00%
  • magenta value is 41.10%
  • yellow value is 63.01%
  • key color value is 71.37%
CMYK:
(0,41,63,71)
C0M41Y63K71 
(0%,41%,63%,71%)
(0.00/0.41/0.63/0.71)	

CMYK percentages

%0
%41.1
%63.01
%71.37

Codes

Color #492B1B in popluar color models

492B1B
RGB734327
HSL21°46.00%19.61%
HSB/HSV21°63.01%28.63%
CMYK0.00%41.10%63.01%
71.37%

Color #492B1B in popluar number systems.

HEX492B1B
Decimal734327
Binary100100110101111011
Octal1115333

Shades and tints

Shades of #492B1B

#492B1B
(73,43,27)
#432819
(67,40,25)
#3D2517
(61,37,23)
#372215
(55,34,21)
#311F13
(49,31,19)
#2B1C11
(43,28,17)
#25190F
(37,25,15)
#1F160D
(31,22,13)
#19130B
(25,19,11)
#131009
(19,16,9)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #492B1B

#492B1B
(73,43,27)
#593E2F
(89,62,47)
#695143
(105,81,67)
#796457
(121,100,87)
#89776B
(137,119,107)
#998A7F
(153,138,127)
#A99D93
(169,157,147)
#B9B0A7
(185,176,167)
#C9C3BB
(201,195,187)
#D9D6CF
(217,214,207)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492B1B; }

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

This text font color is #492B1B.


Background Color

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

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

This div background color is #492B1B.


Border color

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

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

This div border color is #492B1B.


Opacity

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

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

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

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

This text has shadow with #492B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492B1B on black background.


Color preview on white background

This text has color #492B1B on white background.



Black color preview on #492B1B background

This text has black color on #492B1B background.


White color preview on #492B1B background

This text has white color on #492B1B background.