COLOR #492C1A

HEX: #492C1A
RGB: (73,44,26)

Color info

#492C1A contains red, green and blue colors in about the same proportion. Web safe color of #492C1A is #333300 (or #330).

RGB color model

#492C1A color RGB value is (73,44,26).

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

RGB channels and saturation

R 73 of 255 = 29%
G 44 of 255 = 17%
B 26 of 255 = 10%

73
44
26

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

Portions of RGB colors in percentages

R + G + B =
73 + 44 + 26 = 143 (100%)
R 73 of 143 ~ 51.05%
G 44 of 143 ~ 30.77%
B 26 of 143 ~ 18.18%

%51.05
%30.77
%18.18

CMYK color model

#492C1A color CMYK value is (0,40,64,71).

  • cyan value is 0.00%
  • magenta value is 39.73%
  • yellow value is 64.38%
  • key color value is 71.37%
CMYK:
(0,40,64,71)
C0M40Y64K71 
(0%,40%,64%,71%)
(0.00/0.40/0.64/0.71)	

CMYK percentages

%0
%39.73
%64.38
%71.37

Codes

Color #492C1A in popluar color models

492C1A
RGB734426
HSL23°47.47%19.41%
HSB/HSV23°64.38%28.63%
CMYK0.00%39.73%64.38%
71.37%

Color #492C1A in popluar number systems.

HEX492C1A
Decimal734426
Binary100100110110011010
Octal1115432

Shades and tints

Shades of #492C1A

#492C1A
(73,44,26)
#432818
(67,40,24)
#3D2416
(61,36,22)
#372014
(55,32,20)
#311C12
(49,28,18)
#2B1810
(43,24,16)
#25140E
(37,20,14)
#1F100C
(31,16,12)
#190C0A
(25,12,10)
#130808
(19,8,8)
#0D0406
(13,4,6)
#000000
(0,0,0)

Tints of #492C1A

#492C1A
(73,44,26)
#593F2E
(89,63,46)
#695242
(105,82,66)
#796556
(121,101,86)
#89786A
(137,120,106)
#998B7E
(153,139,126)
#A99E92
(169,158,146)
#B9B1A6
(185,177,166)
#C9C4BA
(201,196,186)
#D9D7CE
(217,215,206)
#E9EAE2
(233,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492C1A; }

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

This text font color is #492C1A.


Background Color

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

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

This div background color is #492C1A.


Border color

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

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

This div border color is #492C1A.


Opacity

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

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

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

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

This text has shadow with #492C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492C1A on black background.


Color preview on white background

This text has color #492C1A on white background.



Black color preview on #492C1A background

This text has black color on #492C1A background.


White color preview on #492C1A background

This text has white color on #492C1A background.