COLOR #498871

HEX: #498871
RGB: (73,136,113)

Color info

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

RGB color model

#498871 color RGB value is (73,136,113).

  • red value is 73;
  • green value is 136;
  • blue value is 113.
RGB:
(73,136,113)
(29%,53%,44%)

RGB channels and saturation

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

73
136
113

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

Portions of RGB colors in percentages

R + G + B =
73 + 136 + 113 = 322 (100%)
R 73 of 322 ~ 22.67%
G 136 of 322 ~ 42.24%
B 113 of 322 ~ 35.09%

%22.67
%42.24
%35.09

CMYK color model

#498871 color CMYK value is (46,0,17,47).

  • cyan value is 46.32%
  • magenta value is 0.00%
  • yellow value is 16.91%
  • key color value is 46.67%
CMYK:
(46,0,17,47)
C46M0Y17K47 
(46%,0%,17%,47%)
(0.46/0.00/0.17/0.47)	

CMYK percentages

%46.32
%0
%16.91
%46.67

Codes

Color #498871 in popluar color models

498871
RGB73136113
HSL158°30.14%40.98%
HSB/HSV158°46.32%53.33%
CMYK46.32%0.00%16.91%
46.67%

Color #498871 in popluar number systems.

HEX498871
Decimal73136113
Binary1001001100010001110001
Octal111210161

Shades and tints

Shades of #498871

#498871
(73,136,113)
#437C67
(67,124,103)
#3D705D
(61,112,93)
#376453
(55,100,83)
#315849
(49,88,73)
#2B4C3F
(43,76,63)
#254035
(37,64,53)
#1F342B
(31,52,43)
#192821
(25,40,33)
#131C17
(19,28,23)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #498871

#498871
(73,136,113)
#59927D
(89,146,125)
#699C89
(105,156,137)
#79A695
(121,166,149)
#89B0A1
(137,176,161)
#99BAAD
(153,186,173)
#A9C4B9
(169,196,185)
#B9CEC5
(185,206,197)
#C9D8D1
(201,216,209)
#D9E2DD
(217,226,221)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498871; }

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

This text font color is #498871.


Background Color

.myBgColor { background-color: #498871; }

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

This div background color is #498871.


Border color

.myBorderColor { border: 1px solid #498871; }

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

This div border color is #498871.


Opacity

.myOpacity80 { color: #498871; opacity: 0.8; }

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

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

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

This text has shadow with #498871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498871 on black background.


Color preview on white background

This text has color #498871 on white background.



Black color preview on #498871 background

This text has black color on #498871 background.


White color preview on #498871 background

This text has white color on #498871 background.