COLOR #53B081

HEX: #53B081
RGB: (83,176,129)

Renk bilgisi

#53B081 contains mainly green and blue colors. #53B081 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#53B081 color RGB value is (83,176,129).

  • kırmız ton 83;
  • yeşil ton 176;
  • mavi ton 129.
RGB:
(83,176,129)
(33%,69%,51%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 176 of 255 = 69%
B 129 of 255 = 51%

83
176
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 176 + 129 = 388 (100%)
R 83 of 388 ~ 21.39%
G 176 of 388 ~ 45.36%
B 129 of 388 ~ 33.25%

%21.39
%45.36
%33.25

CMYK RENK MODELİ

#53B081 rengi CMYK tonu (53,0,27,31).

  • camgöbeği tonu 52.84%
  • eflatun tonu 0.00%
  • sarı tonu 26.70%
  • ana renk tonu 30.98%
CMYK:
(53,0,27,31)
C53M0Y27K31 
(53%,0%,27%,31%)
(0.53/0.00/0.27/0.31)	

CMYK yüzdeleri

%52.84
%0
%26.7
%30.98

Codes

Color #53B081 in popluar color models

53B081
RGB83176129
HSL150°37.05%50.78%
HSB/HSV150°52.84%69.02%
CMYK52.84%0.00%26.70%
30.98%

Color #53B081 in popluar number systems.

HEX53B081
Decimal83176129
Binary10100111011000010000001
Octal123260201

Shades and tints

Shades of #53B081

#53B081
(83,176,129)
#4CA076
(76,160,118)
#45906B
(69,144,107)
#3E8060
(62,128,96)
#377055
(55,112,85)
#30604A
(48,96,74)
#29503F
(41,80,63)
#224034
(34,64,52)
#1B3029
(27,48,41)
#14201E
(20,32,30)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #53B081

#53B081
(83,176,129)
#62B78C
(98,183,140)
#71BE97
(113,190,151)
#80C5A2
(128,197,162)
#8FCCAD
(143,204,173)
#9ED3B8
(158,211,184)
#ADDAC3
(173,218,195)
#BCE1CE
(188,225,206)
#CBE8D9
(203,232,217)
#DAEFE4
(218,239,228)
#E9F6EF
(233,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B081 color. Also use rgb(83,176,129) instead hex code.

Text Font Color

.myTextColor { color: #53B081; }

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

This text font color is #53B081.


Background Color

.myBgColor { background-color: #53B081; }

<div style="background-color:#53B081">Inner text</div>

This div background color is #53B081.


Border color

.myBorderColor { border: 1px solid #53B081; }

<div style="border:3px solid #53B081">Div</div>

This div border color is #53B081.


Opacity

.myOpacity80 { color: #53B081; opacity: 0.8; }

<p style="color:#53B081;opacity:0.8;">80%</p>

Text with #53B081 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 #53B081;}

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

This text has shadow with #53B081 color.

.textShadow {text-shadow: 3px 3px 1px #53B081, 3px 3px 1px red;}

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

This text has shadow with #53B081 primary color and red secondary color.


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

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

This text has shadow with #53B081 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B081 on black background.


Color preview on white background

This text has color #53B081 on white background.



Black color preview on #53B081 background

This text has black color on #53B081 background.


White color preview on #53B081 background

This text has white color on #53B081 background.