COLOR #53AD90

HEX: #53AD90
RGB: (83,173,144)

Renk bilgisi

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

RGB renk modeli

#53AD90 color RGB value is (83,173,144).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 173 of 255 = 68%
B 144 of 255 = 56%

83
173
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 173 + 144 = 400 (100%)
R 83 of 400 ~ 20.75%
G 173 of 400 ~ 43.25%
B 144 of 400 ~ 36%

%20.75
%43.25
%36

CMYK RENK MODELİ

#53AD90 rengi CMYK tonu (52,0,17,32).

  • camgöbeği tonu 52.02%
  • eflatun tonu 0.00%
  • sarı tonu 16.76%
  • ana renk tonu 32.16%
CMYK:
(52,0,17,32)
C52M0Y17K32 
(52%,0%,17%,32%)
(0.52/0.00/0.17/0.32)	

CMYK yüzdeleri

%52.02
%0
%16.76
%32.16

Codes

Color #53AD90 in popluar color models

53AD90
RGB83173144
HSL161°35.43%50.20%
HSB/HSV161°52.02%67.84%
CMYK52.02%0.00%16.76%
32.16%

Color #53AD90 in popluar number systems.

HEX53AD90
Decimal83173144
Binary10100111010110110010000
Octal123255220

Shades and tints

Shades of #53AD90

#53AD90
(83,173,144)
#4C9E83
(76,158,131)
#458F76
(69,143,118)
#3E8069
(62,128,105)
#37715C
(55,113,92)
#30624F
(48,98,79)
#295342
(41,83,66)
#224435
(34,68,53)
#1B3528
(27,53,40)
#14261B
(20,38,27)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #53AD90

#53AD90
(83,173,144)
#62B49A
(98,180,154)
#71BBA4
(113,187,164)
#80C2AE
(128,194,174)
#8FC9B8
(143,201,184)
#9ED0C2
(158,208,194)
#ADD7CC
(173,215,204)
#BCDED6
(188,222,214)
#CBE5E0
(203,229,224)
#DAECEA
(218,236,234)
#E9F3F4
(233,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53AD90; }

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

This text font color is #53AD90.


Background Color

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

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

This div background color is #53AD90.


Border color

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

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

This div border color is #53AD90.


Opacity

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

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

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

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

This text has shadow with #53AD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AD90 on black background.


Color preview on white background

This text has color #53AD90 on white background.



Black color preview on #53AD90 background

This text has black color on #53AD90 background.


White color preview on #53AD90 background

This text has white color on #53AD90 background.