COLOR #49781C

HEX: #49781C
RGB: (73,120,28)

Color info

#49781C contains mainly red and green colors. Web safe color of #49781C is #336633 (or #363).

RGB color model

#49781C color RGB value is (73,120,28).

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

RGB channels and saturation

R 73 of 255 = 29%
G 120 of 255 = 47%
B 28 of 255 = 11%

73
120
28

R + G + B ~ 29%. #49781C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 120 + 28 = 221 (100%)
R 73 of 221 ~ 33.03%
G 120 of 221 ~ 54.3%
B 28 of 221 ~ 12.67%

%33.03
%54.3
%12.67

CMYK color model

#49781C color CMYK value is (39,0,77,53).

  • cyan value is 39.17%
  • magenta value is 0.00%
  • yellow value is 76.67%
  • key color value is 52.94%
CMYK:
(39,0,77,53)
C39M0Y77K53 
(39%,0%,77%,53%)
(0.39/0.00/0.77/0.53)	

CMYK percentages

%39.17
%0
%76.67
%52.94

Codes

Color #49781C in popluar color models

49781C
RGB7312028
HSL91°62.16%29.02%
HSB/HSV91°76.67%47.06%
CMYK39.17%0.00%76.67%
52.94%

Color #49781C in popluar number systems.

HEX49781C
Decimal7312028
Binary1001001111100011100
Octal11117034

Shades and tints

Shades of #49781C

#49781C
(73,120,28)
#436E1A
(67,110,26)
#3D6418
(61,100,24)
#375A16
(55,90,22)
#315014
(49,80,20)
#2B4612
(43,70,18)
#253C10
(37,60,16)
#1F320E
(31,50,14)
#19280C
(25,40,12)
#131E0A
(19,30,10)
#0D1408
(13,20,8)
#000000
(0,0,0)

Tints of #49781C

#49781C
(73,120,28)
#598430
(89,132,48)
#699044
(105,144,68)
#799C58
(121,156,88)
#89A86C
(137,168,108)
#99B480
(153,180,128)
#A9C094
(169,192,148)
#B9CCA8
(185,204,168)
#C9D8BC
(201,216,188)
#D9E4D0
(217,228,208)
#E9F0E4
(233,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49781C; }

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

This text font color is #49781C.


Background Color

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

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

This div background color is #49781C.


Border color

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

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

This div border color is #49781C.


Opacity

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

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

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

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

This text has shadow with #49781C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49781C on black background.


Color preview on white background

This text has color #49781C on white background.



Black color preview on #49781C background

This text has black color on #49781C background.


White color preview on #49781C background

This text has white color on #49781C background.