COLOR #4C7419

HEX: #4C7419
RGB: (76,116,25)

Renk bilgisi

#4C7419 contains mainly red and green colors. #4C7419 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#4C7419 color RGB value is (76,116,25).

  • kırmız ton 76;
  • yeşil ton 116;
  • mavi ton 25.
RGB:
(76,116,25)
(30%,45%,10%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 116 of 255 = 45%
B 25 of 255 = 10%

76
116
25

R + G + B ~ 28%. #4C7419 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 116 + 25 = 217 (100%)
R 76 of 217 ~ 35.02%
G 116 of 217 ~ 53.46%
B 25 of 217 ~ 11.52%

%35.02
%53.46
%11.52

CMYK RENK MODELİ

#4C7419 rengi CMYK tonu (34,0,78,55).

  • camgöbeği tonu 34.48%
  • eflatun tonu 0.00%
  • sarı tonu 78.45%
  • ana renk tonu 54.51%
CMYK:
(34,0,78,55)
C34M0Y78K55 
(34%,0%,78%,55%)
(0.34/0.00/0.78/0.55)	

CMYK yüzdeleri

%34.48
%0
%78.45
%54.51

Codes

Color #4C7419 in popluar color models

4C7419
RGB7611625
HSL86°64.54%27.65%
HSB/HSV86°78.45%45.49%
CMYK34.48%0.00%78.45%
54.51%

Color #4C7419 in popluar number systems.

HEX4C7419
Decimal7611625
Binary1001100111010011001
Octal11416431

Shades and tints

Shades of #4C7419

#4C7419
(76,116,25)
#466A17
(70,106,23)
#406015
(64,96,21)
#3A5613
(58,86,19)
#344C11
(52,76,17)
#2E420F
(46,66,15)
#28380D
(40,56,13)
#222E0B
(34,46,11)
#1C2409
(28,36,9)
#161A07
(22,26,7)
#101005
(16,16,5)
#000000
(0,0,0)

Tints of #4C7419

#4C7419
(76,116,25)
#5C802D
(92,128,45)
#6C8C41
(108,140,65)
#7C9855
(124,152,85)
#8CA469
(140,164,105)
#9CB07D
(156,176,125)
#ACBC91
(172,188,145)
#BCC8A5
(188,200,165)
#CCD4B9
(204,212,185)
#DCE0CD
(220,224,205)
#ECECE1
(236,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7419 color. Also use rgb(76,116,25) instead hex code.

Text Font Color

.myTextColor { color: #4C7419; }

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

This text font color is #4C7419.


Background Color

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

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

This div background color is #4C7419.


Border color

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

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

This div border color is #4C7419.


Opacity

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

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

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

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

This text has shadow with #4C7419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7419 on black background.


Color preview on white background

This text has color #4C7419 on white background.



Black color preview on #4C7419 background

This text has black color on #4C7419 background.


White color preview on #4C7419 background

This text has white color on #4C7419 background.