COLOR #498080

HEX: #498080
RGB: (73,128,128)

Renk bilgisi

#498080 contains red, green and blue colors in about the same proportion. #498080 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#498080 color RGB value is (73,128,128).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 128 of 255 = 50%
B 128 of 255 = 50%

73
128
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 128 + 128 = 329 (100%)
R 73 of 329 ~ 22.19%
G 128 of 329 ~ 38.91%
B 128 of 329 ~ 38.91%

%22.19
%38.91
%38.91

CMYK RENK MODELİ

#498080 rengi CMYK tonu (43,0,0,50).

  • camgöbeği tonu 42.97%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(43,0,0,50)
C43M0Y0K50 
(43%,0%,0%,50%)
(0.43/0.00/0.00/0.50)	

CMYK yüzdeleri

%42.97
%0
%0
%49.8

Codes

Color #498080 in popluar color models

498080
RGB73128128
HSL180°27.36%39.41%
HSB/HSV180°42.97%50.20%
CMYK42.97%0.00%0.00%
49.80%

Color #498080 in popluar number systems.

HEX498080
Decimal73128128
Binary10010011000000010000000
Octal111200200

Shades and tints

Shades of #498080

#498080
(73,128,128)
#437575
(67,117,117)
#3D6A6A
(61,106,106)
#375F5F
(55,95,95)
#315454
(49,84,84)
#2B4949
(43,73,73)
#253E3E
(37,62,62)
#1F3333
(31,51,51)
#192828
(25,40,40)
#131D1D
(19,29,29)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #498080

#498080
(73,128,128)
#598B8B
(89,139,139)
#699696
(105,150,150)
#79A1A1
(121,161,161)
#89ACAC
(137,172,172)
#99B7B7
(153,183,183)
#A9C2C2
(169,194,194)
#B9CDCD
(185,205,205)
#C9D8D8
(201,216,216)
#D9E3E3
(217,227,227)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498080; }

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

This text font color is #498080.


Background Color

.myBgColor { background-color: #498080; }

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

This div background color is #498080.


Border color

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

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

This div border color is #498080.


Opacity

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

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

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

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

This text has shadow with #498080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498080 on black background.


Color preview on white background

This text has color #498080 on white background.



Black color preview on #498080 background

This text has black color on #498080 background.


White color preview on #498080 background

This text has white color on #498080 background.