COLOR #4C946D

HEX: #4C946D
RGB: (76,148,109)

Renk bilgisi

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

RGB renk modeli

#4C946D color RGB value is (76,148,109).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 148 of 255 = 58%
B 109 of 255 = 43%

76
148
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 148 + 109 = 333 (100%)
R 76 of 333 ~ 22.82%
G 148 of 333 ~ 44.44%
B 109 of 333 ~ 32.73%

%22.82
%44.44
%32.73

CMYK RENK MODELİ

#4C946D rengi CMYK tonu (49,0,26,42).

  • camgöbeği tonu 48.65%
  • eflatun tonu 0.00%
  • sarı tonu 26.35%
  • ana renk tonu 41.96%
CMYK:
(49,0,26,42)
C49M0Y26K42 
(49%,0%,26%,42%)
(0.49/0.00/0.26/0.42)	

CMYK yüzdeleri

%48.65
%0
%26.35
%41.96

Codes

Color #4C946D in popluar color models

4C946D
RGB76148109
HSL148°32.14%43.92%
HSB/HSV148°48.65%58.04%
CMYK48.65%0.00%26.35%
41.96%

Color #4C946D in popluar number systems.

HEX4C946D
Decimal76148109
Binary1001100100101001101101
Octal114224155

Shades and tints

Shades of #4C946D

#4C946D
(76,148,109)
#468764
(70,135,100)
#407A5B
(64,122,91)
#3A6D52
(58,109,82)
#346049
(52,96,73)
#2E5340
(46,83,64)
#284637
(40,70,55)
#22392E
(34,57,46)
#1C2C25
(28,44,37)
#161F1C
(22,31,28)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #4C946D

#4C946D
(76,148,109)
#5C9D7A
(92,157,122)
#6CA687
(108,166,135)
#7CAF94
(124,175,148)
#8CB8A1
(140,184,161)
#9CC1AE
(156,193,174)
#ACCABB
(172,202,187)
#BCD3C8
(188,211,200)
#CCDCD5
(204,220,213)
#DCE5E2
(220,229,226)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C946D; }

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

This text font color is #4C946D.


Background Color

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

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

This div background color is #4C946D.


Border color

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

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

This div border color is #4C946D.


Opacity

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

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

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

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

This text has shadow with #4C946D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C946D on black background.


Color preview on white background

This text has color #4C946D on white background.



Black color preview on #4C946D background

This text has black color on #4C946D background.


White color preview on #4C946D background

This text has white color on #4C946D background.