COLOR #53AB72

HEX: #53AB72
RGB: (83,171,114)

Renk bilgisi

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

RGB renk modeli

#53AB72 color RGB value is (83,171,114).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 171 of 255 = 67%
B 114 of 255 = 45%

83
171
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 171 + 114 = 368 (100%)
R 83 of 368 ~ 22.55%
G 171 of 368 ~ 46.47%
B 114 of 368 ~ 30.98%

%22.55
%46.47
%30.98

CMYK RENK MODELİ

#53AB72 rengi CMYK tonu (51,0,33,33).

  • camgöbeği tonu 51.46%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 32.94%
CMYK:
(51,0,33,33)
C51M0Y33K33 
(51%,0%,33%,33%)
(0.51/0.00/0.33/0.33)	

CMYK yüzdeleri

%51.46
%0
%33.33
%32.94

Codes

Color #53AB72 in popluar color models

53AB72
RGB83171114
HSL141°34.65%49.80%
HSB/HSV141°51.46%67.06%
CMYK51.46%0.00%33.33%
32.94%

Color #53AB72 in popluar number systems.

HEX53AB72
Decimal83171114
Binary1010011101010111110010
Octal123253162

Shades and tints

Shades of #53AB72

#53AB72
(83,171,114)
#4C9C68
(76,156,104)
#458D5E
(69,141,94)
#3E7E54
(62,126,84)
#376F4A
(55,111,74)
#306040
(48,96,64)
#295136
(41,81,54)
#22422C
(34,66,44)
#1B3322
(27,51,34)
#142418
(20,36,24)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #53AB72

#53AB72
(83,171,114)
#62B27E
(98,178,126)
#71B98A
(113,185,138)
#80C096
(128,192,150)
#8FC7A2
(143,199,162)
#9ECEAE
(158,206,174)
#ADD5BA
(173,213,186)
#BCDCC6
(188,220,198)
#CBE3D2
(203,227,210)
#DAEADE
(218,234,222)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53AB72 color. Also use rgb(83,171,114) instead hex code.

Text Font Color

.myTextColor { color: #53AB72; }

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

This text font color is #53AB72.


Background Color

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

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

This div background color is #53AB72.


Border color

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

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

This div border color is #53AB72.


Opacity

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

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

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

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

This text has shadow with #53AB72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AB72 on black background.


Color preview on white background

This text has color #53AB72 on white background.



Black color preview on #53AB72 background

This text has black color on #53AB72 background.


White color preview on #53AB72 background

This text has white color on #53AB72 background.