COLOR #52AA5D

HEX: #52AA5D
RGB: (82,170,93)

Renk bilgisi

#52AA5D contains mainly green color. #52AA5D ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#52AA5D color RGB value is (82,170,93).

  • kırmız ton 82;
  • yeşil ton 170;
  • mavi ton 93.
RGB:
(82,170,93)
(32%,67%,36%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 170 of 255 = 67%
B 93 of 255 = 36%

82
170
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 170 + 93 = 345 (100%)
R 82 of 345 ~ 23.77%
G 170 of 345 ~ 49.28%
B 93 of 345 ~ 26.96%

%23.77
%49.28
%26.96

CMYK RENK MODELİ

#52AA5D rengi CMYK tonu (52,0,45,33).

  • camgöbeği tonu 51.76%
  • eflatun tonu 0.00%
  • sarı tonu 45.29%
  • ana renk tonu 33.33%
CMYK:
(52,0,45,33)
C52M0Y45K33 
(52%,0%,45%,33%)
(0.52/0.00/0.45/0.33)	

CMYK yüzdeleri

%51.76
%0
%45.29
%33.33

Codes

Color #52AA5D in popluar color models

52AA5D
RGB8217093
HSL128°34.92%49.41%
HSB/HSV128°51.76%66.67%
CMYK51.76%0.00%45.29%
33.33%

Color #52AA5D in popluar number systems.

HEX52AA5D
Decimal8217093
Binary1010010101010101011101
Octal122252135

Shades and tints

Shades of #52AA5D

#52AA5D
(82,170,93)
#4B9B55
(75,155,85)
#448C4D
(68,140,77)
#3D7D45
(61,125,69)
#366E3D
(54,110,61)
#2F5F35
(47,95,53)
#28502D
(40,80,45)
#214125
(33,65,37)
#1A321D
(26,50,29)
#132315
(19,35,21)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #52AA5D

#52AA5D
(82,170,93)
#61B16B
(97,177,107)
#70B879
(112,184,121)
#7FBF87
(127,191,135)
#8EC695
(142,198,149)
#9DCDA3
(157,205,163)
#ACD4B1
(172,212,177)
#BBDBBF
(187,219,191)
#CAE2CD
(202,226,205)
#D9E9DB
(217,233,219)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52AA5D color. Also use rgb(82,170,93) instead hex code.

Text Font Color

.myTextColor { color: #52AA5D; }

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

This text font color is #52AA5D.


Background Color

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

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

This div background color is #52AA5D.


Border color

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

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

This div border color is #52AA5D.


Opacity

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

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

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

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

This text has shadow with #52AA5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52AA5D on black background.


Color preview on white background

This text has color #52AA5D on white background.



Black color preview on #52AA5D background

This text has black color on #52AA5D background.


White color preview on #52AA5D background

This text has white color on #52AA5D background.