COLOR #4C9F5F

HEX: #4C9F5F
RGB: (76,159,95)

Renk bilgisi

#4C9F5F contains mainly green color. #4C9F5F ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#4C9F5F color RGB value is (76,159,95).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 159 of 255 = 62%
B 95 of 255 = 37%

76
159
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 159 + 95 = 330 (100%)
R 76 of 330 ~ 23.03%
G 159 of 330 ~ 48.18%
B 95 of 330 ~ 28.79%

%23.03
%48.18
%28.79

CMYK RENK MODELİ

#4C9F5F rengi CMYK tonu (52,0,40,38).

  • camgöbeği tonu 52.20%
  • eflatun tonu 0.00%
  • sarı tonu 40.25%
  • ana renk tonu 37.65%
CMYK:
(52,0,40,38)
C52M0Y40K38 
(52%,0%,40%,38%)
(0.52/0.00/0.40/0.38)	

CMYK yüzdeleri

%52.2
%0
%40.25
%37.65

Codes

Color #4C9F5F in popluar color models

4C9F5F
RGB7615995
HSL134°35.32%46.08%
HSB/HSV134°52.20%62.35%
CMYK52.20%0.00%40.25%
37.65%

Color #4C9F5F in popluar number systems.

HEX4C9F5F
Decimal7615995
Binary1001100100111111011111
Octal114237137

Shades and tints

Shades of #4C9F5F

#4C9F5F
(76,159,95)
#469157
(70,145,87)
#40834F
(64,131,79)
#3A7547
(58,117,71)
#34673F
(52,103,63)
#2E5937
(46,89,55)
#284B2F
(40,75,47)
#223D27
(34,61,39)
#1C2F1F
(28,47,31)
#162117
(22,33,23)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #4C9F5F

#4C9F5F
(76,159,95)
#5CA76D
(92,167,109)
#6CAF7B
(108,175,123)
#7CB789
(124,183,137)
#8CBF97
(140,191,151)
#9CC7A5
(156,199,165)
#ACCFB3
(172,207,179)
#BCD7C1
(188,215,193)
#CCDFCF
(204,223,207)
#DCE7DD
(220,231,221)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C9F5F; }

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

This text font color is #4C9F5F.


Background Color

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

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

This div background color is #4C9F5F.


Border color

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

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

This div border color is #4C9F5F.


Opacity

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

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

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

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

This text has shadow with #4C9F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9F5F on black background.


Color preview on white background

This text has color #4C9F5F on white background.



Black color preview on #4C9F5F background

This text has black color on #4C9F5F background.


White color preview on #4C9F5F background

This text has white color on #4C9F5F background.