COLOR #49ADB3

HEX: #49ADB3
RGB: (73,173,179)

Renk bilgisi

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

RGB renk modeli

#49ADB3 color RGB value is (73,173,179).

  • kırmız ton 73;
  • yeşil ton 173;
  • mavi ton 179.
RGB:
(73,173,179)
(29%,68%,70%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 173 of 255 = 68%
B 179 of 255 = 70%

73
173
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 173 + 179 = 425 (100%)
R 73 of 425 ~ 17.18%
G 173 of 425 ~ 40.71%
B 179 of 425 ~ 42.12%

%17.18
%40.71
%42.12

CMYK RENK MODELİ

#49ADB3 rengi CMYK tonu (59,3,0,30).

  • camgöbeği tonu 59.22%
  • eflatun tonu 3.35%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(59,3,0,30)
C59M3Y0K30 
(59%,3%,0%,30%)
(0.59/0.03/0.00/0.30)	

CMYK yüzdeleri

%59.22
%3.35
%0
%29.8

Codes

Color #49ADB3 in popluar color models

49ADB3
RGB73173179
HSL183°42.06%49.41%
HSB/HSV183°59.22%70.20%
CMYK59.22%3.35%0.00%
29.80%

Color #49ADB3 in popluar number systems.

HEX49ADB3
Decimal73173179
Binary10010011010110110110011
Octal111255263

Shades and tints

Shades of #49ADB3

#49ADB3
(73,173,179)
#439EA3
(67,158,163)
#3D8F93
(61,143,147)
#378083
(55,128,131)
#317173
(49,113,115)
#2B6263
(43,98,99)
#255353
(37,83,83)
#1F4443
(31,68,67)
#193533
(25,53,51)
#132623
(19,38,35)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #49ADB3

#49ADB3
(73,173,179)
#59B4B9
(89,180,185)
#69BBBF
(105,187,191)
#79C2C5
(121,194,197)
#89C9CB
(137,201,203)
#99D0D1
(153,208,209)
#A9D7D7
(169,215,215)
#B9DEDD
(185,222,221)
#C9E5E3
(201,229,227)
#D9ECE9
(217,236,233)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49ADB3 color. Also use rgb(73,173,179) instead hex code.

Text Font Color

.myTextColor { color: #49ADB3; }

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

This text font color is #49ADB3.


Background Color

.myBgColor { background-color: #49ADB3; }

<div style="background-color:#49ADB3">Inner text</div>

This div background color is #49ADB3.


Border color

.myBorderColor { border: 1px solid #49ADB3; }

<div style="border:3px solid #49ADB3">Div</div>

This div border color is #49ADB3.


Opacity

.myOpacity80 { color: #49ADB3; opacity: 0.8; }

<p style="color:#49ADB3;opacity:0.8;">80%</p>

Text with #49ADB3 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 #49ADB3;}

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

This text has shadow with #49ADB3 color.

.textShadow {text-shadow: 3px 3px 1px #49ADB3, 3px 3px 1px red;}

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

This text has shadow with #49ADB3 primary color and red secondary color.


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

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

This text has shadow with #49ADB3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49ADB3 on black background.


Color preview on white background

This text has color #49ADB3 on white background.



Black color preview on #49ADB3 background

This text has black color on #49ADB3 background.


White color preview on #49ADB3 background

This text has white color on #49ADB3 background.