COLOR #53C84C

HEX: #53C84C
RGB: (83,200,76)

Renk bilgisi

#53C84C contains mainly green color. #53C84C ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#53C84C color RGB value is (83,200,76).

  • kırmız ton 83;
  • yeşil ton 200;
  • mavi ton 76.
RGB:
(83,200,76)
(33%,78%,30%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 200 of 255 = 78%
B 76 of 255 = 30%

83
200
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 200 + 76 = 359 (100%)
R 83 of 359 ~ 23.12%
G 200 of 359 ~ 55.71%
B 76 of 359 ~ 21.17%

%23.12
%55.71
%21.17

CMYK RENK MODELİ

#53C84C rengi CMYK tonu (59,0,62,22).

  • camgöbeği tonu 58.50%
  • eflatun tonu 0.00%
  • sarı tonu 62.00%
  • ana renk tonu 21.57%
CMYK:
(59,0,62,22)
C59M0Y62K22 
(59%,0%,62%,22%)
(0.59/0.00/0.62/0.22)	

CMYK yüzdeleri

%58.5
%0
%62
%21.57

Codes

Color #53C84C in popluar color models

53C84C
RGB8320076
HSL117°52.99%54.12%
HSB/HSV117°62.00%78.43%
CMYK58.50%0.00%62.00%
21.57%

Color #53C84C in popluar number systems.

HEX53C84C
Decimal8320076
Binary1010011110010001001100
Octal123310114

Shades and tints

Shades of #53C84C

#53C84C
(83,200,76)
#4CB646
(76,182,70)
#45A440
(69,164,64)
#3E923A
(62,146,58)
#378034
(55,128,52)
#306E2E
(48,110,46)
#295C28
(41,92,40)
#224A22
(34,74,34)
#1B381C
(27,56,28)
#142616
(20,38,22)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #53C84C

#53C84C
(83,200,76)
#62CD5C
(98,205,92)
#71D26C
(113,210,108)
#80D77C
(128,215,124)
#8FDC8C
(143,220,140)
#9EE19C
(158,225,156)
#ADE6AC
(173,230,172)
#BCEBBC
(188,235,188)
#CBF0CC
(203,240,204)
#DAF5DC
(218,245,220)
#E9FAEC
(233,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53C84C color. Also use rgb(83,200,76) instead hex code.

Text Font Color

.myTextColor { color: #53C84C; }

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

This text font color is #53C84C.


Background Color

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

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

This div background color is #53C84C.


Border color

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

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

This div border color is #53C84C.


Opacity

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

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

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

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

This text has shadow with #53C84C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53C84C on black background.


Color preview on white background

This text has color #53C84C on white background.



Black color preview on #53C84C background

This text has black color on #53C84C background.


White color preview on #53C84C background

This text has white color on #53C84C background.