COLOR #4C9F70

HEX: #4C9F70
RGB: (76,159,112)

Renk bilgisi

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

RGB renk modeli

#4C9F70 color RGB value is (76,159,112).

  • kırmız ton 76;
  • yeşil ton 159;
  • mavi ton 112.
RGB:
(76,159,112)
(30%,62%,44%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 159 of 255 = 62%
B 112 of 255 = 44%

76
159
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 159 + 112 = 347 (100%)
R 76 of 347 ~ 21.9%
G 159 of 347 ~ 45.82%
B 112 of 347 ~ 32.28%

%21.9
%45.82
%32.28

CMYK RENK MODELİ

#4C9F70 rengi CMYK tonu (52,0,30,38).

  • camgöbeği tonu 52.20%
  • eflatun tonu 0.00%
  • sarı tonu 29.56%
  • ana renk tonu 37.65%
CMYK:
(52,0,30,38)
C52M0Y30K38 
(52%,0%,30%,38%)
(0.52/0.00/0.30/0.38)	

CMYK yüzdeleri

%52.2
%0
%29.56
%37.65

Codes

Color #4C9F70 in popluar color models

4C9F70
RGB76159112
HSL146°35.32%46.08%
HSB/HSV146°52.20%62.35%
CMYK52.20%0.00%29.56%
37.65%

Color #4C9F70 in popluar number systems.

HEX4C9F70
Decimal76159112
Binary1001100100111111110000
Octal114237160

Shades and tints

Shades of #4C9F70

#4C9F70
(76,159,112)
#469166
(70,145,102)
#40835C
(64,131,92)
#3A7552
(58,117,82)
#346748
(52,103,72)
#2E593E
(46,89,62)
#284B34
(40,75,52)
#223D2A
(34,61,42)
#1C2F20
(28,47,32)
#162116
(22,33,22)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #4C9F70

#4C9F70
(76,159,112)
#5CA77D
(92,167,125)
#6CAF8A
(108,175,138)
#7CB797
(124,183,151)
#8CBFA4
(140,191,164)
#9CC7B1
(156,199,177)
#ACCFBE
(172,207,190)
#BCD7CB
(188,215,203)
#CCDFD8
(204,223,216)
#DCE7E5
(220,231,229)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9F70 color. Also use rgb(76,159,112) instead hex code.

Text Font Color

.myTextColor { color: #4C9F70; }

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

This text font color is #4C9F70.


Background Color

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

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

This div background color is #4C9F70.


Border color

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

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

This div border color is #4C9F70.


Opacity

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

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

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

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

This text has shadow with #4C9F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9F70 on black background.


Color preview on white background

This text has color #4C9F70 on white background.



Black color preview on #4C9F70 background

This text has black color on #4C9F70 background.


White color preview on #4C9F70 background

This text has white color on #4C9F70 background.