COLOR #49660C

HEX: #49660C
RGB: (73,102,12)

Color info

#49660C contains mainly red and green colors. Web safe color of #49660C is #336600 (or #360).

RGB color model

#49660C color RGB value is (73,102,12).

  • red value is 73;
  • green value is 102;
  • blue value is 12.
RGB:
(73,102,12)
(29%,40%,5%)

RGB channels and saturation

R 73 of 255 = 29%
G 102 of 255 = 40%
B 12 of 255 = 5%

73
102
12

R + G + B ~ 25%. #49660C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 102 + 12 = 187 (100%)
R 73 of 187 ~ 39.04%
G 102 of 187 ~ 54.55%
B 12 of 187 ~ 6.42%

%39.04
%54.55

CMYK color model

#49660C color CMYK value is (28,0,88,60).

  • cyan value is 28.43%
  • magenta value is 0.00%
  • yellow value is 88.24%
  • key color value is 60.00%
CMYK:
(28,0,88,60)
C28M0Y88K60 
(28%,0%,88%,60%)
(0.28/0.00/0.88/0.60)	

CMYK percentages

%28.43
%0
%88.24
%60

Codes

Color #49660C in popluar color models

49660C
RGB7310212
HSL79°78.95%22.35%
HSB/HSV79°88.24%40.00%
CMYK28.43%0.00%88.24%
60.00%

Color #49660C in popluar number systems.

HEX49660C
Decimal7310212
Binary100100111001101100
Octal11114614

Shades and tints

Shades of #49660C

#49660C
(73,102,12)
#435D0B
(67,93,11)
#3D540A
(61,84,10)
#374B09
(55,75,9)
#314208
(49,66,8)
#2B3907
(43,57,7)
#253006
(37,48,6)
#1F2705
(31,39,5)
#191E04
(25,30,4)
#131503
(19,21,3)
#0D0C02
(13,12,2)
#000000
(0,0,0)

Tints of #49660C

#49660C
(73,102,12)
#597322
(89,115,34)
#698038
(105,128,56)
#798D4E
(121,141,78)
#899A64
(137,154,100)
#99A77A
(153,167,122)
#A9B490
(169,180,144)
#B9C1A6
(185,193,166)
#C9CEBC
(201,206,188)
#D9DBD2
(217,219,210)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49660C color. Also use rgb(73,102,12) instead hex code.

Text Font Color

.myTextColor { color: #49660C; }

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

This text font color is #49660C.


Background Color

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

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

This div background color is #49660C.


Border color

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

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

This div border color is #49660C.


Opacity

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

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

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

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

This text has shadow with #49660C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49660C on black background.


Color preview on white background

This text has color #49660C on white background.



Black color preview on #49660C background

This text has black color on #49660C background.


White color preview on #49660C background

This text has white color on #49660C background.