COLOR #499B95

HEX: #499B95
RGB: (73,155,149)

Renk bilgisi

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

RGB renk modeli

#499B95 color RGB value is (73,155,149).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 155 of 255 = 61%
B 149 of 255 = 58%

73
155
149

R + G + B ~ 49%. #499B95 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 155 + 149 = 377 (100%)
R 73 of 377 ~ 19.36%
G 155 of 377 ~ 41.11%
B 149 of 377 ~ 39.52%

%19.36
%41.11
%39.52

CMYK RENK MODELİ

#499B95 rengi CMYK tonu (53,0,4,39).

  • camgöbeği tonu 52.90%
  • eflatun tonu 0.00%
  • sarı tonu 3.87%
  • ana renk tonu 39.22%
CMYK:
(53,0,4,39)
C53M0Y4K39 
(53%,0%,4%,39%)
(0.53/0.00/0.04/0.39)	

CMYK yüzdeleri

%52.9
%0
%3.87
%39.22

Codes

Color #499B95 in popluar color models

499B95
RGB73155149
HSL176°35.96%44.71%
HSB/HSV176°52.90%60.78%
CMYK52.90%0.00%3.87%
39.22%

Color #499B95 in popluar number systems.

HEX499B95
Decimal73155149
Binary10010011001101110010101
Octal111233225

Shades and tints

Shades of #499B95

#499B95
(73,155,149)
#438D88
(67,141,136)
#3D7F7B
(61,127,123)
#37716E
(55,113,110)
#316361
(49,99,97)
#2B5554
(43,85,84)
#254747
(37,71,71)
#1F393A
(31,57,58)
#192B2D
(25,43,45)
#131D20
(19,29,32)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #499B95

#499B95
(73,155,149)
#59A49E
(89,164,158)
#69ADA7
(105,173,167)
#79B6B0
(121,182,176)
#89BFB9
(137,191,185)
#99C8C2
(153,200,194)
#A9D1CB
(169,209,203)
#B9DAD4
(185,218,212)
#C9E3DD
(201,227,221)
#D9ECE6
(217,236,230)
#E9F5EF
(233,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499B95 color. Also use rgb(73,155,149) instead hex code.

Text Font Color

.myTextColor { color: #499B95; }

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

This text font color is #499B95.


Background Color

.myBgColor { background-color: #499B95; }

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

This div background color is #499B95.


Border color

.myBorderColor { border: 1px solid #499B95; }

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

This div border color is #499B95.


Opacity

.myOpacity80 { color: #499B95; opacity: 0.8; }

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

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

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

This text has shadow with #499B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499B95 on black background.


Color preview on white background

This text has color #499B95 on white background.



Black color preview on #499B95 background

This text has black color on #499B95 background.


White color preview on #499B95 background

This text has white color on #499B95 background.