COLOR #53A58C

HEX: #53A58C
RGB: (83,165,140)

Renk bilgisi

#53A58C contains mainly green and blue colors. #53A58C ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#53A58C color RGB value is (83,165,140).

  • kırmız ton 83;
  • yeşil ton 165;
  • mavi ton 140.
RGB:
(83,165,140)
(33%,65%,55%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 165 of 255 = 65%
B 140 of 255 = 55%

83
165
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 165 + 140 = 388 (100%)
R 83 of 388 ~ 21.39%
G 165 of 388 ~ 42.53%
B 140 of 388 ~ 36.08%

%21.39
%42.53
%36.08

CMYK RENK MODELİ

#53A58C rengi CMYK tonu (50,0,15,35).

  • camgöbeği tonu 49.70%
  • eflatun tonu 0.00%
  • sarı tonu 15.15%
  • ana renk tonu 35.29%
CMYK:
(50,0,15,35)
C50M0Y15K35 
(50%,0%,15%,35%)
(0.50/0.00/0.15/0.35)	

CMYK yüzdeleri

%49.7
%0
%15.15
%35.29

Codes

Color #53A58C in popluar color models

53A58C
RGB83165140
HSL162°33.06%48.63%
HSB/HSV162°49.70%64.71%
CMYK49.70%0.00%15.15%
35.29%

Color #53A58C in popluar number systems.

HEX53A58C
Decimal83165140
Binary10100111010010110001100
Octal123245214

Shades and tints

Shades of #53A58C

#53A58C
(83,165,140)
#4C9680
(76,150,128)
#458774
(69,135,116)
#3E7868
(62,120,104)
#37695C
(55,105,92)
#305A50
(48,90,80)
#294B44
(41,75,68)
#223C38
(34,60,56)
#1B2D2C
(27,45,44)
#141E20
(20,30,32)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #53A58C

#53A58C
(83,165,140)
#62AD96
(98,173,150)
#71B5A0
(113,181,160)
#80BDAA
(128,189,170)
#8FC5B4
(143,197,180)
#9ECDBE
(158,205,190)
#ADD5C8
(173,213,200)
#BCDDD2
(188,221,210)
#CBE5DC
(203,229,220)
#DAEDE6
(218,237,230)
#E9F5F0
(233,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A58C color. Also use rgb(83,165,140) instead hex code.

Text Font Color

.myTextColor { color: #53A58C; }

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

This text font color is #53A58C.


Background Color

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

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

This div background color is #53A58C.


Border color

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

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

This div border color is #53A58C.


Opacity

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

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

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

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

This text has shadow with #53A58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A58C on black background.


Color preview on white background

This text has color #53A58C on white background.



Black color preview on #53A58C background

This text has black color on #53A58C background.


White color preview on #53A58C background

This text has white color on #53A58C background.