COLOR #49762B

HEX: #49762B
RGB: (73,118,43)

Color info

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

RGB color model

#49762B color RGB value is (73,118,43).

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

RGB channels and saturation

R 73 of 255 = 29%
G 118 of 255 = 46%
B 43 of 255 = 17%

73
118
43

R + G + B ~ 31%. #49762B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 118 + 43 = 234 (100%)
R 73 of 234 ~ 31.2%
G 118 of 234 ~ 50.43%
B 43 of 234 ~ 18.38%

%31.2
%50.43
%18.38

CMYK color model

#49762B color CMYK value is (38,0,64,54).

  • cyan value is 38.14%
  • magenta value is 0.00%
  • yellow value is 63.56%
  • key color value is 53.73%
CMYK:
(38,0,64,54)
C38M0Y64K54 
(38%,0%,64%,54%)
(0.38/0.00/0.64/0.54)	

CMYK percentages

%38.14
%0
%63.56
%53.73

Codes

Color #49762B in popluar color models

49762B
RGB7311843
HSL96°46.58%31.57%
HSB/HSV96°63.56%46.27%
CMYK38.14%0.00%63.56%
53.73%

Color #49762B in popluar number systems.

HEX49762B
Decimal7311843
Binary10010011110110101011
Octal11116653

Shades and tints

Shades of #49762B

#49762B
(73,118,43)
#436C28
(67,108,40)
#3D6225
(61,98,37)
#375822
(55,88,34)
#314E1F
(49,78,31)
#2B441C
(43,68,28)
#253A19
(37,58,25)
#1F3016
(31,48,22)
#192613
(25,38,19)
#131C10
(19,28,16)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #49762B

#49762B
(73,118,43)
#59823E
(89,130,62)
#698E51
(105,142,81)
#799A64
(121,154,100)
#89A677
(137,166,119)
#99B28A
(153,178,138)
#A9BE9D
(169,190,157)
#B9CAB0
(185,202,176)
#C9D6C3
(201,214,195)
#D9E2D6
(217,226,214)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49762B color. Also use rgb(73,118,43) instead hex code.

Text Font Color

.myTextColor { color: #49762B; }

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

This text font color is #49762B.


Background Color

.myBgColor { background-color: #49762B; }

<div style="background-color:#49762B">Inner text</div>

This div background color is #49762B.


Border color

.myBorderColor { border: 1px solid #49762B; }

<div style="border:3px solid #49762B">Div</div>

This div border color is #49762B.


Opacity

.myOpacity80 { color: #49762B; opacity: 0.8; }

<p style="color:#49762B;opacity:0.8;">80%</p>

Text with #49762B 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 #49762B;}

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

This text has shadow with #49762B color.

.textShadow {text-shadow: 3px 3px 1px #49762B, 3px 3px 1px red;}

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

This text has shadow with #49762B primary color and red secondary color.


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

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

This text has shadow with #49762B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49762B on black background.


Color preview on white background

This text has color #49762B on white background.



Black color preview on #49762B background

This text has black color on #49762B background.


White color preview on #49762B background

This text has white color on #49762B background.