COLOR #52A57D

HEX: #52A57D
RGB: (82,165,125)

Renk bilgisi

#52A57D contains mainly green and blue colors. #52A57D ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#52A57D color RGB value is (82,165,125).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 165 of 255 = 65%
B 125 of 255 = 49%

82
165
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 165 + 125 = 372 (100%)
R 82 of 372 ~ 22.04%
G 165 of 372 ~ 44.35%
B 125 of 372 ~ 33.6%

%22.04
%44.35
%33.6

CMYK RENK MODELİ

#52A57D rengi CMYK tonu (50,0,24,35).

  • camgöbeği tonu 50.30%
  • eflatun tonu 0.00%
  • sarı tonu 24.24%
  • ana renk tonu 35.29%
CMYK:
(50,0,24,35)
C50M0Y24K35 
(50%,0%,24%,35%)
(0.50/0.00/0.24/0.35)	

CMYK yüzdeleri

%50.3
%0
%24.24
%35.29

Codes

Color #52A57D in popluar color models

52A57D
RGB82165125
HSL151°33.60%48.43%
HSB/HSV151°50.30%64.71%
CMYK50.30%0.00%24.24%
35.29%

Color #52A57D in popluar number systems.

HEX52A57D
Decimal82165125
Binary1010010101001011111101
Octal122245175

Shades and tints

Shades of #52A57D

#52A57D
(82,165,125)
#4B9672
(75,150,114)
#448767
(68,135,103)
#3D785C
(61,120,92)
#366951
(54,105,81)
#2F5A46
(47,90,70)
#284B3B
(40,75,59)
#213C30
(33,60,48)
#1A2D25
(26,45,37)
#131E1A
(19,30,26)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #52A57D

#52A57D
(82,165,125)
#61AD88
(97,173,136)
#70B593
(112,181,147)
#7FBD9E
(127,189,158)
#8EC5A9
(142,197,169)
#9DCDB4
(157,205,180)
#ACD5BF
(172,213,191)
#BBDDCA
(187,221,202)
#CAE5D5
(202,229,213)
#D9EDE0
(217,237,224)
#E8F5EB
(232,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52A57D; }

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

This text font color is #52A57D.


Background Color

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

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

This div background color is #52A57D.


Border color

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

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

This div border color is #52A57D.


Opacity

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

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

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

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

This text has shadow with #52A57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A57D on black background.


Color preview on white background

This text has color #52A57D on white background.



Black color preview on #52A57D background

This text has black color on #52A57D background.


White color preview on #52A57D background

This text has white color on #52A57D background.