COLOR #49552C

HEX: #49552C
RGB: (73,85,44)

Color info

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

RGB color model

#49552C color RGB value is (73,85,44).

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

RGB channels and saturation

R 73 of 255 = 29%
G 85 of 255 = 33%
B 44 of 255 = 17%

73
85
44

R + G + B ~ 26%. #49552C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 85 + 44 = 202 (100%)
R 73 of 202 ~ 36.14%
G 85 of 202 ~ 42.08%
B 44 of 202 ~ 21.78%

%36.14
%42.08
%21.78

CMYK color model

#49552C color CMYK value is (14,0,48,67).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 48.24%
  • key color value is 66.67%
CMYK:
(14,0,48,67)
C14M0Y48K67 
(14%,0%,48%,67%)
(0.14/0.00/0.48/0.67)	

CMYK percentages

%14.12
%0
%48.24
%66.67

Codes

Color #49552C in popluar color models

49552C
RGB738544
HSL78°31.78%25.29%
HSB/HSV78°48.24%33.33%
CMYK14.12%0.00%48.24%
66.67%

Color #49552C in popluar number systems.

HEX49552C
Decimal738544
Binary10010011010101101100
Octal11112554

Shades and tints

Shades of #49552C

#49552C
(73,85,44)
#434E28
(67,78,40)
#3D4724
(61,71,36)
#374020
(55,64,32)
#31391C
(49,57,28)
#2B3218
(43,50,24)
#252B14
(37,43,20)
#1F2410
(31,36,16)
#191D0C
(25,29,12)
#131608
(19,22,8)
#0D0F04
(13,15,4)
#000000
(0,0,0)

Tints of #49552C

#49552C
(73,85,44)
#59643F
(89,100,63)
#697352
(105,115,82)
#798265
(121,130,101)
#899178
(137,145,120)
#99A08B
(153,160,139)
#A9AF9E
(169,175,158)
#B9BEB1
(185,190,177)
#C9CDC4
(201,205,196)
#D9DCD7
(217,220,215)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49552C color. Also use rgb(73,85,44) instead hex code.

Text Font Color

.myTextColor { color: #49552C; }

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

This text font color is #49552C.


Background Color

.myBgColor { background-color: #49552C; }

<div style="background-color:#49552C">Inner text</div>

This div background color is #49552C.


Border color

.myBorderColor { border: 1px solid #49552C; }

<div style="border:3px solid #49552C">Div</div>

This div border color is #49552C.


Opacity

.myOpacity80 { color: #49552C; opacity: 0.8; }

<p style="color:#49552C;opacity:0.8;">80%</p>

Text with #49552C 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 #49552C;}

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

This text has shadow with #49552C color.

.textShadow {text-shadow: 3px 3px 1px #49552C, 3px 3px 1px red;}

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

This text has shadow with #49552C primary color and red secondary color.


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

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

This text has shadow with #49552C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49552C on black background.


Color preview on white background

This text has color #49552C on white background.



Black color preview on #49552C background

This text has black color on #49552C background.


White color preview on #49552C background

This text has white color on #49552C background.