COLOR #52C949

HEX: #52C949
RGB: (82,201,73)

Renk bilgisi

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

RGB renk modeli

#52C949 color RGB value is (82,201,73).

  • kırmız ton 82;
  • yeşil ton 201;
  • mavi ton 73.
RGB:
(82,201,73)
(32%,79%,29%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 201 of 255 = 79%
B 73 of 255 = 29%

82
201
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 201 + 73 = 356 (100%)
R 82 of 356 ~ 23.03%
G 201 of 356 ~ 56.46%
B 73 of 356 ~ 20.51%

%23.03
%56.46
%20.51

CMYK RENK MODELİ

#52C949 rengi CMYK tonu (59,0,64,21).

  • camgöbeği tonu 59.20%
  • eflatun tonu 0.00%
  • sarı tonu 63.68%
  • ana renk tonu 21.18%
CMYK:
(59,0,64,21)
C59M0Y64K21 
(59%,0%,64%,21%)
(0.59/0.00/0.64/0.21)	

CMYK yüzdeleri

%59.2
%0
%63.68
%21.18

Codes

Color #52C949 in popluar color models

52C949
RGB8220173
HSL116°54.24%53.73%
HSB/HSV116°63.68%78.82%
CMYK59.20%0.00%63.68%
21.18%

Color #52C949 in popluar number systems.

HEX52C949
Decimal8220173
Binary1010010110010011001001
Octal122311111

Shades and tints

Shades of #52C949

#52C949
(82,201,73)
#4BB743
(75,183,67)
#44A53D
(68,165,61)
#3D9337
(61,147,55)
#368131
(54,129,49)
#2F6F2B
(47,111,43)
#285D25
(40,93,37)
#214B1F
(33,75,31)
#1A3919
(26,57,25)
#132713
(19,39,19)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #52C949

#52C949
(82,201,73)
#61CD59
(97,205,89)
#70D169
(112,209,105)
#7FD579
(127,213,121)
#8ED989
(142,217,137)
#9DDD99
(157,221,153)
#ACE1A9
(172,225,169)
#BBE5B9
(187,229,185)
#CAE9C9
(202,233,201)
#D9EDD9
(217,237,217)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52C949 color. Also use rgb(82,201,73) instead hex code.

Text Font Color

.myTextColor { color: #52C949; }

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

This text font color is #52C949.


Background Color

.myBgColor { background-color: #52C949; }

<div style="background-color:#52C949">Inner text</div>

This div background color is #52C949.


Border color

.myBorderColor { border: 1px solid #52C949; }

<div style="border:3px solid #52C949">Div</div>

This div border color is #52C949.


Opacity

.myOpacity80 { color: #52C949; opacity: 0.8; }

<p style="color:#52C949;opacity:0.8;">80%</p>

Text with #52C949 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 #52C949;}

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

This text has shadow with #52C949 color.

.textShadow {text-shadow: 3px 3px 1px #52C949, 3px 3px 1px red;}

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

This text has shadow with #52C949 primary color and red secondary color.


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

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

This text has shadow with #52C949 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52C949 on black background.


Color preview on white background

This text has color #52C949 on white background.



Black color preview on #52C949 background

This text has black color on #52C949 background.


White color preview on #52C949 background

This text has white color on #52C949 background.