COLOR #53A380

HEX: #53A380
RGB: (83,163,128)

Renk bilgisi

#53A380 contains mainly green and blue colors. #53A380 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#53A380 color RGB value is (83,163,128).

  • kırmız ton 83;
  • yeşil ton 163;
  • mavi ton 128.
RGB:
(83,163,128)
(33%,64%,50%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 163 of 255 = 64%
B 128 of 255 = 50%

83
163
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 163 + 128 = 374 (100%)
R 83 of 374 ~ 22.19%
G 163 of 374 ~ 43.58%
B 128 of 374 ~ 34.22%

%22.19
%43.58
%34.22

CMYK RENK MODELİ

#53A380 rengi CMYK tonu (49,0,21,36).

  • camgöbeği tonu 49.08%
  • eflatun tonu 0.00%
  • sarı tonu 21.47%
  • ana renk tonu 36.08%
CMYK:
(49,0,21,36)
C49M0Y21K36 
(49%,0%,21%,36%)
(0.49/0.00/0.21/0.36)	

CMYK yüzdeleri

%49.08
%0
%21.47
%36.08

Codes

Color #53A380 in popluar color models

53A380
RGB83163128
HSL154°32.52%48.24%
HSB/HSV154°49.08%63.92%
CMYK49.08%0.00%21.47%
36.08%

Color #53A380 in popluar number systems.

HEX53A380
Decimal83163128
Binary10100111010001110000000
Octal123243200

Shades and tints

Shades of #53A380

#53A380
(83,163,128)
#4C9575
(76,149,117)
#45876A
(69,135,106)
#3E795F
(62,121,95)
#376B54
(55,107,84)
#305D49
(48,93,73)
#294F3E
(41,79,62)
#224133
(34,65,51)
#1B3328
(27,51,40)
#14251D
(20,37,29)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #53A380

#53A380
(83,163,128)
#62AB8B
(98,171,139)
#71B396
(113,179,150)
#80BBA1
(128,187,161)
#8FC3AC
(143,195,172)
#9ECBB7
(158,203,183)
#ADD3C2
(173,211,194)
#BCDBCD
(188,219,205)
#CBE3D8
(203,227,216)
#DAEBE3
(218,235,227)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A380 color. Also use rgb(83,163,128) instead hex code.

Text Font Color

.myTextColor { color: #53A380; }

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

This text font color is #53A380.


Background Color

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

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

This div background color is #53A380.


Border color

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

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

This div border color is #53A380.


Opacity

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

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

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

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

This text has shadow with #53A380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A380 on black background.


Color preview on white background

This text has color #53A380 on white background.



Black color preview on #53A380 background

This text has black color on #53A380 background.


White color preview on #53A380 background

This text has white color on #53A380 background.