COLOR #53A759

HEX: #53A759
RGB: (83,167,89)

Renk bilgisi

#53A759 contains mainly green color. #53A759 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#53A759 color RGB value is (83,167,89).

  • kırmız ton 83;
  • yeşil ton 167;
  • mavi ton 89.
RGB:
(83,167,89)
(33%,65%,35%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 167 of 255 = 65%
B 89 of 255 = 35%

83
167
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 167 + 89 = 339 (100%)
R 83 of 339 ~ 24.48%
G 167 of 339 ~ 49.26%
B 89 of 339 ~ 26.25%

%24.48
%49.26
%26.25

CMYK RENK MODELİ

#53A759 rengi CMYK tonu (50,0,47,35).

  • camgöbeği tonu 50.30%
  • eflatun tonu 0.00%
  • sarı tonu 46.71%
  • ana renk tonu 34.51%
CMYK:
(50,0,47,35)
C50M0Y47K35 
(50%,0%,47%,35%)
(0.50/0.00/0.47/0.35)	

CMYK yüzdeleri

%50.3
%0
%46.71
%34.51

Codes

Color #53A759 in popluar color models

53A759
RGB8316789
HSL124°33.60%49.02%
HSB/HSV124°50.30%65.49%
CMYK50.30%0.00%46.71%
34.51%

Color #53A759 in popluar number systems.

HEX53A759
Decimal8316789
Binary1010011101001111011001
Octal123247131

Shades and tints

Shades of #53A759

#53A759
(83,167,89)
#4C9851
(76,152,81)
#458949
(69,137,73)
#3E7A41
(62,122,65)
#376B39
(55,107,57)
#305C31
(48,92,49)
#294D29
(41,77,41)
#223E21
(34,62,33)
#1B2F19
(27,47,25)
#142011
(20,32,17)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #53A759

#53A759
(83,167,89)
#62AF68
(98,175,104)
#71B777
(113,183,119)
#80BF86
(128,191,134)
#8FC795
(143,199,149)
#9ECFA4
(158,207,164)
#ADD7B3
(173,215,179)
#BCDFC2
(188,223,194)
#CBE7D1
(203,231,209)
#DAEFE0
(218,239,224)
#E9F7EF
(233,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A759 color. Also use rgb(83,167,89) instead hex code.

Text Font Color

.myTextColor { color: #53A759; }

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

This text font color is #53A759.


Background Color

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

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

This div background color is #53A759.


Border color

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

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

This div border color is #53A759.


Opacity

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

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

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

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

This text has shadow with #53A759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A759 on black background.


Color preview on white background

This text has color #53A759 on white background.



Black color preview on #53A759 background

This text has black color on #53A759 background.


White color preview on #53A759 background

This text has white color on #53A759 background.