COLOR #498A79

HEX: #498A79
RGB: (73,138,121)

Renk bilgisi

#498A79 contains mainly green and blue colors. #498A79 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#498A79 color RGB value is (73,138,121).

  • kırmız ton 73;
  • yeşil ton 138;
  • mavi ton 121.
RGB:
(73,138,121)
(29%,54%,47%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 138 of 255 = 54%
B 121 of 255 = 47%

73
138
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 138 + 121 = 332 (100%)
R 73 of 332 ~ 21.99%
G 138 of 332 ~ 41.57%
B 121 of 332 ~ 36.45%

%21.99
%41.57
%36.45

CMYK RENK MODELİ

#498A79 rengi CMYK tonu (47,0,12,46).

  • camgöbeği tonu 47.10%
  • eflatun tonu 0.00%
  • sarı tonu 12.32%
  • ana renk tonu 45.88%
CMYK:
(47,0,12,46)
C47M0Y12K46 
(47%,0%,12%,46%)
(0.47/0.00/0.12/0.46)	

CMYK yüzdeleri

%47.1
%0
%12.32
%45.88

Codes

Color #498A79 in popluar color models

498A79
RGB73138121
HSL164°30.81%41.37%
HSB/HSV164°47.10%54.12%
CMYK47.10%0.00%12.32%
45.88%

Color #498A79 in popluar number systems.

HEX498A79
Decimal73138121
Binary1001001100010101111001
Octal111212171

Shades and tints

Shades of #498A79

#498A79
(73,138,121)
#437E6E
(67,126,110)
#3D7263
(61,114,99)
#376658
(55,102,88)
#315A4D
(49,90,77)
#2B4E42
(43,78,66)
#254237
(37,66,55)
#1F362C
(31,54,44)
#192A21
(25,42,33)
#131E16
(19,30,22)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #498A79

#498A79
(73,138,121)
#599485
(89,148,133)
#699E91
(105,158,145)
#79A89D
(121,168,157)
#89B2A9
(137,178,169)
#99BCB5
(153,188,181)
#A9C6C1
(169,198,193)
#B9D0CD
(185,208,205)
#C9DAD9
(201,218,217)
#D9E4E5
(217,228,229)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498A79 color. Also use rgb(73,138,121) instead hex code.

Text Font Color

.myTextColor { color: #498A79; }

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

This text font color is #498A79.


Background Color

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

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

This div background color is #498A79.


Border color

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

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

This div border color is #498A79.


Opacity

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

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

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

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

This text has shadow with #498A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498A79 on black background.


Color preview on white background

This text has color #498A79 on white background.



Black color preview on #498A79 background

This text has black color on #498A79 background.


White color preview on #498A79 background

This text has white color on #498A79 background.