COLOR #498981

HEX: #498981
RGB: (73,137,129)

Renk bilgisi

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

RGB renk modeli

#498981 color RGB value is (73,137,129).

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

RGB bağlantıları ve doygunluk

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

73
137
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 137 + 129 = 339 (100%)
R 73 of 339 ~ 21.53%
G 137 of 339 ~ 40.41%
B 129 of 339 ~ 38.05%

%21.53
%40.41
%38.05

CMYK RENK MODELİ

#498981 rengi CMYK tonu (47,0,6,46).

  • camgöbeği tonu 46.72%
  • eflatun tonu 0.00%
  • sarı tonu 5.84%
  • ana renk tonu 46.27%
CMYK:
(47,0,6,46)
C47M0Y6K46 
(47%,0%,6%,46%)
(0.47/0.00/0.06/0.46)	

CMYK yüzdeleri

%46.72
%0
%5.84
%46.27

Codes

Color #498981 in popluar color models

498981
RGB73137129
HSL173°30.48%41.18%
HSB/HSV173°46.72%53.73%
CMYK46.72%0.00%5.84%
46.27%

Color #498981 in popluar number systems.

HEX498981
Decimal73137129
Binary10010011000100110000001
Octal111211201

Shades and tints

Shades of #498981

#498981
(73,137,129)
#437D76
(67,125,118)
#3D716B
(61,113,107)
#376560
(55,101,96)
#315955
(49,89,85)
#2B4D4A
(43,77,74)
#25413F
(37,65,63)
#1F3534
(31,53,52)
#192929
(25,41,41)
#131D1E
(19,29,30)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #498981

#498981
(73,137,129)
#59938C
(89,147,140)
#699D97
(105,157,151)
#79A7A2
(121,167,162)
#89B1AD
(137,177,173)
#99BBB8
(153,187,184)
#A9C5C3
(169,197,195)
#B9CFCE
(185,207,206)
#C9D9D9
(201,217,217)
#D9E3E4
(217,227,228)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498981; }

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

This text font color is #498981.


Background Color

.myBgColor { background-color: #498981; }

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

This div background color is #498981.


Border color

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

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

This div border color is #498981.


Opacity

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

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

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

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

This text has shadow with #498981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498981 on black background.


Color preview on white background

This text has color #498981 on white background.



Black color preview on #498981 background

This text has black color on #498981 background.


White color preview on #498981 background

This text has white color on #498981 background.