COLOR #4C7C36

HEX: #4C7C36
RGB: (76,124,54)

Renk bilgisi

#4C7C36 contains mainly red and green colors. #4C7C36 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#4C7C36 color RGB value is (76,124,54).

  • kırmız ton 76;
  • yeşil ton 124;
  • mavi ton 54.
RGB:
(76,124,54)
(30%,49%,21%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 124 of 255 = 49%
B 54 of 255 = 21%

76
124
54

R + G + B ~ 33%. #4C7C36 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 124 + 54 = 254 (100%)
R 76 of 254 ~ 29.92%
G 124 of 254 ~ 48.82%
B 54 of 254 ~ 21.26%

%29.92
%48.82
%21.26

CMYK RENK MODELİ

#4C7C36 rengi CMYK tonu (39,0,56,51).

  • camgöbeği tonu 38.71%
  • eflatun tonu 0.00%
  • sarı tonu 56.45%
  • ana renk tonu 51.37%
CMYK:
(39,0,56,51)
C39M0Y56K51 
(39%,0%,56%,51%)
(0.39/0.00/0.56/0.51)	

CMYK yüzdeleri

%38.71
%0
%56.45
%51.37

Codes

Color #4C7C36 in popluar color models

4C7C36
RGB7612454
HSL101°39.33%34.90%
HSB/HSV101°56.45%48.63%
CMYK38.71%0.00%56.45%
51.37%

Color #4C7C36 in popluar number systems.

HEX4C7C36
Decimal7612454
Binary10011001111100110110
Octal11417466

Shades and tints

Shades of #4C7C36

#4C7C36
(76,124,54)
#467132
(70,113,50)
#40662E
(64,102,46)
#3A5B2A
(58,91,42)
#345026
(52,80,38)
#2E4522
(46,69,34)
#283A1E
(40,58,30)
#222F1A
(34,47,26)
#1C2416
(28,36,22)
#161912
(22,25,18)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #4C7C36

#4C7C36
(76,124,54)
#5C8748
(92,135,72)
#6C925A
(108,146,90)
#7C9D6C
(124,157,108)
#8CA87E
(140,168,126)
#9CB390
(156,179,144)
#ACBEA2
(172,190,162)
#BCC9B4
(188,201,180)
#CCD4C6
(204,212,198)
#DCDFD8
(220,223,216)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7C36 color. Also use rgb(76,124,54) instead hex code.

Text Font Color

.myTextColor { color: #4C7C36; }

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

This text font color is #4C7C36.


Background Color

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

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

This div background color is #4C7C36.


Border color

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

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

This div border color is #4C7C36.


Opacity

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

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

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

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

This text has shadow with #4C7C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7C36 on black background.


Color preview on white background

This text has color #4C7C36 on white background.



Black color preview on #4C7C36 background

This text has black color on #4C7C36 background.


White color preview on #4C7C36 background

This text has white color on #4C7C36 background.