COLOR #49858D

HEX: #49858D
RGB: (73,133,141)

Color info

#49858D contains mainly green and blue colors. Web safe color of #49858D is #339999 (or #399).

RGB color model

#49858D color RGB value is (73,133,141).

  • red value is 73;
  • green value is 133;
  • blue value is 141.
RGB: (73,133,141) (29%,52%,55%)

RGB channels and saturation

R 73 of 255 = 29%
G 133 of 255 = 52%
B 141 of 255 = 55%

73
133
141

R + G + B ~ 45%. #49858D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 133 + 141 = 347 (100%)
R 73 of 347 ~ 21.04%
G 133 of 347 ~ 38.33%
B 141 of 347 ~ 40.63%

%21.04
%38.33
%40.63

CMYK color model

#49858D color CMYK value is (48,6,0,45).

  • cyan value is 48.23%
  • magenta value is 5.67%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (48,6,0,45) C48M6Y0K45 (48%,6%,0%,45%) (0.48/0.06/0.00/0.45)

CMYK percentages

%48.23
%5.67
%0
%44.71

Codes

Color #49858D in popluar color models

49858D
RGB73133141
HSL187°31.78%41.96%
HSB/HSV187°48.23%55.29%
CMYK48.23%5.67%0.00%
44.71%

Color #49858D in popluar number systems.

HEX49858D
Decimal73133141
Binary10010011000010110001101
Octal111205215

Shades and tints

Shades of #49858D

#49858D
(73,133,141)
#437981
(67,121,129)
#3D6D75
(61,109,117)
#376169
(55,97,105)
#31555D
(49,85,93)
#2B4951
(43,73,81)
#253D45
(37,61,69)
#1F3139
(31,49,57)
#19252D
(25,37,45)
#131921
(19,25,33)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #49858D

#49858D
(73,133,141)
#599097
(89,144,151)
#699BA1
(105,155,161)
#79A6AB
(121,166,171)
#89B1B5
(137,177,181)
#99BCBF
(153,188,191)
#A9C7C9
(169,199,201)
#B9D2D3
(185,210,211)
#C9DDDD
(201,221,221)
#D9E8E7
(217,232,231)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49858D color. Also use rgb(73,133,141) instead hex code.

Text Font Color

.myTextColor { color: #49858D; }

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

This text font color is #49858D.


Background Color

.myBgColor { background-color: #49858D; }

<div style="background-color:#49858D">Inner text</div>

This div background color is #49858D.


Border color

.myBorderColor { border: 1px solid #49858D; }

<div style="border:3px solid #49858D">Div</div>

This div border color is #49858D.


Opacity

.myOpacity80 { color: #49858D; opacity: 0.8; }

<p style="color:#49858D;opacity:0.8;">80%</p>

Text with #49858D 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 #49858D;}

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

This text has shadow with #49858D color.

.textShadow {text-shadow: 3px 3px 1px #49858D, 3px 3px 1px red;}

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

This text has shadow with #49858D primary color and red secondary color.


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

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

This text has shadow with #49858D and red colors in old Internet Explorer.


Div box shadow color

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

Preview

Color preview on black background

This text has color #49858D on black background.


Color preview on white background

This text has color #49858D on white background.



Black color preview on #49858D background

This text has black color on #49858D background.


White color preview on #49858D background

This text has white color on #49858D background.