COLOR #53A876

HEX: #53A876
RGB: (83,168,118)

Renk bilgisi

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

RGB renk modeli

#53A876 color RGB value is (83,168,118).

  • kırmız ton 83;
  • yeşil ton 168;
  • mavi ton 118.
RGB:
(83,168,118)
(33%,66%,46%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 168 of 255 = 66%
B 118 of 255 = 46%

83
168
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 168 + 118 = 369 (100%)
R 83 of 369 ~ 22.49%
G 168 of 369 ~ 45.53%
B 118 of 369 ~ 31.98%

%22.49
%45.53
%31.98

CMYK RENK MODELİ

#53A876 rengi CMYK tonu (51,0,30,34).

  • camgöbeği tonu 50.60%
  • eflatun tonu 0.00%
  • sarı tonu 29.76%
  • ana renk tonu 34.12%
CMYK:
(51,0,30,34)
C51M0Y30K34 
(51%,0%,30%,34%)
(0.51/0.00/0.30/0.34)	

CMYK yüzdeleri

%50.6
%0
%29.76
%34.12

Codes

Color #53A876 in popluar color models

53A876
RGB83168118
HSL145°33.86%49.22%
HSB/HSV145°50.60%65.88%
CMYK50.60%0.00%29.76%
34.12%

Color #53A876 in popluar number systems.

HEX53A876
Decimal83168118
Binary1010011101010001110110
Octal123250166

Shades and tints

Shades of #53A876

#53A876
(83,168,118)
#4C996C
(76,153,108)
#458A62
(69,138,98)
#3E7B58
(62,123,88)
#376C4E
(55,108,78)
#305D44
(48,93,68)
#294E3A
(41,78,58)
#223F30
(34,63,48)
#1B3026
(27,48,38)
#14211C
(20,33,28)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #53A876

#53A876
(83,168,118)
#62AF82
(98,175,130)
#71B68E
(113,182,142)
#80BD9A
(128,189,154)
#8FC4A6
(143,196,166)
#9ECBB2
(158,203,178)
#ADD2BE
(173,210,190)
#BCD9CA
(188,217,202)
#CBE0D6
(203,224,214)
#DAE7E2
(218,231,226)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A876 color. Also use rgb(83,168,118) instead hex code.

Text Font Color

.myTextColor { color: #53A876; }

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

This text font color is #53A876.


Background Color

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

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

This div background color is #53A876.


Border color

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

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

This div border color is #53A876.


Opacity

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

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

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

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

This text has shadow with #53A876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A876 on black background.


Color preview on white background

This text has color #53A876 on white background.



Black color preview on #53A876 background

This text has black color on #53A876 background.


White color preview on #53A876 background

This text has white color on #53A876 background.