COLOR #53C180

HEX: #53C180
RGB: (83,193,128)

Renk bilgisi

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

RGB renk modeli

#53C180 color RGB value is (83,193,128).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 193 of 255 = 76%
B 128 of 255 = 50%

83
193
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 193 + 128 = 404 (100%)
R 83 of 404 ~ 20.54%
G 193 of 404 ~ 47.77%
B 128 of 404 ~ 31.68%

%20.54
%47.77
%31.68

CMYK RENK MODELİ

#53C180 rengi CMYK tonu (57,0,34,24).

  • camgöbeği tonu 56.99%
  • eflatun tonu 0.00%
  • sarı tonu 33.68%
  • ana renk tonu 24.31%
CMYK:
(57,0,34,24)
C57M0Y34K24 
(57%,0%,34%,24%)
(0.57/0.00/0.34/0.24)	

CMYK yüzdeleri

%56.99
%0
%33.68
%24.31

Codes

Color #53C180 in popluar color models

53C180
RGB83193128
HSL145°47.01%54.12%
HSB/HSV145°56.99%75.69%
CMYK56.99%0.00%33.68%
24.31%

Color #53C180 in popluar number systems.

HEX53C180
Decimal83193128
Binary10100111100000110000000
Octal123301200

Shades and tints

Shades of #53C180

#53C180
(83,193,128)
#4CB075
(76,176,117)
#459F6A
(69,159,106)
#3E8E5F
(62,142,95)
#377D54
(55,125,84)
#306C49
(48,108,73)
#295B3E
(41,91,62)
#224A33
(34,74,51)
#1B3928
(27,57,40)
#14281D
(20,40,29)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #53C180

#53C180
(83,193,128)
#62C68B
(98,198,139)
#71CB96
(113,203,150)
#80D0A1
(128,208,161)
#8FD5AC
(143,213,172)
#9EDAB7
(158,218,183)
#ADDFC2
(173,223,194)
#BCE4CD
(188,228,205)
#CBE9D8
(203,233,216)
#DAEEE3
(218,238,227)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53C180; }

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

This text font color is #53C180.


Background Color

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

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

This div background color is #53C180.


Border color

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

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

This div border color is #53C180.


Opacity

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

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

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

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

This text has shadow with #53C180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53C180 on black background.


Color preview on white background

This text has color #53C180 on white background.



Black color preview on #53C180 background

This text has black color on #53C180 background.


White color preview on #53C180 background

This text has white color on #53C180 background.