COLOR #49551B

HEX: #49551B
RGB: (73,85,27)

Color info

#49551B contains red, green and blue colors in about the same proportion. Web safe color of #49551B is #336633 (or #363).

RGB color model

#49551B color RGB value is (73,85,27).

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

RGB channels and saturation

R 73 of 255 = 29%
G 85 of 255 = 33%
B 27 of 255 = 11%

73
85
27

R + G + B ~ 24%. #49551B is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 85 + 27 = 185 (100%)
R 73 of 185 ~ 39.46%
G 85 of 185 ~ 45.95%
B 27 of 185 ~ 14.59%

%39.46
%45.95
%14.59

CMYK color model

#49551B color CMYK value is (14,0,68,67).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 68.24%
  • key color value is 66.67%
CMYK:
(14,0,68,67)
C14M0Y68K67 
(14%,0%,68%,67%)
(0.14/0.00/0.68/0.67)	

CMYK percentages

%14.12
%0
%68.24
%66.67

Codes

Color #49551B in popluar color models

49551B
RGB738527
HSL72°51.79%21.96%
HSB/HSV72°68.24%33.33%
CMYK14.12%0.00%68.24%
66.67%

Color #49551B in popluar number systems.

HEX49551B
Decimal738527
Binary1001001101010111011
Octal11112533

Shades and tints

Shades of #49551B

#49551B
(73,85,27)
#434E19
(67,78,25)
#3D4717
(61,71,23)
#374015
(55,64,21)
#313913
(49,57,19)
#2B3211
(43,50,17)
#252B0F
(37,43,15)
#1F240D
(31,36,13)
#191D0B
(25,29,11)
#131609
(19,22,9)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #49551B

#49551B
(73,85,27)
#59642F
(89,100,47)
#697343
(105,115,67)
#798257
(121,130,87)
#89916B
(137,145,107)
#99A07F
(153,160,127)
#A9AF93
(169,175,147)
#B9BEA7
(185,190,167)
#C9CDBB
(201,205,187)
#D9DCCF
(217,220,207)
#E9EBE3
(233,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49551B color. Also use rgb(73,85,27) instead hex code.

Text Font Color

.myTextColor { color: #49551B; }

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

This text font color is #49551B.


Background Color

.myBgColor { background-color: #49551B; }

<div style="background-color:#49551B">Inner text</div>

This div background color is #49551B.


Border color

.myBorderColor { border: 1px solid #49551B; }

<div style="border:3px solid #49551B">Div</div>

This div border color is #49551B.


Opacity

.myOpacity80 { color: #49551B; opacity: 0.8; }

<p style="color:#49551B;opacity:0.8;">80%</p>

Text with #49551B 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 #49551B;}

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

This text has shadow with #49551B color.

.textShadow {text-shadow: 3px 3px 1px #49551B, 3px 3px 1px red;}

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

This text has shadow with #49551B primary color and red secondary color.


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

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

This text has shadow with #49551B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49551B on black background.


Color preview on white background

This text has color #49551B on white background.



Black color preview on #49551B background

This text has black color on #49551B background.


White color preview on #49551B background

This text has white color on #49551B background.