COLOR #4CA477

HEX: #4CA477
RGB: (76,164,119)

Renk bilgisi

#4CA477 contains mainly green and blue colors. #4CA477 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4CA477 color RGB value is (76,164,119).

  • kırmız ton 76;
  • yeşil ton 164;
  • mavi ton 119.
RGB:
(76,164,119)
(30%,64%,47%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 164 of 255 = 64%
B 119 of 255 = 47%

76
164
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 164 + 119 = 359 (100%)
R 76 of 359 ~ 21.17%
G 164 of 359 ~ 45.68%
B 119 of 359 ~ 33.15%

%21.17
%45.68
%33.15

CMYK RENK MODELİ

#4CA477 rengi CMYK tonu (54,0,27,36).

  • camgöbeği tonu 53.66%
  • eflatun tonu 0.00%
  • sarı tonu 27.44%
  • ana renk tonu 35.69%
CMYK:
(54,0,27,36)
C54M0Y27K36 
(54%,0%,27%,36%)
(0.54/0.00/0.27/0.36)	

CMYK yüzdeleri

%53.66
%0
%27.44
%35.69

Codes

Color #4CA477 in popluar color models

4CA477
RGB76164119
HSL149°36.67%47.06%
HSB/HSV149°53.66%64.31%
CMYK53.66%0.00%27.44%
35.69%

Color #4CA477 in popluar number systems.

HEX4CA477
Decimal76164119
Binary1001100101001001110111
Octal114244167

Shades and tints

Shades of #4CA477

#4CA477
(76,164,119)
#46966D
(70,150,109)
#408863
(64,136,99)
#3A7A59
(58,122,89)
#346C4F
(52,108,79)
#2E5E45
(46,94,69)
#28503B
(40,80,59)
#224231
(34,66,49)
#1C3427
(28,52,39)
#16261D
(22,38,29)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #4CA477

#4CA477
(76,164,119)
#5CAC83
(92,172,131)
#6CB48F
(108,180,143)
#7CBC9B
(124,188,155)
#8CC4A7
(140,196,167)
#9CCCB3
(156,204,179)
#ACD4BF
(172,212,191)
#BCDCCB
(188,220,203)
#CCE4D7
(204,228,215)
#DCECE3
(220,236,227)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA477 color. Also use rgb(76,164,119) instead hex code.

Text Font Color

.myTextColor { color: #4CA477; }

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

This text font color is #4CA477.


Background Color

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

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

This div background color is #4CA477.


Border color

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

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

This div border color is #4CA477.


Opacity

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

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

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

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

This text has shadow with #4CA477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA477 on black background.


Color preview on white background

This text has color #4CA477 on white background.



Black color preview on #4CA477 background

This text has black color on #4CA477 background.


White color preview on #4CA477 background

This text has white color on #4CA477 background.