COLOR #53D774

HEX: #53D774
RGB: (83,215,116)

Renk bilgisi

#53D774 contains mainly green color. #53D774 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#53D774 color RGB value is (83,215,116).

  • kırmız ton 83;
  • yeşil ton 215;
  • mavi ton 116.
RGB:
(83,215,116)
(33%,84%,45%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 215 of 255 = 84%
B 116 of 255 = 45%

83
215
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 215 + 116 = 414 (100%)
R 83 of 414 ~ 20.05%
G 215 of 414 ~ 51.93%
B 116 of 414 ~ 28.02%

%20.05
%51.93
%28.02

CMYK RENK MODELİ

#53D774 rengi CMYK tonu (61,0,46,16).

  • camgöbeği tonu 61.40%
  • eflatun tonu 0.00%
  • sarı tonu 46.05%
  • ana renk tonu 15.69%
CMYK:
(61,0,46,16)
C61M0Y46K16 
(61%,0%,46%,16%)
(0.61/0.00/0.46/0.16)	

CMYK yüzdeleri

%61.4
%0
%46.05
%15.69

Codes

Color #53D774 in popluar color models

53D774
RGB83215116
HSL135°62.26%58.43%
HSB/HSV135°61.40%84.31%
CMYK61.40%0.00%46.05%
15.69%

Color #53D774 in popluar number systems.

HEX53D774
Decimal83215116
Binary1010011110101111110100
Octal123327164

Shades and tints

Shades of #53D774

#53D774
(83,215,116)
#4CC46A
(76,196,106)
#45B160
(69,177,96)
#3E9E56
(62,158,86)
#378B4C
(55,139,76)
#307842
(48,120,66)
#296538
(41,101,56)
#22522E
(34,82,46)
#1B3F24
(27,63,36)
#142C1A
(20,44,26)
#0D1910
(13,25,16)
#000000
(0,0,0)

Tints of #53D774

#53D774
(83,215,116)
#62DA80
(98,218,128)
#71DD8C
(113,221,140)
#80E098
(128,224,152)
#8FE3A4
(143,227,164)
#9EE6B0
(158,230,176)
#ADE9BC
(173,233,188)
#BCECC8
(188,236,200)
#CBEFD4
(203,239,212)
#DAF2E0
(218,242,224)
#E9F5EC
(233,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53D774 color. Also use rgb(83,215,116) instead hex code.

Text Font Color

.myTextColor { color: #53D774; }

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

This text font color is #53D774.


Background Color

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

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

This div background color is #53D774.


Border color

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

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

This div border color is #53D774.


Opacity

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

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

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

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

This text has shadow with #53D774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53D774 on black background.


Color preview on white background

This text has color #53D774 on white background.



Black color preview on #53D774 background

This text has black color on #53D774 background.


White color preview on #53D774 background

This text has white color on #53D774 background.