COLOR #498F95

HEX: #498F95
RGB: (73,143,149)

Renk bilgisi

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

RGB renk modeli

#498F95 color RGB value is (73,143,149).

  • kırmız ton 73;
  • yeşil ton 143;
  • mavi ton 149.
RGB:
(73,143,149)
(29%,56%,58%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 143 of 255 = 56%
B 149 of 255 = 58%

73
143
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 143 + 149 = 365 (100%)
R 73 of 365 ~ 20%
G 143 of 365 ~ 39.18%
B 149 of 365 ~ 40.82%

%20
%39.18
%40.82

CMYK RENK MODELİ

#498F95 rengi CMYK tonu (51,4,0,42).

  • camgöbeği tonu 51.01%
  • eflatun tonu 4.03%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(51,4,0,42)
C51M4Y0K42 
(51%,4%,0%,42%)
(0.51/0.04/0.00/0.42)	

CMYK yüzdeleri

%51.01
%4.03
%0
%41.57

Codes

Color #498F95 in popluar color models

498F95
RGB73143149
HSL185°34.23%43.53%
HSB/HSV185°51.01%58.43%
CMYK51.01%4.03%0.00%
41.57%

Color #498F95 in popluar number systems.

HEX498F95
Decimal73143149
Binary10010011000111110010101
Octal111217225

Shades and tints

Shades of #498F95

#498F95
(73,143,149)
#438288
(67,130,136)
#3D757B
(61,117,123)
#37686E
(55,104,110)
#315B61
(49,91,97)
#2B4E54
(43,78,84)
#254147
(37,65,71)
#1F343A
(31,52,58)
#19272D
(25,39,45)
#131A20
(19,26,32)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #498F95

#498F95
(73,143,149)
#59999E
(89,153,158)
#69A3A7
(105,163,167)
#79ADB0
(121,173,176)
#89B7B9
(137,183,185)
#99C1C2
(153,193,194)
#A9CBCB
(169,203,203)
#B9D5D4
(185,213,212)
#C9DFDD
(201,223,221)
#D9E9E6
(217,233,230)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498F95 color. Also use rgb(73,143,149) instead hex code.

Text Font Color

.myTextColor { color: #498F95; }

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

This text font color is #498F95.


Background Color

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

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

This div background color is #498F95.


Border color

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

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

This div border color is #498F95.


Opacity

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

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

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

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

This text has shadow with #498F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498F95 on black background.


Color preview on white background

This text has color #498F95 on white background.



Black color preview on #498F95 background

This text has black color on #498F95 background.


White color preview on #498F95 background

This text has white color on #498F95 background.