COLOR #49766A

HEX: #49766A
RGB: (73,118,106)

Color info

#49766A contains red, green and blue colors in about the same proportion. Web safe color of #49766A is #336666 (or #366).

RGB color model

#49766A color RGB value is (73,118,106).

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

RGB channels and saturation

R 73 of 255 = 29%
G 118 of 255 = 46%
B 106 of 255 = 42%

73
118
106

R + G + B ~ 39%. #49766A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 118 + 106 = 297 (100%)
R 73 of 297 ~ 24.58%
G 118 of 297 ~ 39.73%
B 106 of 297 ~ 35.69%

%24.58
%39.73
%35.69

CMYK color model

#49766A color CMYK value is (38,0,10,54).

  • cyan value is 38.14%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 53.73%
CMYK:
(38,0,10,54)
C38M0Y10K54 
(38%,0%,10%,54%)
(0.38/0.00/0.10/0.54)	

CMYK percentages

%38.14
%0
%10.17
%53.73

Codes

Color #49766A in popluar color models

49766A
RGB73118106
HSL164°23.56%37.45%
HSB/HSV164°38.14%46.27%
CMYK38.14%0.00%10.17%
53.73%

Color #49766A in popluar number systems.

HEX49766A
Decimal73118106
Binary100100111101101101010
Octal111166152

Shades and tints

Shades of #49766A

#49766A
(73,118,106)
#436C61
(67,108,97)
#3D6258
(61,98,88)
#37584F
(55,88,79)
#314E46
(49,78,70)
#2B443D
(43,68,61)
#253A34
(37,58,52)
#1F302B
(31,48,43)
#192622
(25,38,34)
#131C19
(19,28,25)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #49766A

#49766A
(73,118,106)
#598277
(89,130,119)
#698E84
(105,142,132)
#799A91
(121,154,145)
#89A69E
(137,166,158)
#99B2AB
(153,178,171)
#A9BEB8
(169,190,184)
#B9CAC5
(185,202,197)
#C9D6D2
(201,214,210)
#D9E2DF
(217,226,223)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49766A color. Also use rgb(73,118,106) instead hex code.

Text Font Color

.myTextColor { color: #49766A; }

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

This text font color is #49766A.


Background Color

.myBgColor { background-color: #49766A; }

<div style="background-color:#49766A">Inner text</div>

This div background color is #49766A.


Border color

.myBorderColor { border: 1px solid #49766A; }

<div style="border:3px solid #49766A">Div</div>

This div border color is #49766A.


Opacity

.myOpacity80 { color: #49766A; opacity: 0.8; }

<p style="color:#49766A;opacity:0.8;">80%</p>

Text with #49766A 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 #49766A;}

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

This text has shadow with #49766A color.

.textShadow {text-shadow: 3px 3px 1px #49766A, 3px 3px 1px red;}

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

This text has shadow with #49766A primary color and red secondary color.


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

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

This text has shadow with #49766A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49766A on black background.


Color preview on white background

This text has color #49766A on white background.



Black color preview on #49766A background

This text has black color on #49766A background.


White color preview on #49766A background

This text has white color on #49766A background.