COLOR #49886F

HEX: #49886F RGB: (73,136,111)

Color info

#49886F contains mainly green and blue colors. Web safe color of #49886F is #339966 (or #396).

RGB color model

#49886F color RGB value is (73,136,111).

RGB: (73,136,111) (29%, 53%, 44%)

RGB channels and saturation

R 73 of 255 = 29%
G 136 of 255 = 53%
B 111 of 255 = 44%

73
136
111

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

Portions of RGB colors in percentages

R + G + B = 73 + 136 + 111 = 320 (100%)
R 73 of 320 ~ 22.81%
G 136 of 320 ~ 42.5%
B 111 of 320 ~ 34.69'%

%22.81
%42.5
%34.69

CMYK color model

#49886F color CMYK value is (46,0,18,47).

  • cyan value is 46.32%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 46.67%

CMYK: (46,0,18,47)
C46M0Y18K47 (46%, 0%, 18%, 47%)
(0.46 / 0.00 / 0.18 / 0.47)

CMYK percentages

%46.32
%0
%18.38
%46.67

Codes

Color #49886F in popluar color models

49 88 6F
RGB 73 136 111
HSL 156° 30.14% 40.98%
HSB/HSV 156° 46.32% 53.33%
CMYK 46.32% 0.00% 18.38%
46.67%

Color #49886F in popluar number systems.

HEX 49 88 6F
Decimal 73 136 111
Binary 1001001 10001000 1101111
Octal 111 210 157

Shades and tints

Shades of #49886F

#49886F
(73,136,111)
#437C65
(67,124,101)
#3D705B
(61,112,91)
#376451
(55,100,81)
#315847
(49,88,71)
#2B4C3D
(43,76,61)
#254033
(37,64,51)
#1F3429
(31,52,41)
#19281F
(25,40,31)
#131C15
(19,28,21)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #49886F

#49886F
(73,136,111)
#59927C
(89,146,124)
#699C89
(105,156,137)
#79A696
(121,166,150)
#89B0A3
(137,176,163)
#99BAB0
(153,186,176)
#A9C4BD
(169,196,189)
#B9CECA
(185,206,202)
#C9D8D7
(201,216,215)
#D9E2E4
(217,226,228)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49886F color. Also use rgb(73,136,111) instead hex code.

Text Font Color

.myTextColor { color: #49886F; }

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

This text font color is #49886F.

Background Color

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

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

This div background color is #49886F.

Border color

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

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

This div border color is #49886F.

Opacity

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

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

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

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

This text has shadow with #49886F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49886F.

Preview

Color preview on black background

This text has color #49886F on black background.


Color preview on white background

This text has color #49886F on white background.


Black color preview on #49886F background

This text has black color on #49886F background.


White color preview on #49886F background

This text has white color on #49886F background.


Related colors

Complementary color

Complementary color for #hex is #B67790.


I love getcolorcode.com

Triadic colors

1 #6F4988 and #886F49 with #49886F are triadic colors.

2 #6F8849 and #88496F with #49886F are triadic colors.