COLOR #4C7040

HEX: #4C7040
RGB: (76,112,64)

Renk bilgisi

#4C7040 contains red, green and blue colors in about the same proportion. #4C7040 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#4C7040 color RGB value is (76,112,64).

  • kırmız ton 76;
  • yeşil ton 112;
  • mavi ton 64.
RGB:
(76,112,64)
(30%,44%,25%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 112 of 255 = 44%
B 64 of 255 = 25%

76
112
64

R + G + B ~ 33%. #4C7040 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 112 + 64 = 252 (100%)
R 76 of 252 ~ 30.16%
G 112 of 252 ~ 44.44%
B 64 of 252 ~ 25.4%

%30.16
%44.44
%25.4

CMYK RENK MODELİ

#4C7040 rengi CMYK tonu (32,0,43,56).

  • camgöbeği tonu 32.14%
  • eflatun tonu 0.00%
  • sarı tonu 42.86%
  • ana renk tonu 56.08%
CMYK:
(32,0,43,56)
C32M0Y43K56 
(32%,0%,43%,56%)
(0.32/0.00/0.43/0.56)	

CMYK yüzdeleri

%32.14
%0
%42.86
%56.08

Codes

Color #4C7040 in popluar color models

4C7040
RGB7611264
HSL105°27.27%34.51%
HSB/HSV105°42.86%43.92%
CMYK32.14%0.00%42.86%
56.08%

Color #4C7040 in popluar number systems.

HEX4C7040
Decimal7611264
Binary100110011100001000000
Octal114160100

Shades and tints

Shades of #4C7040

#4C7040
(76,112,64)
#46663B
(70,102,59)
#405C36
(64,92,54)
#3A5231
(58,82,49)
#34482C
(52,72,44)
#2E3E27
(46,62,39)
#283422
(40,52,34)
#222A1D
(34,42,29)
#1C2018
(28,32,24)
#161613
(22,22,19)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #4C7040

#4C7040
(76,112,64)
#5C7D51
(92,125,81)
#6C8A62
(108,138,98)
#7C9773
(124,151,115)
#8CA484
(140,164,132)
#9CB195
(156,177,149)
#ACBEA6
(172,190,166)
#BCCBB7
(188,203,183)
#CCD8C8
(204,216,200)
#DCE5D9
(220,229,217)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7040 color. Also use rgb(76,112,64) instead hex code.

Text Font Color

.myTextColor { color: #4C7040; }

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

This text font color is #4C7040.


Background Color

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

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

This div background color is #4C7040.


Border color

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

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

This div border color is #4C7040.


Opacity

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

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

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

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

This text has shadow with #4C7040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7040 on black background.


Color preview on white background

This text has color #4C7040 on white background.



Black color preview on #4C7040 background

This text has black color on #4C7040 background.


White color preview on #4C7040 background

This text has white color on #4C7040 background.