COLOR #49680F

HEX: #49680F
RGB: (73,104,15)

Color info

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

RGB color model

#49680F color RGB value is (73,104,15).

  • red value is 73;
  • green value is 104;
  • blue value is 15.
RGB:
(73,104,15)
(29%,41%,6%)

RGB channels and saturation

R 73 of 255 = 29%
G 104 of 255 = 41%
B 15 of 255 = 6%

73
104
15

R + G + B ~ 25%. #49680F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 104 + 15 = 192 (100%)
R 73 of 192 ~ 38.02%
G 104 of 192 ~ 54.17%
B 15 of 192 ~ 7.81%

%38.02
%54.17

CMYK color model

#49680F color CMYK value is (30,0,86,59).

  • cyan value is 29.81%
  • magenta value is 0.00%
  • yellow value is 85.58%
  • key color value is 59.22%
CMYK:
(30,0,86,59)
C30M0Y86K59 
(30%,0%,86%,59%)
(0.30/0.00/0.86/0.59)	

CMYK percentages

%29.81
%0
%85.58
%59.22

Codes

Color #49680F in popluar color models

49680F
RGB7310415
HSL81°74.79%23.33%
HSB/HSV81°85.58%40.78%
CMYK29.81%0.00%85.58%
59.22%

Color #49680F in popluar number systems.

HEX49680F
Decimal7310415
Binary100100111010001111
Octal11115017

Shades and tints

Shades of #49680F

#49680F
(73,104,15)
#435F0E
(67,95,14)
#3D560D
(61,86,13)
#374D0C
(55,77,12)
#31440B
(49,68,11)
#2B3B0A
(43,59,10)
#253209
(37,50,9)
#1F2908
(31,41,8)
#192007
(25,32,7)
#131706
(19,23,6)
#0D0E05
(13,14,5)
#000000
(0,0,0)

Tints of #49680F

#49680F
(73,104,15)
#597524
(89,117,36)
#698239
(105,130,57)
#798F4E
(121,143,78)
#899C63
(137,156,99)
#99A978
(153,169,120)
#A9B68D
(169,182,141)
#B9C3A2
(185,195,162)
#C9D0B7
(201,208,183)
#D9DDCC
(217,221,204)
#E9EAE1
(233,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49680F color. Also use rgb(73,104,15) instead hex code.

Text Font Color

.myTextColor { color: #49680F; }

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

This text font color is #49680F.


Background Color

.myBgColor { background-color: #49680F; }

<div style="background-color:#49680F">Inner text</div>

This div background color is #49680F.


Border color

.myBorderColor { border: 1px solid #49680F; }

<div style="border:3px solid #49680F">Div</div>

This div border color is #49680F.


Opacity

.myOpacity80 { color: #49680F; opacity: 0.8; }

<p style="color:#49680F;opacity:0.8;">80%</p>

Text with #49680F 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 #49680F;}

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

This text has shadow with #49680F color.

.textShadow {text-shadow: 3px 3px 1px #49680F, 3px 3px 1px red;}

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

This text has shadow with #49680F primary color and red secondary color.


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

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

This text has shadow with #49680F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49680F on black background.


Color preview on white background

This text has color #49680F on white background.



Black color preview on #49680F background

This text has black color on #49680F background.


White color preview on #49680F background

This text has white color on #49680F background.