COLOR #49531C

HEX: #49531C
RGB: (73,83,28)

Color info

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

RGB color model

#49531C color RGB value is (73,83,28).

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

RGB channels and saturation

R 73 of 255 = 29%
G 83 of 255 = 33%
B 28 of 255 = 11%

73
83
28

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

Portions of RGB colors in percentages

R + G + B =
73 + 83 + 28 = 184 (100%)
R 73 of 184 ~ 39.67%
G 83 of 184 ~ 45.11%
B 28 of 184 ~ 15.22%

%39.67
%45.11
%15.22

CMYK color model

#49531C color CMYK value is (12,0,66,67).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 66.27%
  • key color value is 67.45%
CMYK:
(12,0,66,67)
C12M0Y66K67 
(12%,0%,66%,67%)
(0.12/0.00/0.66/0.67)	

CMYK percentages

%12.05
%0
%66.27
%67.45

Codes

Color #49531C in popluar color models

49531C
RGB738328
HSL71°49.55%21.76%
HSB/HSV71°66.27%32.55%
CMYK12.05%0.00%66.27%
67.45%

Color #49531C in popluar number systems.

HEX49531C
Decimal738328
Binary1001001101001111100
Octal11112334

Shades and tints

Shades of #49531C

#49531C
(73,83,28)
#434C1A
(67,76,26)
#3D4518
(61,69,24)
#373E16
(55,62,22)
#313714
(49,55,20)
#2B3012
(43,48,18)
#252910
(37,41,16)
#1F220E
(31,34,14)
#191B0C
(25,27,12)
#13140A
(19,20,10)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #49531C

#49531C
(73,83,28)
#596230
(89,98,48)
#697144
(105,113,68)
#798058
(121,128,88)
#898F6C
(137,143,108)
#999E80
(153,158,128)
#A9AD94
(169,173,148)
#B9BCA8
(185,188,168)
#C9CBBC
(201,203,188)
#D9DAD0
(217,218,208)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49531C color. Also use rgb(73,83,28) instead hex code.

Text Font Color

.myTextColor { color: #49531C; }

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

This text font color is #49531C.


Background Color

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

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

This div background color is #49531C.


Border color

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

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

This div border color is #49531C.


Opacity

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

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

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

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

This text has shadow with #49531C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49531C on black background.


Color preview on white background

This text has color #49531C on white background.



Black color preview on #49531C background

This text has black color on #49531C background.


White color preview on #49531C background

This text has white color on #49531C background.