COLOR #53D080

HEX: #53D080
RGB: (83,208,128)

Renk bilgisi

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

RGB renk modeli

#53D080 color RGB value is (83,208,128).

  • kırmız ton 83;
  • yeşil ton 208;
  • mavi ton 128.
RGB:
(83,208,128)
(33%,82%,50%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 208 of 255 = 82%
B 128 of 255 = 50%

83
208
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 208 + 128 = 419 (100%)
R 83 of 419 ~ 19.81%
G 208 of 419 ~ 49.64%
B 128 of 419 ~ 30.55%

%19.81
%49.64
%30.55

CMYK RENK MODELİ

#53D080 rengi CMYK tonu (60,0,38,18).

  • camgöbeği tonu 60.10%
  • eflatun tonu 0.00%
  • sarı tonu 38.46%
  • ana renk tonu 18.43%
CMYK:
(60,0,38,18)
C60M0Y38K18 
(60%,0%,38%,18%)
(0.60/0.00/0.38/0.18)	

CMYK yüzdeleri

%60.1
%0
%38.46
%18.43

Codes

Color #53D080 in popluar color models

53D080
RGB83208128
HSL142°57.08%57.06%
HSB/HSV142°60.10%81.57%
CMYK60.10%0.00%38.46%
18.43%

Color #53D080 in popluar number systems.

HEX53D080
Decimal83208128
Binary10100111101000010000000
Octal123320200

Shades and tints

Shades of #53D080

#53D080
(83,208,128)
#4CBE75
(76,190,117)
#45AC6A
(69,172,106)
#3E9A5F
(62,154,95)
#378854
(55,136,84)
#307649
(48,118,73)
#29643E
(41,100,62)
#225233
(34,82,51)
#1B4028
(27,64,40)
#142E1D
(20,46,29)
#0D1C12
(13,28,18)
#000000
(0,0,0)

Tints of #53D080

#53D080
(83,208,128)
#62D48B
(98,212,139)
#71D896
(113,216,150)
#80DCA1
(128,220,161)
#8FE0AC
(143,224,172)
#9EE4B7
(158,228,183)
#ADE8C2
(173,232,194)
#BCECCD
(188,236,205)
#CBF0D8
(203,240,216)
#DAF4E3
(218,244,227)
#E9F8EE
(233,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53D080 color. Also use rgb(83,208,128) instead hex code.

Text Font Color

.myTextColor { color: #53D080; }

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

This text font color is #53D080.


Background Color

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

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

This div background color is #53D080.


Border color

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

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

This div border color is #53D080.


Opacity

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

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

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

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

This text has shadow with #53D080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53D080 on black background.


Color preview on white background

This text has color #53D080 on white background.



Black color preview on #53D080 background

This text has black color on #53D080 background.


White color preview on #53D080 background

This text has white color on #53D080 background.