COLOR #4C5A40

HEX: #4C5A40
RGB: (76,90,64)

Renk bilgisi

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

RGB renk modeli

#4C5A40 color RGB value is (76,90,64).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 90 of 255 = 35%
B 64 of 255 = 25%

76
90
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 90 + 64 = 230 (100%)
R 76 of 230 ~ 33.04%
G 90 of 230 ~ 39.13%
B 64 of 230 ~ 27.83%

%33.04
%39.13
%27.83

CMYK RENK MODELİ

#4C5A40 rengi CMYK tonu (16,0,29,65).

  • camgöbeği tonu 15.56%
  • eflatun tonu 0.00%
  • sarı tonu 28.89%
  • ana renk tonu 64.71%
CMYK:
(16,0,29,65)
C16M0Y29K65 
(16%,0%,29%,65%)
(0.16/0.00/0.29/0.65)	

CMYK yüzdeleri

%15.56
%0
%28.89
%64.71

Codes

Color #4C5A40 in popluar color models

4C5A40
RGB769064
HSL92°16.88%30.20%
HSB/HSV92°28.89%35.29%
CMYK15.56%0.00%28.89%
64.71%

Color #4C5A40 in popluar number systems.

HEX4C5A40
Decimal769064
Binary100110010110101000000
Octal114132100

Shades and tints

Shades of #4C5A40

#4C5A40
(76,90,64)
#46523B
(70,82,59)
#404A36
(64,74,54)
#3A4231
(58,66,49)
#343A2C
(52,58,44)
#2E3227
(46,50,39)
#282A22
(40,42,34)
#22221D
(34,34,29)
#1C1A18
(28,26,24)
#161213
(22,18,19)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #4C5A40

#4C5A40
(76,90,64)
#5C6951
(92,105,81)
#6C7862
(108,120,98)
#7C8773
(124,135,115)
#8C9684
(140,150,132)
#9CA595
(156,165,149)
#ACB4A6
(172,180,166)
#BCC3B7
(188,195,183)
#CCD2C8
(204,210,200)
#DCE1D9
(220,225,217)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5A40; }

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

This text font color is #4C5A40.


Background Color

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

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

This div background color is #4C5A40.


Border color

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

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

This div border color is #4C5A40.


Opacity

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

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

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

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

This text has shadow with #4C5A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5A40 on black background.


Color preview on white background

This text has color #4C5A40 on white background.



Black color preview on #4C5A40 background

This text has black color on #4C5A40 background.


White color preview on #4C5A40 background

This text has white color on #4C5A40 background.