COLOR #55AB77

HEX: #55AB77
RGB: (85,171,119)

Renk bilgisi

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

RGB renk modeli

#55AB77 color RGB value is (85,171,119).

  • kırmız ton 85;
  • yeşil ton 171;
  • mavi ton 119.
RGB:
(85,171,119)
(33%,67%,47%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 171 of 255 = 67%
B 119 of 255 = 47%

85
171
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 171 + 119 = 375 (100%)
R 85 of 375 ~ 22.67%
G 171 of 375 ~ 45.6%
B 119 of 375 ~ 31.73%

%22.67
%45.6
%31.73

CMYK RENK MODELİ

#55AB77 rengi CMYK tonu (50,0,30,33).

  • camgöbeği tonu 50.29%
  • eflatun tonu 0.00%
  • sarı tonu 30.41%
  • ana renk tonu 32.94%
CMYK:
(50,0,30,33)
C50M0Y30K33 
(50%,0%,30%,33%)
(0.50/0.00/0.30/0.33)	

CMYK yüzdeleri

%50.29
%0
%30.41
%32.94

Codes

Color #55AB77 in popluar color models

55AB77
RGB85171119
HSL144°33.86%50.20%
HSB/HSV144°50.29%67.06%
CMYK50.29%0.00%30.41%
32.94%

Color #55AB77 in popluar number systems.

HEX55AB77
Decimal85171119
Binary1010101101010111110111
Octal125253167

Shades and tints

Shades of #55AB77

#55AB77
(85,171,119)
#4E9C6D
(78,156,109)
#478D63
(71,141,99)
#407E59
(64,126,89)
#396F4F
(57,111,79)
#326045
(50,96,69)
#2B513B
(43,81,59)
#244231
(36,66,49)
#1D3327
(29,51,39)
#16241D
(22,36,29)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #55AB77

#55AB77
(85,171,119)
#64B283
(100,178,131)
#73B98F
(115,185,143)
#82C09B
(130,192,155)
#91C7A7
(145,199,167)
#A0CEB3
(160,206,179)
#AFD5BF
(175,213,191)
#BEDCCB
(190,220,203)
#CDE3D7
(205,227,215)
#DCEAE3
(220,234,227)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55AB77 color. Also use rgb(85,171,119) instead hex code.

Text Font Color

.myTextColor { color: #55AB77; }

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

This text font color is #55AB77.


Background Color

.myBgColor { background-color: #55AB77; }

<div style="background-color:#55AB77">Inner text</div>

This div background color is #55AB77.


Border color

.myBorderColor { border: 1px solid #55AB77; }

<div style="border:3px solid #55AB77">Div</div>

This div border color is #55AB77.


Opacity

.myOpacity80 { color: #55AB77; opacity: 0.8; }

<p style="color:#55AB77;opacity:0.8;">80%</p>

Text with #55AB77 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 #55AB77;}

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

This text has shadow with #55AB77 color.

.textShadow {text-shadow: 3px 3px 1px #55AB77, 3px 3px 1px red;}

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

This text has shadow with #55AB77 primary color and red secondary color.


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

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

This text has shadow with #55AB77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55AB77 on black background.


Color preview on white background

This text has color #55AB77 on white background.



Black color preview on #55AB77 background

This text has black color on #55AB77 background.


White color preview on #55AB77 background

This text has white color on #55AB77 background.