COLOR #53C052

HEX: #53C052
RGB: (83,192,82)

Renk bilgisi

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

RGB renk modeli

#53C052 color RGB value is (83,192,82).

  • kırmız ton 83;
  • yeşil ton 192;
  • mavi ton 82.
RGB:
(83,192,82)
(33%,75%,32%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 192 of 255 = 75%
B 82 of 255 = 32%

83
192
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 192 + 82 = 357 (100%)
R 83 of 357 ~ 23.25%
G 192 of 357 ~ 53.78%
B 82 of 357 ~ 22.97%

%23.25
%53.78
%22.97

CMYK RENK MODELİ

#53C052 rengi CMYK tonu (57,0,57,25).

  • camgöbeği tonu 56.77%
  • eflatun tonu 0.00%
  • sarı tonu 57.29%
  • ana renk tonu 24.71%
CMYK:
(57,0,57,25)
C57M0Y57K25 
(57%,0%,57%,25%)
(0.57/0.00/0.57/0.25)	

CMYK yüzdeleri

%56.77
%0
%57.29
%24.71

Codes

Color #53C052 in popluar color models

53C052
RGB8319282
HSL119°46.61%53.73%
HSB/HSV119°57.29%75.29%
CMYK56.77%0.00%57.29%
24.71%

Color #53C052 in popluar number systems.

HEX53C052
Decimal8319282
Binary1010011110000001010010
Octal123300122

Shades and tints

Shades of #53C052

#53C052
(83,192,82)
#4CAF4B
(76,175,75)
#459E44
(69,158,68)
#3E8D3D
(62,141,61)
#377C36
(55,124,54)
#306B2F
(48,107,47)
#295A28
(41,90,40)
#224921
(34,73,33)
#1B381A
(27,56,26)
#142713
(20,39,19)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #53C052

#53C052
(83,192,82)
#62C561
(98,197,97)
#71CA70
(113,202,112)
#80CF7F
(128,207,127)
#8FD48E
(143,212,142)
#9ED99D
(158,217,157)
#ADDEAC
(173,222,172)
#BCE3BB
(188,227,187)
#CBE8CA
(203,232,202)
#DAEDD9
(218,237,217)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53C052 color. Also use rgb(83,192,82) instead hex code.

Text Font Color

.myTextColor { color: #53C052; }

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

This text font color is #53C052.


Background Color

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

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

This div background color is #53C052.


Border color

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

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

This div border color is #53C052.


Opacity

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

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

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

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

This text has shadow with #53C052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53C052 on black background.


Color preview on white background

This text has color #53C052 on white background.



Black color preview on #53C052 background

This text has black color on #53C052 background.


White color preview on #53C052 background

This text has white color on #53C052 background.