COLOR #498886

HEX: #498886
RGB: (73,136,134)

Renk bilgisi

#498886 contains mainly green and blue colors. #498886 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#498886 color RGB value is (73,136,134).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 136 of 255 = 53%
B 134 of 255 = 53%

73
136
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 136 + 134 = 343 (100%)
R 73 of 343 ~ 21.28%
G 136 of 343 ~ 39.65%
B 134 of 343 ~ 39.07%

%21.28
%39.65
%39.07

CMYK RENK MODELİ

#498886 rengi CMYK tonu (46,0,1,47).

  • camgöbeği tonu 46.32%
  • eflatun tonu 0.00%
  • sarı tonu 1.47%
  • ana renk tonu 46.67%
CMYK:
(46,0,1,47)
C46M0Y1K47 
(46%,0%,1%,47%)
(0.46/0.00/0.01/0.47)	

CMYK yüzdeleri

%46.32
%0
%1.47
%46.67

Codes

Color #498886 in popluar color models

498886
RGB73136134
HSL178°30.14%40.98%
HSB/HSV178°46.32%53.33%
CMYK46.32%0.00%1.47%
46.67%

Color #498886 in popluar number systems.

HEX498886
Decimal73136134
Binary10010011000100010000110
Octal111210206

Shades and tints

Shades of #498886

#498886
(73,136,134)
#437C7A
(67,124,122)
#3D706E
(61,112,110)
#376462
(55,100,98)
#315856
(49,88,86)
#2B4C4A
(43,76,74)
#25403E
(37,64,62)
#1F3432
(31,52,50)
#192826
(25,40,38)
#131C1A
(19,28,26)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #498886

#498886
(73,136,134)
#599291
(89,146,145)
#699C9C
(105,156,156)
#79A6A7
(121,166,167)
#89B0B2
(137,176,178)
#99BABD
(153,186,189)
#A9C4C8
(169,196,200)
#B9CED3
(185,206,211)
#C9D8DE
(201,216,222)
#D9E2E9
(217,226,233)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498886; }

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

This text font color is #498886.


Background Color

.myBgColor { background-color: #498886; }

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

This div background color is #498886.


Border color

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

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

This div border color is #498886.


Opacity

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

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

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

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

This text has shadow with #498886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498886 on black background.


Color preview on white background

This text has color #498886 on white background.



Black color preview on #498886 background

This text has black color on #498886 background.


White color preview on #498886 background

This text has white color on #498886 background.