COLOR #53AF72

HEX: #53AF72
RGB: (83,175,114)

Renk bilgisi

#53AF72 contains mainly green color. #53AF72 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#53AF72 color RGB value is (83,175,114).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 175 of 255 = 69%
B 114 of 255 = 45%

83
175
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 175 + 114 = 372 (100%)
R 83 of 372 ~ 22.31%
G 175 of 372 ~ 47.04%
B 114 of 372 ~ 30.65%

%22.31
%47.04
%30.65

CMYK RENK MODELİ

#53AF72 rengi CMYK tonu (53,0,35,31).

  • camgöbeği tonu 52.57%
  • eflatun tonu 0.00%
  • sarı tonu 34.86%
  • ana renk tonu 31.37%
CMYK:
(53,0,35,31)
C53M0Y35K31 
(53%,0%,35%,31%)
(0.53/0.00/0.35/0.31)	

CMYK yüzdeleri

%52.57
%0
%34.86
%31.37

Codes

Color #53AF72 in popluar color models

53AF72
RGB83175114
HSL140°36.51%50.59%
HSB/HSV140°52.57%68.63%
CMYK52.57%0.00%34.86%
31.37%

Color #53AF72 in popluar number systems.

HEX53AF72
Decimal83175114
Binary1010011101011111110010
Octal123257162

Shades and tints

Shades of #53AF72

#53AF72
(83,175,114)
#4CA068
(76,160,104)
#45915E
(69,145,94)
#3E8254
(62,130,84)
#37734A
(55,115,74)
#306440
(48,100,64)
#295536
(41,85,54)
#22462C
(34,70,44)
#1B3722
(27,55,34)
#142818
(20,40,24)
#0D190E
(13,25,14)
#000000
(0,0,0)

Tints of #53AF72

#53AF72
(83,175,114)
#62B67E
(98,182,126)
#71BD8A
(113,189,138)
#80C496
(128,196,150)
#8FCBA2
(143,203,162)
#9ED2AE
(158,210,174)
#ADD9BA
(173,217,186)
#BCE0C6
(188,224,198)
#CBE7D2
(203,231,210)
#DAEEDE
(218,238,222)
#E9F5EA
(233,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53AF72; }

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

This text font color is #53AF72.


Background Color

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

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

This div background color is #53AF72.


Border color

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

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

This div border color is #53AF72.


Opacity

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

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

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

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

This text has shadow with #53AF72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AF72 on black background.


Color preview on white background

This text has color #53AF72 on white background.



Black color preview on #53AF72 background

This text has black color on #53AF72 background.


White color preview on #53AF72 background

This text has white color on #53AF72 background.