COLOR #4C7336

HEX: #4C7336
RGB: (76,115,54)

Renk bilgisi

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

RGB renk modeli

#4C7336 color RGB value is (76,115,54).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 115 of 255 = 45%
B 54 of 255 = 21%

76
115
54

R + G + B ~ 32%. #4C7336 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 115 + 54 = 245 (100%)
R 76 of 245 ~ 31.02%
G 115 of 245 ~ 46.94%
B 54 of 245 ~ 22.04%

%31.02
%46.94
%22.04

CMYK RENK MODELİ

#4C7336 rengi CMYK tonu (34,0,53,55).

  • camgöbeği tonu 33.91%
  • eflatun tonu 0.00%
  • sarı tonu 53.04%
  • ana renk tonu 54.90%
CMYK:
(34,0,53,55)
C34M0Y53K55 
(34%,0%,53%,55%)
(0.34/0.00/0.53/0.55)	

CMYK yüzdeleri

%33.91
%0
%53.04
%54.9

Codes

Color #4C7336 in popluar color models

4C7336
RGB7611554
HSL98°36.09%33.14%
HSB/HSV98°53.04%45.10%
CMYK33.91%0.00%53.04%
54.90%

Color #4C7336 in popluar number systems.

HEX4C7336
Decimal7611554
Binary10011001110011110110
Octal11416366

Shades and tints

Shades of #4C7336

#4C7336
(76,115,54)
#466932
(70,105,50)
#405F2E
(64,95,46)
#3A552A
(58,85,42)
#344B26
(52,75,38)
#2E4122
(46,65,34)
#28371E
(40,55,30)
#222D1A
(34,45,26)
#1C2316
(28,35,22)
#161912
(22,25,18)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #4C7336

#4C7336
(76,115,54)
#5C7F48
(92,127,72)
#6C8B5A
(108,139,90)
#7C976C
(124,151,108)
#8CA37E
(140,163,126)
#9CAF90
(156,175,144)
#ACBBA2
(172,187,162)
#BCC7B4
(188,199,180)
#CCD3C6
(204,211,198)
#DCDFD8
(220,223,216)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7336; }

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

This text font color is #4C7336.


Background Color

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

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

This div background color is #4C7336.


Border color

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

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

This div border color is #4C7336.


Opacity

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

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

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

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

This text has shadow with #4C7336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7336 on black background.


Color preview on white background

This text has color #4C7336 on white background.



Black color preview on #4C7336 background

This text has black color on #4C7336 background.


White color preview on #4C7336 background

This text has white color on #4C7336 background.