COLOR #4CA561

HEX: #4CA561
RGB: (76,165,97)

Renk bilgisi

#4CA561 contains mainly green color. #4CA561 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4CA561 color RGB value is (76,165,97).

  • kırmız ton 76;
  • yeşil ton 165;
  • mavi ton 97.
RGB:
(76,165,97)
(30%,65%,38%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 165 of 255 = 65%
B 97 of 255 = 38%

76
165
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 165 + 97 = 338 (100%)
R 76 of 338 ~ 22.49%
G 165 of 338 ~ 48.82%
B 97 of 338 ~ 28.7%

%22.49
%48.82
%28.7

CMYK RENK MODELİ

#4CA561 rengi CMYK tonu (54,0,41,35).

  • camgöbeği tonu 53.94%
  • eflatun tonu 0.00%
  • sarı tonu 41.21%
  • ana renk tonu 35.29%
CMYK:
(54,0,41,35)
C54M0Y41K35 
(54%,0%,41%,35%)
(0.54/0.00/0.41/0.35)	

CMYK yüzdeleri

%53.94
%0
%41.21
%35.29

Codes

Color #4CA561 in popluar color models

4CA561
RGB7616597
HSL134°36.93%47.25%
HSB/HSV134°53.94%64.71%
CMYK53.94%0.00%41.21%
35.29%

Color #4CA561 in popluar number systems.

HEX4CA561
Decimal7616597
Binary1001100101001011100001
Octal114245141

Shades and tints

Shades of #4CA561

#4CA561
(76,165,97)
#469659
(70,150,89)
#408751
(64,135,81)
#3A7849
(58,120,73)
#346941
(52,105,65)
#2E5A39
(46,90,57)
#284B31
(40,75,49)
#223C29
(34,60,41)
#1C2D21
(28,45,33)
#161E19
(22,30,25)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #4CA561

#4CA561
(76,165,97)
#5CAD6F
(92,173,111)
#6CB57D
(108,181,125)
#7CBD8B
(124,189,139)
#8CC599
(140,197,153)
#9CCDA7
(156,205,167)
#ACD5B5
(172,213,181)
#BCDDC3
(188,221,195)
#CCE5D1
(204,229,209)
#DCEDDF
(220,237,223)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA561 color. Also use rgb(76,165,97) instead hex code.

Text Font Color

.myTextColor { color: #4CA561; }

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

This text font color is #4CA561.


Background Color

.myBgColor { background-color: #4CA561; }

<div style="background-color:#4CA561">Inner text</div>

This div background color is #4CA561.


Border color

.myBorderColor { border: 1px solid #4CA561; }

<div style="border:3px solid #4CA561">Div</div>

This div border color is #4CA561.


Opacity

.myOpacity80 { color: #4CA561; opacity: 0.8; }

<p style="color:#4CA561;opacity:0.8;">80%</p>

Text with #4CA561 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 #4CA561;}

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

This text has shadow with #4CA561 color.

.textShadow {text-shadow: 3px 3px 1px #4CA561, 3px 3px 1px red;}

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

This text has shadow with #4CA561 primary color and red secondary color.


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

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

This text has shadow with #4CA561 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA561 on black background.


Color preview on white background

This text has color #4CA561 on white background.



Black color preview on #4CA561 background

This text has black color on #4CA561 background.


White color preview on #4CA561 background

This text has white color on #4CA561 background.