COLOR #4CB378

HEX: #4CB378
RGB: (76,179,120)

Renk bilgisi

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

RGB renk modeli

#4CB378 color RGB value is (76,179,120).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 179 of 255 = 70%
B 120 of 255 = 47%

76
179
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 179 + 120 = 375 (100%)
R 76 of 375 ~ 20.27%
G 179 of 375 ~ 47.73%
B 120 of 375 ~ 32%

%20.27
%47.73
%32

CMYK RENK MODELİ

#4CB378 rengi CMYK tonu (58,0,33,30).

  • camgöbeği tonu 57.54%
  • eflatun tonu 0.00%
  • sarı tonu 32.96%
  • ana renk tonu 29.80%
CMYK:
(58,0,33,30)
C58M0Y33K30 
(58%,0%,33%,30%)
(0.58/0.00/0.33/0.30)	

CMYK yüzdeleri

%57.54
%0
%32.96
%29.8

Codes

Color #4CB378 in popluar color models

4CB378
RGB76179120
HSL146°40.39%50.00%
HSB/HSV146°57.54%70.20%
CMYK57.54%0.00%32.96%
29.80%

Color #4CB378 in popluar number systems.

HEX4CB378
Decimal76179120
Binary1001100101100111111000
Octal114263170

Shades and tints

Shades of #4CB378

#4CB378
(76,179,120)
#46A36E
(70,163,110)
#409364
(64,147,100)
#3A835A
(58,131,90)
#347350
(52,115,80)
#2E6346
(46,99,70)
#28533C
(40,83,60)
#224332
(34,67,50)
#1C3328
(28,51,40)
#16231E
(22,35,30)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #4CB378

#4CB378
(76,179,120)
#5CB984
(92,185,132)
#6CBF90
(108,191,144)
#7CC59C
(124,197,156)
#8CCBA8
(140,203,168)
#9CD1B4
(156,209,180)
#ACD7C0
(172,215,192)
#BCDDCC
(188,221,204)
#CCE3D8
(204,227,216)
#DCE9E4
(220,233,228)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CB378; }

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

This text font color is #4CB378.


Background Color

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

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

This div background color is #4CB378.


Border color

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

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

This div border color is #4CB378.


Opacity

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

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

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

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

This text has shadow with #4CB378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB378 on black background.


Color preview on white background

This text has color #4CB378 on white background.



Black color preview on #4CB378 background

This text has black color on #4CB378 background.


White color preview on #4CB378 background

This text has white color on #4CB378 background.