COLOR #77AB53

HEX: #77AB53
RGB: (119,171,83)

Renk bilgisi

#77AB53 contains mainly red and green colors. #77AB53 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#77AB53 color RGB value is (119,171,83).

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

RGB bağlantıları ve doygunluk

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

119
171
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 171 + 83 = 373 (100%)
R 119 of 373 ~ 31.9%
G 171 of 373 ~ 45.84%
B 83 of 373 ~ 22.25%

%31.9
%45.84
%22.25

CMYK RENK MODELİ

#77AB53 rengi CMYK tonu (30,0,51,33).

  • camgöbeği tonu 30.41%
  • eflatun tonu 0.00%
  • sarı tonu 51.46%
  • ana renk tonu 32.94%
CMYK:
(30,0,51,33)
C30M0Y51K33 
(30%,0%,51%,33%)
(0.30/0.00/0.51/0.33)	

CMYK yüzdeleri

%30.41
%0
%51.46
%32.94

Codes

Color #77AB53 in popluar color models

77AB53
RGB11917183
HSL95°34.65%49.80%
HSB/HSV95°51.46%67.06%
CMYK30.41%0.00%51.46%
32.94%

Color #77AB53 in popluar number systems.

HEX77AB53
Decimal11917183
Binary1110111101010111010011
Octal167253123

Shades and tints

Shades of #77AB53

#77AB53
(119,171,83)
#6D9C4C
(109,156,76)
#638D45
(99,141,69)
#597E3E
(89,126,62)
#4F6F37
(79,111,55)
#456030
(69,96,48)
#3B5129
(59,81,41)
#314222
(49,66,34)
#27331B
(39,51,27)
#1D2414
(29,36,20)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #77AB53

#77AB53
(119,171,83)
#83B262
(131,178,98)
#8FB971
(143,185,113)
#9BC080
(155,192,128)
#A7C78F
(167,199,143)
#B3CE9E
(179,206,158)
#BFD5AD
(191,213,173)
#CBDCBC
(203,220,188)
#D7E3CB
(215,227,203)
#E3EADA
(227,234,218)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AB53 color. Also use rgb(119,171,83) instead hex code.

Text Font Color

.myTextColor { color: #77AB53; }

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

This text font color is #77AB53.


Background Color

.myBgColor { background-color: #77AB53; }

<div style="background-color:#77AB53">Inner text</div>

This div background color is #77AB53.


Border color

.myBorderColor { border: 1px solid #77AB53; }

<div style="border:3px solid #77AB53">Div</div>

This div border color is #77AB53.


Opacity

.myOpacity80 { color: #77AB53; opacity: 0.8; }

<p style="color:#77AB53;opacity:0.8;">80%</p>

Text with #77AB53 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 #77AB53;}

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

This text has shadow with #77AB53 color.

.textShadow {text-shadow: 3px 3px 1px #77AB53, 3px 3px 1px red;}

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

This text has shadow with #77AB53 primary color and red secondary color.


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

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

This text has shadow with #77AB53 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AB53 on black background.


Color preview on white background

This text has color #77AB53 on white background.



Black color preview on #77AB53 background

This text has black color on #77AB53 background.


White color preview on #77AB53 background

This text has white color on #77AB53 background.