COLOR #53B773

HEX: #53B773
RGB: (83,183,115)

Renk bilgisi

#53B773 contains mainly green color. #53B773 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#53B773 color RGB value is (83,183,115).

  • kırmız ton 83;
  • yeşil ton 183;
  • mavi ton 115.
RGB:
(83,183,115)
(33%,72%,45%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 183 of 255 = 72%
B 115 of 255 = 45%

83
183
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 183 + 115 = 381 (100%)
R 83 of 381 ~ 21.78%
G 183 of 381 ~ 48.03%
B 115 of 381 ~ 30.18%

%21.78
%48.03
%30.18

CMYK RENK MODELİ

#53B773 rengi CMYK tonu (55,0,37,28).

  • camgöbeği tonu 54.64%
  • eflatun tonu 0.00%
  • sarı tonu 37.16%
  • ana renk tonu 28.24%
CMYK:
(55,0,37,28)
C55M0Y37K28 
(55%,0%,37%,28%)
(0.55/0.00/0.37/0.28)	

CMYK yüzdeleri

%54.64
%0
%37.16
%28.24

Codes

Color #53B773 in popluar color models

53B773
RGB83183115
HSL139°40.98%52.16%
HSB/HSV139°54.64%71.76%
CMYK54.64%0.00%37.16%
28.24%

Color #53B773 in popluar number systems.

HEX53B773
Decimal83183115
Binary1010011101101111110011
Octal123267163

Shades and tints

Shades of #53B773

#53B773
(83,183,115)
#4CA769
(76,167,105)
#45975F
(69,151,95)
#3E8755
(62,135,85)
#37774B
(55,119,75)
#306741
(48,103,65)
#295737
(41,87,55)
#22472D
(34,71,45)
#1B3723
(27,55,35)
#142719
(20,39,25)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #53B773

#53B773
(83,183,115)
#62BD7F
(98,189,127)
#71C38B
(113,195,139)
#80C997
(128,201,151)
#8FCFA3
(143,207,163)
#9ED5AF
(158,213,175)
#ADDBBB
(173,219,187)
#BCE1C7
(188,225,199)
#CBE7D3
(203,231,211)
#DAEDDF
(218,237,223)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B773 color. Also use rgb(83,183,115) instead hex code.

Text Font Color

.myTextColor { color: #53B773; }

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

This text font color is #53B773.


Background Color

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

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

This div background color is #53B773.


Border color

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

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

This div border color is #53B773.


Opacity

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

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

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

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

This text has shadow with #53B773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B773 on black background.


Color preview on white background

This text has color #53B773 on white background.



Black color preview on #53B773 background

This text has black color on #53B773 background.


White color preview on #53B773 background

This text has white color on #53B773 background.