COLOR #4C9978

HEX: #4C9978
RGB: (76,153,120)

Renk bilgisi

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

RGB renk modeli

#4C9978 color RGB value is (76,153,120).

  • kırmız ton 76;
  • yeşil ton 153;
  • mavi ton 120.
RGB:
(76,153,120)
(30%,60%,47%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 153 of 255 = 60%
B 120 of 255 = 47%

76
153
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 153 + 120 = 349 (100%)
R 76 of 349 ~ 21.78%
G 153 of 349 ~ 43.84%
B 120 of 349 ~ 34.38%

%21.78
%43.84
%34.38

CMYK RENK MODELİ

#4C9978 rengi CMYK tonu (50,0,22,40).

  • camgöbeği tonu 50.33%
  • eflatun tonu 0.00%
  • sarı tonu 21.57%
  • ana renk tonu 40.00%
CMYK:
(50,0,22,40)
C50M0Y22K40 
(50%,0%,22%,40%)
(0.50/0.00/0.22/0.40)	

CMYK yüzdeleri

%50.33
%0
%21.57
%40

Codes

Color #4C9978 in popluar color models

4C9978
RGB76153120
HSL154°33.62%44.90%
HSB/HSV154°50.33%60.00%
CMYK50.33%0.00%21.57%
40.00%

Color #4C9978 in popluar number systems.

HEX4C9978
Decimal76153120
Binary1001100100110011111000
Octal114231170

Shades and tints

Shades of #4C9978

#4C9978
(76,153,120)
#468C6E
(70,140,110)
#407F64
(64,127,100)
#3A725A
(58,114,90)
#346550
(52,101,80)
#2E5846
(46,88,70)
#284B3C
(40,75,60)
#223E32
(34,62,50)
#1C3128
(28,49,40)
#16241E
(22,36,30)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #4C9978

#4C9978
(76,153,120)
#5CA284
(92,162,132)
#6CAB90
(108,171,144)
#7CB49C
(124,180,156)
#8CBDA8
(140,189,168)
#9CC6B4
(156,198,180)
#ACCFC0
(172,207,192)
#BCD8CC
(188,216,204)
#CCE1D8
(204,225,216)
#DCEAE4
(220,234,228)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9978 color. Also use rgb(76,153,120) instead hex code.

Text Font Color

.myTextColor { color: #4C9978; }

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

This text font color is #4C9978.


Background Color

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

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

This div background color is #4C9978.


Border color

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

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

This div border color is #4C9978.


Opacity

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

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

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

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

This text has shadow with #4C9978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9978 on black background.


Color preview on white background

This text has color #4C9978 on white background.



Black color preview on #4C9978 background

This text has black color on #4C9978 background.


White color preview on #4C9978 background

This text has white color on #4C9978 background.