COLOR #498983

HEX: #498983
RGB: (73,137,131)

Renk bilgisi

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

RGB renk modeli

#498983 color RGB value is (73,137,131).

  • kırmız ton 73;
  • yeşil ton 137;
  • mavi ton 131.
RGB:
(73,137,131)
(29%,54%,51%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 137 of 255 = 54%
B 131 of 255 = 51%

73
137
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 137 + 131 = 341 (100%)
R 73 of 341 ~ 21.41%
G 137 of 341 ~ 40.18%
B 131 of 341 ~ 38.42%

%21.41
%40.18
%38.42

CMYK RENK MODELİ

#498983 rengi CMYK tonu (47,0,4,46).

  • camgöbeği tonu 46.72%
  • eflatun tonu 0.00%
  • sarı tonu 4.38%
  • ana renk tonu 46.27%
CMYK:
(47,0,4,46)
C47M0Y4K46 
(47%,0%,4%,46%)
(0.47/0.00/0.04/0.46)	

CMYK yüzdeleri

%46.72
%0
%4.38
%46.27

Codes

Color #498983 in popluar color models

498983
RGB73137131
HSL174°30.48%41.18%
HSB/HSV174°46.72%53.73%
CMYK46.72%0.00%4.38%
46.27%

Color #498983 in popluar number systems.

HEX498983
Decimal73137131
Binary10010011000100110000011
Octal111211203

Shades and tints

Shades of #498983

#498983
(73,137,131)
#437D78
(67,125,120)
#3D716D
(61,113,109)
#376562
(55,101,98)
#315957
(49,89,87)
#2B4D4C
(43,77,76)
#254141
(37,65,65)
#1F3536
(31,53,54)
#19292B
(25,41,43)
#131D20
(19,29,32)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #498983

#498983
(73,137,131)
#59938E
(89,147,142)
#699D99
(105,157,153)
#79A7A4
(121,167,164)
#89B1AF
(137,177,175)
#99BBBA
(153,187,186)
#A9C5C5
(169,197,197)
#B9CFD0
(185,207,208)
#C9D9DB
(201,217,219)
#D9E3E6
(217,227,230)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498983; }

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

This text font color is #498983.


Background Color

.myBgColor { background-color: #498983; }

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

This div background color is #498983.


Border color

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

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

This div border color is #498983.


Opacity

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

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

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

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

This text has shadow with #498983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498983 on black background.


Color preview on white background

This text has color #498983 on white background.



Black color preview on #498983 background

This text has black color on #498983 background.


White color preview on #498983 background

This text has white color on #498983 background.