COLOR #53AB43

HEX: #53AB43
RGB: (83,171,67)

Renk bilgisi

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

RGB renk modeli

#53AB43 color RGB value is (83,171,67).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 171 of 255 = 67%
B 67 of 255 = 26%

83
171
67

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 171 + 67 = 321 (100%)
R 83 of 321 ~ 25.86%
G 171 of 321 ~ 53.27%
B 67 of 321 ~ 20.87%

%25.86
%53.27
%20.87

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%51.46
%0
%60.82
%32.94

Codes

Color #53AB43 in popluar color models

53AB43
RGB8317167
HSL111°43.70%46.67%
HSB/HSV111°60.82%67.06%
CMYK51.46%0.00%60.82%
32.94%

Color #53AB43 in popluar number systems.

HEX53AB43
Decimal8317167
Binary1010011101010111000011
Octal123253103

Shades and tints

Shades of #53AB43

#53AB43
(83,171,67)
#4C9C3D
(76,156,61)
#458D37
(69,141,55)
#3E7E31
(62,126,49)
#376F2B
(55,111,43)
#306025
(48,96,37)
#29511F
(41,81,31)
#224219
(34,66,25)
#1B3313
(27,51,19)
#14240D
(20,36,13)
#0D1507
(13,21,7)
#000000
(0,0,0)

Tints of #53AB43

#53AB43
(83,171,67)
#62B254
(98,178,84)
#71B965
(113,185,101)
#80C076
(128,192,118)
#8FC787
(143,199,135)
#9ECE98
(158,206,152)
#ADD5A9
(173,213,169)
#BCDCBA
(188,220,186)
#CBE3CB
(203,227,203)
#DAEADC
(218,234,220)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53AB43; }

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

This text font color is #53AB43.


Background Color

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

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

This div background color is #53AB43.


Border color

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

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

This div border color is #53AB43.


Opacity

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

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

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

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

This text has shadow with #53AB43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AB43 on black background.


Color preview on white background

This text has color #53AB43 on white background.



Black color preview on #53AB43 background

This text has black color on #53AB43 background.


White color preview on #53AB43 background

This text has white color on #53AB43 background.