COLOR #53A388

HEX: #53A388
RGB: (83,163,136)

Renk bilgisi

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

RGB renk modeli

#53A388 color RGB value is (83,163,136).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 163 of 255 = 64%
B 136 of 255 = 53%

83
163
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 163 + 136 = 382 (100%)
R 83 of 382 ~ 21.73%
G 163 of 382 ~ 42.67%
B 136 of 382 ~ 35.6%

%21.73
%42.67
%35.6

CMYK RENK MODELİ

#53A388 rengi CMYK tonu (49,0,17,36).

  • camgöbeği tonu 49.08%
  • eflatun tonu 0.00%
  • sarı tonu 16.56%
  • ana renk tonu 36.08%
CMYK:
(49,0,17,36)
C49M0Y17K36 
(49%,0%,17%,36%)
(0.49/0.00/0.17/0.36)	

CMYK yüzdeleri

%49.08
%0
%16.56
%36.08

Codes

Color #53A388 in popluar color models

53A388
RGB83163136
HSL160°32.52%48.24%
HSB/HSV160°49.08%63.92%
CMYK49.08%0.00%16.56%
36.08%

Color #53A388 in popluar number systems.

HEX53A388
Decimal83163136
Binary10100111010001110001000
Octal123243210

Shades and tints

Shades of #53A388

#53A388
(83,163,136)
#4C957C
(76,149,124)
#458770
(69,135,112)
#3E7964
(62,121,100)
#376B58
(55,107,88)
#305D4C
(48,93,76)
#294F40
(41,79,64)
#224134
(34,65,52)
#1B3328
(27,51,40)
#14251C
(20,37,28)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #53A388

#53A388
(83,163,136)
#62AB92
(98,171,146)
#71B39C
(113,179,156)
#80BBA6
(128,187,166)
#8FC3B0
(143,195,176)
#9ECBBA
(158,203,186)
#ADD3C4
(173,211,196)
#BCDBCE
(188,219,206)
#CBE3D8
(203,227,216)
#DAEBE2
(218,235,226)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53A388; }

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

This text font color is #53A388.


Background Color

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

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

This div background color is #53A388.


Border color

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

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

This div border color is #53A388.


Opacity

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

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

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

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

This text has shadow with #53A388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A388 on black background.


Color preview on white background

This text has color #53A388 on white background.



Black color preview on #53A388 background

This text has black color on #53A388 background.


White color preview on #53A388 background

This text has white color on #53A388 background.