COLOR #49361A

HEX: #49361A
RGB: (73,54,26)

Color info

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

RGB color model

#49361A color RGB value is (73,54,26).

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

RGB channels and saturation

R 73 of 255 = 29%
G 54 of 255 = 21%
B 26 of 255 = 10%

73
54
26

R + G + B ~ 20%. #49361A is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 54 + 26 = 153 (100%)
R 73 of 153 ~ 47.71%
G 54 of 153 ~ 35.29%
B 26 of 153 ~ 16.99%

%47.71
%35.29
%16.99

CMYK color model

#49361A color CMYK value is (0,26,64,71).

  • cyan value is 0.00%
  • magenta value is 26.03%
  • yellow value is 64.38%
  • key color value is 71.37%
CMYK:
(0,26,64,71)
C0M26Y64K71 
(0%,26%,64%,71%)
(0.00/0.26/0.64/0.71)	

CMYK percentages

%0
%26.03
%64.38
%71.37

Codes

Color #49361A in popluar color models

49361A
RGB735426
HSL36°47.47%19.41%
HSB/HSV36°64.38%28.63%
CMYK0.00%26.03%64.38%
71.37%

Color #49361A in popluar number systems.

HEX49361A
Decimal735426
Binary100100111011011010
Octal1116632

Shades and tints

Shades of #49361A

#49361A
(73,54,26)
#433218
(67,50,24)
#3D2E16
(61,46,22)
#372A14
(55,42,20)
#312612
(49,38,18)
#2B2210
(43,34,16)
#251E0E
(37,30,14)
#1F1A0C
(31,26,12)
#19160A
(25,22,10)
#131208
(19,18,8)
#0D0E06
(13,14,6)
#000000
(0,0,0)

Tints of #49361A

#49361A
(73,54,26)
#59482E
(89,72,46)
#695A42
(105,90,66)
#796C56
(121,108,86)
#897E6A
(137,126,106)
#99907E
(153,144,126)
#A9A292
(169,162,146)
#B9B4A6
(185,180,166)
#C9C6BA
(201,198,186)
#D9D8CE
(217,216,206)
#E9EAE2
(233,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49361A color. Also use rgb(73,54,26) instead hex code.

Text Font Color

.myTextColor { color: #49361A; }

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

This text font color is #49361A.


Background Color

.myBgColor { background-color: #49361A; }

<div style="background-color:#49361A">Inner text</div>

This div background color is #49361A.


Border color

.myBorderColor { border: 1px solid #49361A; }

<div style="border:3px solid #49361A">Div</div>

This div border color is #49361A.


Opacity

.myOpacity80 { color: #49361A; opacity: 0.8; }

<p style="color:#49361A;opacity:0.8;">80%</p>

Text with #49361A 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 #49361A;}

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

This text has shadow with #49361A color.

.textShadow {text-shadow: 3px 3px 1px #49361A, 3px 3px 1px red;}

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

This text has shadow with #49361A primary color and red secondary color.


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

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

This text has shadow with #49361A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49361A on black background.


Color preview on white background

This text has color #49361A on white background.



Black color preview on #49361A background

This text has black color on #49361A background.


White color preview on #49361A background

This text has white color on #49361A background.