COLOR #53AC73

HEX: #53AC73
RGB: (83,172,115)

Renk bilgisi

#53AC73 contains mainly green and blue colors. #53AC73 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#53AC73 color RGB value is (83,172,115).

  • kırmız ton 83;
  • yeşil ton 172;
  • mavi ton 115.
RGB:
(83,172,115)
(33%,67%,45%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 172 of 255 = 67%
B 115 of 255 = 45%

83
172
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 172 + 115 = 370 (100%)
R 83 of 370 ~ 22.43%
G 172 of 370 ~ 46.49%
B 115 of 370 ~ 31.08%

%22.43
%46.49
%31.08

CMYK RENK MODELİ

#53AC73 rengi CMYK tonu (52,0,33,33).

  • camgöbeği tonu 51.74%
  • eflatun tonu 0.00%
  • sarı tonu 33.14%
  • ana renk tonu 32.55%
CMYK:
(52,0,33,33)
C52M0Y33K33 
(52%,0%,33%,33%)
(0.52/0.00/0.33/0.33)	

CMYK yüzdeleri

%51.74
%0
%33.14
%32.55

Codes

Color #53AC73 in popluar color models

53AC73
RGB83172115
HSL142°34.90%50.00%
HSB/HSV142°51.74%67.45%
CMYK51.74%0.00%33.14%
32.55%

Color #53AC73 in popluar number systems.

HEX53AC73
Decimal83172115
Binary1010011101011001110011
Octal123254163

Shades and tints

Shades of #53AC73

#53AC73
(83,172,115)
#4C9D69
(76,157,105)
#458E5F
(69,142,95)
#3E7F55
(62,127,85)
#37704B
(55,112,75)
#306141
(48,97,65)
#295237
(41,82,55)
#22432D
(34,67,45)
#1B3423
(27,52,35)
#142519
(20,37,25)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #53AC73

#53AC73
(83,172,115)
#62B37F
(98,179,127)
#71BA8B
(113,186,139)
#80C197
(128,193,151)
#8FC8A3
(143,200,163)
#9ECFAF
(158,207,175)
#ADD6BB
(173,214,187)
#BCDDC7
(188,221,199)
#CBE4D3
(203,228,211)
#DAEBDF
(218,235,223)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53AC73 color. Also use rgb(83,172,115) instead hex code.

Text Font Color

.myTextColor { color: #53AC73; }

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

This text font color is #53AC73.


Background Color

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

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

This div background color is #53AC73.


Border color

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

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

This div border color is #53AC73.


Opacity

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

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

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

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

This text has shadow with #53AC73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AC73 on black background.


Color preview on white background

This text has color #53AC73 on white background.



Black color preview on #53AC73 background

This text has black color on #53AC73 background.


White color preview on #53AC73 background

This text has white color on #53AC73 background.