COLOR #49761C

HEX: #49761C
RGB: (73,118,28)

Color info

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

RGB color model

#49761C color RGB value is (73,118,28).

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

RGB channels and saturation

R 73 of 255 = 29%
G 118 of 255 = 46%
B 28 of 255 = 11%

73
118
28

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

Portions of RGB colors in percentages

R + G + B =
73 + 118 + 28 = 219 (100%)
R 73 of 219 ~ 33.33%
G 118 of 219 ~ 53.88%
B 28 of 219 ~ 12.79%

%33.33
%53.88
%12.79

CMYK color model

#49761C color CMYK value is (38,0,76,54).

  • cyan value is 38.14%
  • magenta value is 0.00%
  • yellow value is 76.27%
  • key color value is 53.73%
CMYK:
(38,0,76,54)
C38M0Y76K54 
(38%,0%,76%,54%)
(0.38/0.00/0.76/0.54)	

CMYK percentages

%38.14
%0
%76.27
%53.73

Codes

Color #49761C in popluar color models

49761C
RGB7311828
HSL90°61.64%28.63%
HSB/HSV90°76.27%46.27%
CMYK38.14%0.00%76.27%
53.73%

Color #49761C in popluar number systems.

HEX49761C
Decimal7311828
Binary1001001111011011100
Octal11116634

Shades and tints

Shades of #49761C

#49761C
(73,118,28)
#436C1A
(67,108,26)
#3D6218
(61,98,24)
#375816
(55,88,22)
#314E14
(49,78,20)
#2B4412
(43,68,18)
#253A10
(37,58,16)
#1F300E
(31,48,14)
#19260C
(25,38,12)
#131C0A
(19,28,10)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #49761C

#49761C
(73,118,28)
#598230
(89,130,48)
#698E44
(105,142,68)
#799A58
(121,154,88)
#89A66C
(137,166,108)
#99B280
(153,178,128)
#A9BE94
(169,190,148)
#B9CAA8
(185,202,168)
#C9D6BC
(201,214,188)
#D9E2D0
(217,226,208)
#E9EEE4
(233,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49761C; }

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

This text font color is #49761C.


Background Color

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

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

This div background color is #49761C.


Border color

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

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

This div border color is #49761C.


Opacity

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

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

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

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

This text has shadow with #49761C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49761C on black background.


Color preview on white background

This text has color #49761C on white background.



Black color preview on #49761C background

This text has black color on #49761C background.


White color preview on #49761C background

This text has white color on #49761C background.