COLOR #4C9480

HEX: #4C9480
RGB: (76,148,128)

Renk bilgisi

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

RGB renk modeli

#4C9480 color RGB value is (76,148,128).

  • kırmız ton 76;
  • yeşil ton 148;
  • mavi ton 128.
RGB:
(76,148,128)
(30%,58%,50%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 148 of 255 = 58%
B 128 of 255 = 50%

76
148
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 148 + 128 = 352 (100%)
R 76 of 352 ~ 21.59%
G 148 of 352 ~ 42.05%
B 128 of 352 ~ 36.36%

%21.59
%42.05
%36.36

CMYK RENK MODELİ

#4C9480 rengi CMYK tonu (49,0,14,42).

  • camgöbeği tonu 48.65%
  • eflatun tonu 0.00%
  • sarı tonu 13.51%
  • ana renk tonu 41.96%
CMYK:
(49,0,14,42)
C49M0Y14K42 
(49%,0%,14%,42%)
(0.49/0.00/0.14/0.42)	

CMYK yüzdeleri

%48.65
%0
%13.51
%41.96

Codes

Color #4C9480 in popluar color models

4C9480
RGB76148128
HSL163°32.14%43.92%
HSB/HSV163°48.65%58.04%
CMYK48.65%0.00%13.51%
41.96%

Color #4C9480 in popluar number systems.

HEX4C9480
Decimal76148128
Binary10011001001010010000000
Octal114224200

Shades and tints

Shades of #4C9480

#4C9480
(76,148,128)
#468775
(70,135,117)
#407A6A
(64,122,106)
#3A6D5F
(58,109,95)
#346054
(52,96,84)
#2E5349
(46,83,73)
#28463E
(40,70,62)
#223933
(34,57,51)
#1C2C28
(28,44,40)
#161F1D
(22,31,29)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #4C9480

#4C9480
(76,148,128)
#5C9D8B
(92,157,139)
#6CA696
(108,166,150)
#7CAFA1
(124,175,161)
#8CB8AC
(140,184,172)
#9CC1B7
(156,193,183)
#ACCAC2
(172,202,194)
#BCD3CD
(188,211,205)
#CCDCD8
(204,220,216)
#DCE5E3
(220,229,227)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9480 color. Also use rgb(76,148,128) instead hex code.

Text Font Color

.myTextColor { color: #4C9480; }

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

This text font color is #4C9480.


Background Color

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

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

This div background color is #4C9480.


Border color

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

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

This div border color is #4C9480.


Opacity

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

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

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

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

This text has shadow with #4C9480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9480 on black background.


Color preview on white background

This text has color #4C9480 on white background.



Black color preview on #4C9480 background

This text has black color on #4C9480 background.


White color preview on #4C9480 background

This text has white color on #4C9480 background.