COLOR #4C7329

HEX: #4C7329
RGB: (76,115,41)

Renk bilgisi

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

RGB renk modeli

#4C7329 color RGB value is (76,115,41).

  • kırmız ton 76;
  • yeşil ton 115;
  • mavi ton 41.
RGB:
(76,115,41)
(30%,45%,16%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 115 of 255 = 45%
B 41 of 255 = 16%

76
115
41

R + G + B ~ 30%. #4C7329 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 115 + 41 = 232 (100%)
R 76 of 232 ~ 32.76%
G 115 of 232 ~ 49.57%
B 41 of 232 ~ 17.67%

%32.76
%49.57
%17.67

CMYK RENK MODELİ

#4C7329 rengi CMYK tonu (34,0,64,55).

  • camgöbeği tonu 33.91%
  • eflatun tonu 0.00%
  • sarı tonu 64.35%
  • ana renk tonu 54.90%
CMYK:
(34,0,64,55)
C34M0Y64K55 
(34%,0%,64%,55%)
(0.34/0.00/0.64/0.55)	

CMYK yüzdeleri

%33.91
%0
%64.35
%54.9

Codes

Color #4C7329 in popluar color models

4C7329
RGB7611541
HSL92°47.44%30.59%
HSB/HSV92°64.35%45.10%
CMYK33.91%0.00%64.35%
54.90%

Color #4C7329 in popluar number systems.

HEX4C7329
Decimal7611541
Binary10011001110011101001
Octal11416351

Shades and tints

Shades of #4C7329

#4C7329
(76,115,41)
#466926
(70,105,38)
#405F23
(64,95,35)
#3A5520
(58,85,32)
#344B1D
(52,75,29)
#2E411A
(46,65,26)
#283717
(40,55,23)
#222D14
(34,45,20)
#1C2311
(28,35,17)
#16190E
(22,25,14)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #4C7329

#4C7329
(76,115,41)
#5C7F3C
(92,127,60)
#6C8B4F
(108,139,79)
#7C9762
(124,151,98)
#8CA375
(140,163,117)
#9CAF88
(156,175,136)
#ACBB9B
(172,187,155)
#BCC7AE
(188,199,174)
#CCD3C1
(204,211,193)
#DCDFD4
(220,223,212)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7329 color. Also use rgb(76,115,41) instead hex code.

Text Font Color

.myTextColor { color: #4C7329; }

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

This text font color is #4C7329.


Background Color

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

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

This div background color is #4C7329.


Border color

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

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

This div border color is #4C7329.


Opacity

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

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

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

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

This text has shadow with #4C7329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7329 on black background.


Color preview on white background

This text has color #4C7329 on white background.



Black color preview on #4C7329 background

This text has black color on #4C7329 background.


White color preview on #4C7329 background

This text has white color on #4C7329 background.