COLOR #4C7134

HEX: #4C7134
RGB: (76,113,52)

Renk bilgisi

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

RGB renk modeli

#4C7134 color RGB value is (76,113,52).

  • kırmız ton 76;
  • yeşil ton 113;
  • mavi ton 52.
RGB:
(76,113,52)
(30%,44%,20%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 113 of 255 = 44%
B 52 of 255 = 20%

76
113
52

R + G + B ~ 31%. #4C7134 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 113 + 52 = 241 (100%)
R 76 of 241 ~ 31.54%
G 113 of 241 ~ 46.89%
B 52 of 241 ~ 21.58%

%31.54
%46.89
%21.58

CMYK RENK MODELİ

#4C7134 rengi CMYK tonu (33,0,54,56).

  • camgöbeği tonu 32.74%
  • eflatun tonu 0.00%
  • sarı tonu 53.98%
  • ana renk tonu 55.69%
CMYK:
(33,0,54,56)
C33M0Y54K56 
(33%,0%,54%,56%)
(0.33/0.00/0.54/0.56)	

CMYK yüzdeleri

%32.74
%0
%53.98
%55.69

Codes

Color #4C7134 in popluar color models

4C7134
RGB7611352
HSL96°36.97%32.35%
HSB/HSV96°53.98%44.31%
CMYK32.74%0.00%53.98%
55.69%

Color #4C7134 in popluar number systems.

HEX4C7134
Decimal7611352
Binary10011001110001110100
Octal11416164

Shades and tints

Shades of #4C7134

#4C7134
(76,113,52)
#466730
(70,103,48)
#405D2C
(64,93,44)
#3A5328
(58,83,40)
#344924
(52,73,36)
#2E3F20
(46,63,32)
#28351C
(40,53,28)
#222B18
(34,43,24)
#1C2114
(28,33,20)
#161710
(22,23,16)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #4C7134

#4C7134
(76,113,52)
#5C7D46
(92,125,70)
#6C8958
(108,137,88)
#7C956A
(124,149,106)
#8CA17C
(140,161,124)
#9CAD8E
(156,173,142)
#ACB9A0
(172,185,160)
#BCC5B2
(188,197,178)
#CCD1C4
(204,209,196)
#DCDDD6
(220,221,214)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7134 color. Also use rgb(76,113,52) instead hex code.

Text Font Color

.myTextColor { color: #4C7134; }

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

This text font color is #4C7134.


Background Color

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

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

This div background color is #4C7134.


Border color

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

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

This div border color is #4C7134.


Opacity

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

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

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

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

This text has shadow with #4C7134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7134 on black background.


Color preview on white background

This text has color #4C7134 on white background.



Black color preview on #4C7134 background

This text has black color on #4C7134 background.


White color preview on #4C7134 background

This text has white color on #4C7134 background.