COLOR #498B81

HEX: #498B81
RGB: (73,139,129)

Renk bilgisi

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

RGB renk modeli

#498B81 color RGB value is (73,139,129).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 139 of 255 = 55%
B 129 of 255 = 51%

73
139
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 139 + 129 = 341 (100%)
R 73 of 341 ~ 21.41%
G 139 of 341 ~ 40.76%
B 129 of 341 ~ 37.83%

%21.41
%40.76
%37.83

CMYK RENK MODELİ

#498B81 rengi CMYK tonu (47,0,7,45).

  • camgöbeği tonu 47.48%
  • eflatun tonu 0.00%
  • sarı tonu 7.19%
  • ana renk tonu 45.49%
CMYK:
(47,0,7,45)
C47M0Y7K45 
(47%,0%,7%,45%)
(0.47/0.00/0.07/0.45)	

CMYK yüzdeleri

%47.48
%0
%7.19
%45.49

Codes

Color #498B81 in popluar color models

498B81
RGB73139129
HSL171°31.13%41.57%
HSB/HSV171°47.48%54.51%
CMYK47.48%0.00%7.19%
45.49%

Color #498B81 in popluar number systems.

HEX498B81
Decimal73139129
Binary10010011000101110000001
Octal111213201

Shades and tints

Shades of #498B81

#498B81
(73,139,129)
#437F76
(67,127,118)
#3D736B
(61,115,107)
#376760
(55,103,96)
#315B55
(49,91,85)
#2B4F4A
(43,79,74)
#25433F
(37,67,63)
#1F3734
(31,55,52)
#192B29
(25,43,41)
#131F1E
(19,31,30)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #498B81

#498B81
(73,139,129)
#59958C
(89,149,140)
#699F97
(105,159,151)
#79A9A2
(121,169,162)
#89B3AD
(137,179,173)
#99BDB8
(153,189,184)
#A9C7C3
(169,199,195)
#B9D1CE
(185,209,206)
#C9DBD9
(201,219,217)
#D9E5E4
(217,229,228)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498B81; }

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

This text font color is #498B81.


Background Color

.myBgColor { background-color: #498B81; }

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

This div background color is #498B81.


Border color

.myBorderColor { border: 1px solid #498B81; }

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

This div border color is #498B81.


Opacity

.myOpacity80 { color: #498B81; opacity: 0.8; }

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

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

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

This text has shadow with #498B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498B81 on black background.


Color preview on white background

This text has color #498B81 on white background.



Black color preview on #498B81 background

This text has black color on #498B81 background.


White color preview on #498B81 background

This text has white color on #498B81 background.