COLOR #52B57D

HEX: #52B57D
RGB: (82,181,125)

Renk bilgisi

#52B57D contains mainly green and blue colors. #52B57D ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#52B57D color RGB value is (82,181,125).

  • kırmız ton 82;
  • yeşil ton 181;
  • mavi ton 125.
RGB:
(82,181,125)
(32%,71%,49%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 181 of 255 = 71%
B 125 of 255 = 49%

82
181
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 181 + 125 = 388 (100%)
R 82 of 388 ~ 21.13%
G 181 of 388 ~ 46.65%
B 125 of 388 ~ 32.22%

%21.13
%46.65
%32.22

CMYK RENK MODELİ

#52B57D rengi CMYK tonu (55,0,31,29).

  • camgöbeği tonu 54.70%
  • eflatun tonu 0.00%
  • sarı tonu 30.94%
  • ana renk tonu 29.02%
CMYK:
(55,0,31,29)
C55M0Y31K29 
(55%,0%,31%,29%)
(0.55/0.00/0.31/0.29)	

CMYK yüzdeleri

%54.7
%0
%30.94
%29.02

Codes

Color #52B57D in popluar color models

52B57D
RGB82181125
HSL146°40.08%51.57%
HSB/HSV146°54.70%70.98%
CMYK54.70%0.00%30.94%
29.02%

Color #52B57D in popluar number systems.

HEX52B57D
Decimal82181125
Binary1010010101101011111101
Octal122265175

Shades and tints

Shades of #52B57D

#52B57D
(82,181,125)
#4BA572
(75,165,114)
#449567
(68,149,103)
#3D855C
(61,133,92)
#367551
(54,117,81)
#2F6546
(47,101,70)
#28553B
(40,85,59)
#214530
(33,69,48)
#1A3525
(26,53,37)
#13251A
(19,37,26)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #52B57D

#52B57D
(82,181,125)
#61BB88
(97,187,136)
#70C193
(112,193,147)
#7FC79E
(127,199,158)
#8ECDA9
(142,205,169)
#9DD3B4
(157,211,180)
#ACD9BF
(172,217,191)
#BBDFCA
(187,223,202)
#CAE5D5
(202,229,213)
#D9EBE0
(217,235,224)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B57D color. Also use rgb(82,181,125) instead hex code.

Text Font Color

.myTextColor { color: #52B57D; }

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

This text font color is #52B57D.


Background Color

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

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

This div background color is #52B57D.


Border color

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

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

This div border color is #52B57D.


Opacity

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

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

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

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

This text has shadow with #52B57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B57D on black background.


Color preview on white background

This text has color #52B57D on white background.



Black color preview on #52B57D background

This text has black color on #52B57D background.


White color preview on #52B57D background

This text has white color on #52B57D background.