COLOR #4C9380

HEX: #4C9380
RGB: (76,147,128)

Renk bilgisi

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

RGB renk modeli

#4C9380 color RGB value is (76,147,128).

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

RGB bağlantıları ve doygunluk

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

76
147
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 147 + 128 = 351 (100%)
R 76 of 351 ~ 21.65%
G 147 of 351 ~ 41.88%
B 128 of 351 ~ 36.47%

%21.65
%41.88
%36.47

CMYK RENK MODELİ

#4C9380 rengi CMYK tonu (48,0,13,42).

  • camgöbeği tonu 48.30%
  • eflatun tonu 0.00%
  • sarı tonu 12.93%
  • ana renk tonu 42.35%
CMYK:
(48,0,13,42)
C48M0Y13K42 
(48%,0%,13%,42%)
(0.48/0.00/0.13/0.42)	

CMYK yüzdeleri

%48.3
%0
%12.93
%42.35

Codes

Color #4C9380 in popluar color models

4C9380
RGB76147128
HSL164°31.84%43.73%
HSB/HSV164°48.30%57.65%
CMYK48.30%0.00%12.93%
42.35%

Color #4C9380 in popluar number systems.

HEX4C9380
Decimal76147128
Binary10011001001001110000000
Octal114223200

Shades and tints

Shades of #4C9380

#4C9380
(76,147,128)
#468675
(70,134,117)
#40796A
(64,121,106)
#3A6C5F
(58,108,95)
#345F54
(52,95,84)
#2E5249
(46,82,73)
#28453E
(40,69,62)
#223833
(34,56,51)
#1C2B28
(28,43,40)
#161E1D
(22,30,29)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #4C9380

#4C9380
(76,147,128)
#5C9C8B
(92,156,139)
#6CA596
(108,165,150)
#7CAEA1
(124,174,161)
#8CB7AC
(140,183,172)
#9CC0B7
(156,192,183)
#ACC9C2
(172,201,194)
#BCD2CD
(188,210,205)
#CCDBD8
(204,219,216)
#DCE4E3
(220,228,227)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C9380; }

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

This text font color is #4C9380.


Background Color

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

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

This div background color is #4C9380.


Border color

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

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

This div border color is #4C9380.


Opacity

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

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

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

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

This text has shadow with #4C9380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9380 on black background.


Color preview on white background

This text has color #4C9380 on white background.



Black color preview on #4C9380 background

This text has black color on #4C9380 background.


White color preview on #4C9380 background

This text has white color on #4C9380 background.