COLOR #52B49C

HEX: #52B49C
RGB: (82,180,156)

Renk bilgisi

#52B49C contains mainly green and blue colors. #52B49C ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#52B49C color RGB value is (82,180,156).

  • kırmız ton 82;
  • yeşil ton 180;
  • mavi ton 156.
RGB:
(82,180,156)
(32%,71%,61%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 180 of 255 = 71%
B 156 of 255 = 61%

82
180
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 180 + 156 = 418 (100%)
R 82 of 418 ~ 19.62%
G 180 of 418 ~ 43.06%
B 156 of 418 ~ 37.32%

%19.62
%43.06
%37.32

CMYK RENK MODELİ

#52B49C rengi CMYK tonu (54,0,13,29).

  • camgöbeği tonu 54.44%
  • eflatun tonu 0.00%
  • sarı tonu 13.33%
  • ana renk tonu 29.41%
CMYK:
(54,0,13,29)
C54M0Y13K29 
(54%,0%,13%,29%)
(0.54/0.00/0.13/0.29)	

CMYK yüzdeleri

%54.44
%0
%13.33
%29.41

Codes

Color #52B49C in popluar color models

52B49C
RGB82180156
HSL165°39.52%51.37%
HSB/HSV165°54.44%70.59%
CMYK54.44%0.00%13.33%
29.41%

Color #52B49C in popluar number systems.

HEX52B49C
Decimal82180156
Binary10100101011010010011100
Octal122264234

Shades and tints

Shades of #52B49C

#52B49C
(82,180,156)
#4BA48E
(75,164,142)
#449480
(68,148,128)
#3D8472
(61,132,114)
#367464
(54,116,100)
#2F6456
(47,100,86)
#285448
(40,84,72)
#21443A
(33,68,58)
#1A342C
(26,52,44)
#13241E
(19,36,30)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #52B49C

#52B49C
(82,180,156)
#61BAA5
(97,186,165)
#70C0AE
(112,192,174)
#7FC6B7
(127,198,183)
#8ECCC0
(142,204,192)
#9DD2C9
(157,210,201)
#ACD8D2
(172,216,210)
#BBDEDB
(187,222,219)
#CAE4E4
(202,228,228)
#D9EAED
(217,234,237)
#E8F0F6
(232,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B49C color. Also use rgb(82,180,156) instead hex code.

Text Font Color

.myTextColor { color: #52B49C; }

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

This text font color is #52B49C.


Background Color

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

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

This div background color is #52B49C.


Border color

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

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

This div border color is #52B49C.


Opacity

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

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

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

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

This text has shadow with #52B49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B49C on black background.


Color preview on white background

This text has color #52B49C on white background.



Black color preview on #52B49C background

This text has black color on #52B49C background.


White color preview on #52B49C background

This text has white color on #52B49C background.