COLOR #57AD76

HEX: #57AD76
RGB: (87,173,118)

Renk bilgisi

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

RGB renk modeli

#57AD76 color RGB value is (87,173,118).

  • kırmız ton 87;
  • yeşil ton 173;
  • mavi ton 118.
RGB:
(87,173,118)
(34%,68%,46%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 173 of 255 = 68%
B 118 of 255 = 46%

87
173
118

R + G + B ~ 49%. #57AD76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 173 + 118 = 378 (100%)
R 87 of 378 ~ 23.02%
G 173 of 378 ~ 45.77%
B 118 of 378 ~ 31.22%

%23.02
%45.77
%31.22

CMYK RENK MODELİ

#57AD76 rengi CMYK tonu (50,0,32,32).

  • camgöbeği tonu 49.71%
  • eflatun tonu 0.00%
  • sarı tonu 31.79%
  • ana renk tonu 32.16%
CMYK:
(50,0,32,32)
C50M0Y32K32 
(50%,0%,32%,32%)
(0.50/0.00/0.32/0.32)	

CMYK yüzdeleri

%49.71
%0
%31.79
%32.16

Codes

Color #57AD76 in popluar color models

57AD76
RGB87173118
HSL142°34.40%50.98%
HSB/HSV142°49.71%67.84%
CMYK49.71%0.00%31.79%
32.16%

Color #57AD76 in popluar number systems.

HEX57AD76
Decimal87173118
Binary1010111101011011110110
Octal127255166

Shades and tints

Shades of #57AD76

#57AD76
(87,173,118)
#509E6C
(80,158,108)
#498F62
(73,143,98)
#428058
(66,128,88)
#3B714E
(59,113,78)
#346244
(52,98,68)
#2D533A
(45,83,58)
#264430
(38,68,48)
#1F3526
(31,53,38)
#18261C
(24,38,28)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #57AD76

#57AD76
(87,173,118)
#66B482
(102,180,130)
#75BB8E
(117,187,142)
#84C29A
(132,194,154)
#93C9A6
(147,201,166)
#A2D0B2
(162,208,178)
#B1D7BE
(177,215,190)
#C0DECA
(192,222,202)
#CFE5D6
(207,229,214)
#DEECE2
(222,236,226)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57AD76 color. Also use rgb(87,173,118) instead hex code.

Text Font Color

.myTextColor { color: #57AD76; }

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

This text font color is #57AD76.


Background Color

.myBgColor { background-color: #57AD76; }

<div style="background-color:#57AD76">Inner text</div>

This div background color is #57AD76.


Border color

.myBorderColor { border: 1px solid #57AD76; }

<div style="border:3px solid #57AD76">Div</div>

This div border color is #57AD76.


Opacity

.myOpacity80 { color: #57AD76; opacity: 0.8; }

<p style="color:#57AD76;opacity:0.8;">80%</p>

Text with #57AD76 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 #57AD76;}

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

This text has shadow with #57AD76 color.

.textShadow {text-shadow: 3px 3px 1px #57AD76, 3px 3px 1px red;}

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

This text has shadow with #57AD76 primary color and red secondary color.


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

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

This text has shadow with #57AD76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57AD76 on black background.


Color preview on white background

This text has color #57AD76 on white background.



Black color preview on #57AD76 background

This text has black color on #57AD76 background.


White color preview on #57AD76 background

This text has white color on #57AD76 background.