COLOR #49847A

HEX: #49847A
RGB: (73,132,122)

Color info

#49847A contains red, green and blue colors in about the same proportion. Web safe color of #49847A is #339966 (or #396).

RGB color model

#49847A color RGB value is (73,132,122).

  • red value is 73;
  • green value is 132;
  • blue value is 122.
RGB: (73,132,122) (29%,52%,48%)

RGB channels and saturation

R 73 of 255 = 29%
G 132 of 255 = 52%
B 122 of 255 = 48%

73
132
122

R + G + B ~ 43%. #49847A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 132 + 122 = 327 (100%)
R 73 of 327 ~ 22.32%
G 132 of 327 ~ 40.37%
B 122 of 327 ~ 37.31%

%22.32
%40.37
%37.31

CMYK color model

#49847A color CMYK value is (45,0,8,48).

  • cyan value is 44.70%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 48.24%
CMYK: (45,0,8,48) C45M0Y8K48 (45%,0%,8%,48%) (0.45/0.00/0.08/0.48)

CMYK percentages

%44.7
%0
%7.58
%48.24

Codes

Color #49847A in popluar color models

49847A
RGB73132122
HSL170°28.78%40.20%
HSB/HSV170°44.70%51.76%
CMYK44.70%0.00%7.58%
48.24%

Color #49847A in popluar number systems.

HEX49847A
Decimal73132122
Binary1001001100001001111010
Octal111204172

Shades and tints

Shades of #49847A

#49847A
(73,132,122)
#43786F
(67,120,111)
#3D6C64
(61,108,100)
#376059
(55,96,89)
#31544E
(49,84,78)
#2B4843
(43,72,67)
#253C38
(37,60,56)
#1F302D
(31,48,45)
#192422
(25,36,34)
#131817
(19,24,23)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #49847A

#49847A
(73,132,122)
#598F86
(89,143,134)
#699A92
(105,154,146)
#79A59E
(121,165,158)
#89B0AA
(137,176,170)
#99BBB6
(153,187,182)
#A9C6C2
(169,198,194)
#B9D1CE
(185,209,206)
#C9DCDA
(201,220,218)
#D9E7E6
(217,231,230)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49847A color. Also use rgb(73,132,122) instead hex code.

Text Font Color

.myTextColor { color: #49847A; }

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

This text font color is #49847A.


Background Color

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

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

This div background color is #49847A.


Border color

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

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

This div border color is #49847A.


Opacity

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

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

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

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

This text has shadow with #49847A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #49847A on black background.


Color preview on white background

This text has color #49847A on white background.



Black color preview on #49847A background

This text has black color on #49847A background.


White color preview on #49847A background

This text has white color on #49847A background.