COLOR #498A5A

HEX: #498A5A
RGB: (73,138,90)

Renk bilgisi

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

RGB renk modeli

#498A5A color RGB value is (73,138,90).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 138 of 255 = 54%
B 90 of 255 = 35%

73
138
90

R + G + B ~ 39%. #498A5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 138 + 90 = 301 (100%)
R 73 of 301 ~ 24.25%
G 138 of 301 ~ 45.85%
B 90 of 301 ~ 29.9%

%24.25
%45.85
%29.9

CMYK RENK MODELİ

#498A5A rengi CMYK tonu (47,0,35,46).

  • camgöbeği tonu 47.10%
  • eflatun tonu 0.00%
  • sarı tonu 34.78%
  • ana renk tonu 45.88%
CMYK:
(47,0,35,46)
C47M0Y35K46 
(47%,0%,35%,46%)
(0.47/0.00/0.35/0.46)	

CMYK yüzdeleri

%47.1
%0
%34.78
%45.88

Codes

Color #498A5A in popluar color models

498A5A
RGB7313890
HSL136°30.81%41.37%
HSB/HSV136°47.10%54.12%
CMYK47.10%0.00%34.78%
45.88%

Color #498A5A in popluar number systems.

HEX498A5A
Decimal7313890
Binary1001001100010101011010
Octal111212132

Shades and tints

Shades of #498A5A

#498A5A
(73,138,90)
#437E52
(67,126,82)
#3D724A
(61,114,74)
#376642
(55,102,66)
#315A3A
(49,90,58)
#2B4E32
(43,78,50)
#25422A
(37,66,42)
#1F3622
(31,54,34)
#192A1A
(25,42,26)
#131E12
(19,30,18)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #498A5A

#498A5A
(73,138,90)
#599469
(89,148,105)
#699E78
(105,158,120)
#79A887
(121,168,135)
#89B296
(137,178,150)
#99BCA5
(153,188,165)
#A9C6B4
(169,198,180)
#B9D0C3
(185,208,195)
#C9DAD2
(201,218,210)
#D9E4E1
(217,228,225)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498A5A; }

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

This text font color is #498A5A.


Background Color

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

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

This div background color is #498A5A.


Border color

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

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

This div border color is #498A5A.


Opacity

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

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

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

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

This text has shadow with #498A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498A5A on black background.


Color preview on white background

This text has color #498A5A on white background.



Black color preview on #498A5A background

This text has black color on #498A5A background.


White color preview on #498A5A background

This text has white color on #498A5A background.