COLOR #4C9B54

HEX: #4C9B54
RGB: (76,155,84)

Renk bilgisi

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

RGB renk modeli

#4C9B54 color RGB value is (76,155,84).

  • kırmız ton 76;
  • yeşil ton 155;
  • mavi ton 84.
RGB:
(76,155,84)
(30%,61%,33%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 155 of 255 = 61%
B 84 of 255 = 33%

76
155
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 155 + 84 = 315 (100%)
R 76 of 315 ~ 24.13%
G 155 of 315 ~ 49.21%
B 84 of 315 ~ 26.67%

%24.13
%49.21
%26.67

CMYK RENK MODELİ

#4C9B54 rengi CMYK tonu (51,0,46,39).

  • camgöbeği tonu 50.97%
  • eflatun tonu 0.00%
  • sarı tonu 45.81%
  • ana renk tonu 39.22%
CMYK:
(51,0,46,39)
C51M0Y46K39 
(51%,0%,46%,39%)
(0.51/0.00/0.46/0.39)	

CMYK yüzdeleri

%50.97
%0
%45.81
%39.22

Codes

Color #4C9B54 in popluar color models

4C9B54
RGB7615584
HSL126°34.20%45.29%
HSB/HSV126°50.97%60.78%
CMYK50.97%0.00%45.81%
39.22%

Color #4C9B54 in popluar number systems.

HEX4C9B54
Decimal7615584
Binary1001100100110111010100
Octal114233124

Shades and tints

Shades of #4C9B54

#4C9B54
(76,155,84)
#468D4D
(70,141,77)
#407F46
(64,127,70)
#3A713F
(58,113,63)
#346338
(52,99,56)
#2E5531
(46,85,49)
#28472A
(40,71,42)
#223923
(34,57,35)
#1C2B1C
(28,43,28)
#161D15
(22,29,21)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #4C9B54

#4C9B54
(76,155,84)
#5CA463
(92,164,99)
#6CAD72
(108,173,114)
#7CB681
(124,182,129)
#8CBF90
(140,191,144)
#9CC89F
(156,200,159)
#ACD1AE
(172,209,174)
#BCDABD
(188,218,189)
#CCE3CC
(204,227,204)
#DCECDB
(220,236,219)
#ECF5EA
(236,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9B54 color. Also use rgb(76,155,84) instead hex code.

Text Font Color

.myTextColor { color: #4C9B54; }

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

This text font color is #4C9B54.


Background Color

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

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

This div background color is #4C9B54.


Border color

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

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

This div border color is #4C9B54.


Opacity

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

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

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

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

This text has shadow with #4C9B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9B54 on black background.


Color preview on white background

This text has color #4C9B54 on white background.



Black color preview on #4C9B54 background

This text has black color on #4C9B54 background.


White color preview on #4C9B54 background

This text has white color on #4C9B54 background.