COLOR #49807F

HEX: #49807F RGB: (73,128,127)

Color info

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

RGB color model

#49807F color RGB value is (73,128,127).

RGB: (73,128,127) (29%, 50%, 50%)

RGB channels and saturation

R 73 of 255 = 29%
G 128 of 255 = 50%
B 127 of 255 = 50%

73
128
127

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

Portions of RGB colors in percentages

R + G + B = 73 + 128 + 127 = 328 (100%)
R 73 of 328 ~ 22.26%
G 128 of 328 ~ 39.02%
B 127 of 328 ~ 38.72'%

%22.26
%39.02
%38.72

CMYK color model

#49807F color CMYK value is (43,0,1,50).

  • cyan value is 42.97%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 49.80%

CMYK: (43,0,1,50)
C43M0Y1K50 (43%, 0%, 1%, 50%)
(0.43 / 0.00 / 0.01 / 0.50)

CMYK percentages

%42.97
%0
%0.78
%49.8

Codes

Color #49807F in popluar color models

49 80 7F
RGB 73 128 127
HSL 179° 27.36% 39.41%
HSB/HSV 179° 42.97% 50.20%
CMYK 42.97% 0.00% 0.78%
49.80%

Color #49807F in popluar number systems.

HEX 49 80 7F
Decimal 73 128 127
Binary 1001001 10000000 1111111
Octal 111 200 177

Shades and tints

Shades of #49807F

#49807F
(73,128,127)
#437574
(67,117,116)
#3D6A69
(61,106,105)
#375F5E
(55,95,94)
#315453
(49,84,83)
#2B4948
(43,73,72)
#253E3D
(37,62,61)
#1F3332
(31,51,50)
#192827
(25,40,39)
#131D1C
(19,29,28)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #49807F

#49807F
(73,128,127)
#598B8A
(89,139,138)
#699695
(105,150,149)
#79A1A0
(121,161,160)
#89ACAB
(137,172,171)
#99B7B6
(153,183,182)
#A9C2C1
(169,194,193)
#B9CDCC
(185,205,204)
#C9D8D7
(201,216,215)
#D9E3E2
(217,227,226)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49807F color. Also use rgb(73,128,127) instead hex code.

Text Font Color

.myTextColor { color: #49807F; }

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

This text font color is #49807F.

Background Color

.myBgColor { background-color: #49807F; }

<div style="background-color:#49807F">Inner text</div>

This div background color is #49807F.

Border color

.myBorderColor { border: 1px solid #49807F; }

<div style="border:3px solid #49807F">Div</div>

This div border color is #49807F.

Opacity

.myOpacity80 { color: #49807F; opacity: 0.8; }

<p style="color:#49807F;opacity:0.8;">80%</p>

Text with #49807F 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 #49807F;}

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

This text has shadow with #49807F color.


.textShadow {text-shadow: 3px 3px 1px #49807F', 3px 3px 1px red;}

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

This text has shadow with #49807F primary color and red secondary color.


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

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

This text has shadow with #49807F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49807F; -webkit-box-shadow: 1px 1px 3px 2px #49807F; box-shadow:1px 1px 3px 2px #49807F;">
Div content here
</div>

This div box has shadow with color #49807F.

Preview

Color preview on black background

This text has color #49807F on black background.


Color preview on white background

This text has color #49807F on white background.


Black color preview on #49807F background

This text has black color on #49807F background.


White color preview on #49807F background

This text has white color on #49807F background.


Related colors

Complementary color

Complementary color for #hex is #B67F80.


I love getcolorcode.com

Triadic colors

1 #7F4980 and #807F49 with #49807F are triadic colors.

2 #7F8049 and #80497F with #49807F are triadic colors.