COLOR #53AB2F

HEX: #53AB2F
RGB: (83,171,47)

Renk bilgisi

#53AB2F contains mainly green color. #53AB2F ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#53AB2F color RGB value is (83,171,47).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 171 of 255 = 67%
B 47 of 255 = 18%

83
171
47

R + G + B ~ 39%. #53AB2F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 171 + 47 = 301 (100%)
R 83 of 301 ~ 27.57%
G 171 of 301 ~ 56.81%
B 47 of 301 ~ 15.61%

%27.57
%56.81
%15.61

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%51.46
%0
%72.51
%32.94

Codes

Color #53AB2F in popluar color models

53AB2F
RGB8317147
HSL103°56.88%42.75%
HSB/HSV103°72.51%67.06%
CMYK51.46%0.00%72.51%
32.94%

Color #53AB2F in popluar number systems.

HEX53AB2F
Decimal8317147
Binary101001110101011101111
Octal12325357

Shades and tints

Shades of #53AB2F

#53AB2F
(83,171,47)
#4C9C2B
(76,156,43)
#458D27
(69,141,39)
#3E7E23
(62,126,35)
#376F1F
(55,111,31)
#30601B
(48,96,27)
#295117
(41,81,23)
#224213
(34,66,19)
#1B330F
(27,51,15)
#14240B
(20,36,11)
#0D1507
(13,21,7)
#000000
(0,0,0)

Tints of #53AB2F

#53AB2F
(83,171,47)
#62B241
(98,178,65)
#71B953
(113,185,83)
#80C065
(128,192,101)
#8FC777
(143,199,119)
#9ECE89
(158,206,137)
#ADD59B
(173,213,155)
#BCDCAD
(188,220,173)
#CBE3BF
(203,227,191)
#DAEAD1
(218,234,209)
#E9F1E3
(233,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53AB2F; }

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

This text font color is #53AB2F.


Background Color

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

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

This div background color is #53AB2F.


Border color

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

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

This div border color is #53AB2F.


Opacity

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

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

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

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

This text has shadow with #53AB2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AB2F on black background.


Color preview on white background

This text has color #53AB2F on white background.



Black color preview on #53AB2F background

This text has black color on #53AB2F background.


White color preview on #53AB2F background

This text has white color on #53AB2F background.