COLOR #498876

HEX: #498876
RGB: (73,136,118)

Renk bilgisi

#498876 contains mainly green and blue colors. #498876 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#498876 color RGB value is (73,136,118).

  • kırmız ton 73;
  • yeşil ton 136;
  • mavi ton 118.
RGB:
(73,136,118)
(29%,53%,46%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 136 of 255 = 53%
B 118 of 255 = 46%

73
136
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 136 + 118 = 327 (100%)
R 73 of 327 ~ 22.32%
G 136 of 327 ~ 41.59%
B 118 of 327 ~ 36.09%

%22.32
%41.59
%36.09

CMYK RENK MODELİ

#498876 rengi CMYK tonu (46,0,13,47).

  • camgöbeği tonu 46.32%
  • eflatun tonu 0.00%
  • sarı tonu 13.24%
  • ana renk tonu 46.67%
CMYK:
(46,0,13,47)
C46M0Y13K47 
(46%,0%,13%,47%)
(0.46/0.00/0.13/0.47)	

CMYK yüzdeleri

%46.32
%0
%13.24
%46.67

Codes

Color #498876 in popluar color models

498876
RGB73136118
HSL163°30.14%40.98%
HSB/HSV163°46.32%53.33%
CMYK46.32%0.00%13.24%
46.67%

Color #498876 in popluar number systems.

HEX498876
Decimal73136118
Binary1001001100010001110110
Octal111210166

Shades and tints

Shades of #498876

#498876
(73,136,118)
#437C6C
(67,124,108)
#3D7062
(61,112,98)
#376458
(55,100,88)
#31584E
(49,88,78)
#2B4C44
(43,76,68)
#25403A
(37,64,58)
#1F3430
(31,52,48)
#192826
(25,40,38)
#131C1C
(19,28,28)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #498876

#498876
(73,136,118)
#599282
(89,146,130)
#699C8E
(105,156,142)
#79A69A
(121,166,154)
#89B0A6
(137,176,166)
#99BAB2
(153,186,178)
#A9C4BE
(169,196,190)
#B9CECA
(185,206,202)
#C9D8D6
(201,216,214)
#D9E2E2
(217,226,226)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498876; }

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

This text font color is #498876.


Background Color

.myBgColor { background-color: #498876; }

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

This div background color is #498876.


Border color

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

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

This div border color is #498876.


Opacity

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

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

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

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

This text has shadow with #498876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498876 on black background.


Color preview on white background

This text has color #498876 on white background.



Black color preview on #498876 background

This text has black color on #498876 background.


White color preview on #498876 background

This text has white color on #498876 background.