COLOR #4C7D3F

HEX: #4C7D3F
RGB: (76,125,63)

Renk bilgisi

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

RGB renk modeli

#4C7D3F color RGB value is (76,125,63).

  • kırmız ton 76;
  • yeşil ton 125;
  • mavi ton 63.
RGB:
(76,125,63)
(30%,49%,25%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 125 of 255 = 49%
B 63 of 255 = 25%

76
125
63

R + G + B ~ 35%. #4C7D3F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 125 + 63 = 264 (100%)
R 76 of 264 ~ 28.79%
G 125 of 264 ~ 47.35%
B 63 of 264 ~ 23.86%

%28.79
%47.35
%23.86

CMYK RENK MODELİ

#4C7D3F rengi CMYK tonu (39,0,50,51).

  • camgöbeği tonu 39.20%
  • eflatun tonu 0.00%
  • sarı tonu 49.60%
  • ana renk tonu 50.98%
CMYK:
(39,0,50,51)
C39M0Y50K51 
(39%,0%,50%,51%)
(0.39/0.00/0.50/0.51)	

CMYK yüzdeleri

%39.2
%0
%49.6
%50.98

Codes

Color #4C7D3F in popluar color models

4C7D3F
RGB7612563
HSL107°32.98%36.86%
HSB/HSV107°49.60%49.02%
CMYK39.20%0.00%49.60%
50.98%

Color #4C7D3F in popluar number systems.

HEX4C7D3F
Decimal7612563
Binary10011001111101111111
Octal11417577

Shades and tints

Shades of #4C7D3F

#4C7D3F
(76,125,63)
#46723A
(70,114,58)
#406735
(64,103,53)
#3A5C30
(58,92,48)
#34512B
(52,81,43)
#2E4626
(46,70,38)
#283B21
(40,59,33)
#22301C
(34,48,28)
#1C2517
(28,37,23)
#161A12
(22,26,18)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #4C7D3F

#4C7D3F
(76,125,63)
#5C8850
(92,136,80)
#6C9361
(108,147,97)
#7C9E72
(124,158,114)
#8CA983
(140,169,131)
#9CB494
(156,180,148)
#ACBFA5
(172,191,165)
#BCCAB6
(188,202,182)
#CCD5C7
(204,213,199)
#DCE0D8
(220,224,216)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7D3F color. Also use rgb(76,125,63) instead hex code.

Text Font Color

.myTextColor { color: #4C7D3F; }

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

This text font color is #4C7D3F.


Background Color

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

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

This div background color is #4C7D3F.


Border color

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

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

This div border color is #4C7D3F.


Opacity

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

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

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

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

This text has shadow with #4C7D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7D3F on black background.


Color preview on white background

This text has color #4C7D3F on white background.



Black color preview on #4C7D3F background

This text has black color on #4C7D3F background.


White color preview on #4C7D3F background

This text has white color on #4C7D3F background.