COLOR #53D448

HEX: #53D448
RGB: (83,212,72)

Renk bilgisi

#53D448 contains mainly green color. #53D448 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#53D448 color RGB value is (83,212,72).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 212 of 255 = 83%
B 72 of 255 = 28%

83
212
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 212 + 72 = 367 (100%)
R 83 of 367 ~ 22.62%
G 212 of 367 ~ 57.77%
B 72 of 367 ~ 19.62%

%22.62
%57.77
%19.62

CMYK RENK MODELİ

#53D448 rengi CMYK tonu (61,0,66,17).

  • camgöbeği tonu 60.85%
  • eflatun tonu 0.00%
  • sarı tonu 66.04%
  • ana renk tonu 16.86%
CMYK:
(61,0,66,17)
C61M0Y66K17 
(61%,0%,66%,17%)
(0.61/0.00/0.66/0.17)	

CMYK yüzdeleri

%60.85
%0
%66.04
%16.86

Codes

Color #53D448 in popluar color models

53D448
RGB8321272
HSL115°61.95%55.69%
HSB/HSV115°66.04%83.14%
CMYK60.85%0.00%66.04%
16.86%

Color #53D448 in popluar number systems.

HEX53D448
Decimal8321272
Binary1010011110101001001000
Octal123324110

Shades and tints

Shades of #53D448

#53D448
(83,212,72)
#4CC142
(76,193,66)
#45AE3C
(69,174,60)
#3E9B36
(62,155,54)
#378830
(55,136,48)
#30752A
(48,117,42)
#296224
(41,98,36)
#224F1E
(34,79,30)
#1B3C18
(27,60,24)
#142912
(20,41,18)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #53D448

#53D448
(83,212,72)
#62D758
(98,215,88)
#71DA68
(113,218,104)
#80DD78
(128,221,120)
#8FE088
(143,224,136)
#9EE398
(158,227,152)
#ADE6A8
(173,230,168)
#BCE9B8
(188,233,184)
#CBECC8
(203,236,200)
#DAEFD8
(218,239,216)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53D448 color. Also use rgb(83,212,72) instead hex code.

Text Font Color

.myTextColor { color: #53D448; }

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

This text font color is #53D448.


Background Color

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

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

This div background color is #53D448.


Border color

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

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

This div border color is #53D448.


Opacity

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

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

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

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

This text has shadow with #53D448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53D448 on black background.


Color preview on white background

This text has color #53D448 on white background.



Black color preview on #53D448 background

This text has black color on #53D448 background.


White color preview on #53D448 background

This text has white color on #53D448 background.