COLOR #53ADB3

HEX: #53ADB3
RGB: (83,173,179)

Renk bilgisi

#53ADB3 contains mainly green and blue colors. #53ADB3 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#53ADB3 color RGB value is (83,173,179).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 173 of 255 = 68%
B 179 of 255 = 70%

83
173
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 173 + 179 = 435 (100%)
R 83 of 435 ~ 19.08%
G 173 of 435 ~ 39.77%
B 179 of 435 ~ 41.15%

%19.08
%39.77
%41.15

CMYK RENK MODELİ

#53ADB3 rengi CMYK tonu (54,3,0,30).

  • camgöbeği tonu 53.63%
  • eflatun tonu 3.35%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(54,3,0,30)
C54M3Y0K30 
(54%,3%,0%,30%)
(0.54/0.03/0.00/0.30)	

CMYK yüzdeleri

%53.63
%3.35
%0
%29.8

Codes

Color #53ADB3 in popluar color models

53ADB3
RGB83173179
HSL184°38.71%51.37%
HSB/HSV184°53.63%70.20%
CMYK53.63%3.35%0.00%
29.80%

Color #53ADB3 in popluar number systems.

HEX53ADB3
Decimal83173179
Binary10100111010110110110011
Octal123255263

Shades and tints

Shades of #53ADB3

#53ADB3
(83,173,179)
#4C9EA3
(76,158,163)
#458F93
(69,143,147)
#3E8083
(62,128,131)
#377173
(55,113,115)
#306263
(48,98,99)
#295353
(41,83,83)
#224443
(34,68,67)
#1B3533
(27,53,51)
#142623
(20,38,35)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #53ADB3

#53ADB3
(83,173,179)
#62B4B9
(98,180,185)
#71BBBF
(113,187,191)
#80C2C5
(128,194,197)
#8FC9CB
(143,201,203)
#9ED0D1
(158,208,209)
#ADD7D7
(173,215,215)
#BCDEDD
(188,222,221)
#CBE5E3
(203,229,227)
#DAECE9
(218,236,233)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53ADB3; }

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

This text font color is #53ADB3.


Background Color

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

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

This div background color is #53ADB3.


Border color

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

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

This div border color is #53ADB3.


Opacity

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

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

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

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

This text has shadow with #53ADB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53ADB3 on black background.


Color preview on white background

This text has color #53ADB3 on white background.



Black color preview on #53ADB3 background

This text has black color on #53ADB3 background.


White color preview on #53ADB3 background

This text has white color on #53ADB3 background.