COLOR #53B272

HEX: #53B272
RGB: (83,178,114)

Renk bilgisi

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

RGB renk modeli

#53B272 color RGB value is (83,178,114).

  • kırmız ton 83;
  • yeşil ton 178;
  • mavi ton 114.
RGB:
(83,178,114)
(33%,70%,45%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 178 of 255 = 70%
B 114 of 255 = 45%

83
178
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 178 + 114 = 375 (100%)
R 83 of 375 ~ 22.13%
G 178 of 375 ~ 47.47%
B 114 of 375 ~ 30.4%

%22.13
%47.47
%30.4

CMYK RENK MODELİ

#53B272 rengi CMYK tonu (53,0,36,30).

  • camgöbeği tonu 53.37%
  • eflatun tonu 0.00%
  • sarı tonu 35.96%
  • ana renk tonu 30.20%
CMYK:
(53,0,36,30)
C53M0Y36K30 
(53%,0%,36%,30%)
(0.53/0.00/0.36/0.30)	

CMYK yüzdeleri

%53.37
%0
%35.96
%30.2

Codes

Color #53B272 in popluar color models

53B272
RGB83178114
HSL140°38.15%51.18%
HSB/HSV140°53.37%69.80%
CMYK53.37%0.00%35.96%
30.20%

Color #53B272 in popluar number systems.

HEX53B272
Decimal83178114
Binary1010011101100101110010
Octal123262162

Shades and tints

Shades of #53B272

#53B272
(83,178,114)
#4CA268
(76,162,104)
#45925E
(69,146,94)
#3E8254
(62,130,84)
#37724A
(55,114,74)
#306240
(48,98,64)
#295236
(41,82,54)
#22422C
(34,66,44)
#1B3222
(27,50,34)
#142218
(20,34,24)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #53B272

#53B272
(83,178,114)
#62B97E
(98,185,126)
#71C08A
(113,192,138)
#80C796
(128,199,150)
#8FCEA2
(143,206,162)
#9ED5AE
(158,213,174)
#ADDCBA
(173,220,186)
#BCE3C6
(188,227,198)
#CBEAD2
(203,234,210)
#DAF1DE
(218,241,222)
#E9F8EA
(233,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B272 color. Also use rgb(83,178,114) instead hex code.

Text Font Color

.myTextColor { color: #53B272; }

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

This text font color is #53B272.


Background Color

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

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

This div background color is #53B272.


Border color

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

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

This div border color is #53B272.


Opacity

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

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

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

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

This text has shadow with #53B272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B272 on black background.


Color preview on white background

This text has color #53B272 on white background.



Black color preview on #53B272 background

This text has black color on #53B272 background.


White color preview on #53B272 background

This text has white color on #53B272 background.