COLOR #4C4F40

HEX: #4C4F40
RGB: (76,79,64)

Renk bilgisi

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

RGB renk modeli

#4C4F40 color RGB value is (76,79,64).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 79 of 255 = 31%
B 64 of 255 = 25%

76
79
64

R + G + B ~ 29%. #4C4F40 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 79 + 64 = 219 (100%)
R 76 of 219 ~ 34.7%
G 79 of 219 ~ 36.07%
B 64 of 219 ~ 29.22%

%34.7
%36.07
%29.22

CMYK RENK MODELİ

#4C4F40 rengi CMYK tonu (4,0,19,69).

  • camgöbeği tonu 3.80%
  • eflatun tonu 0.00%
  • sarı tonu 18.99%
  • ana renk tonu 69.02%
CMYK:
(4,0,19,69)
C4M0Y19K69 
(4%,0%,19%,69%)
(0.04/0.00/0.19/0.69)	

CMYK yüzdeleri

%3.8
%0
%18.99
%69.02

Codes

Color #4C4F40 in popluar color models

4C4F40
RGB767964
HSL72°10.49%28.04%
HSB/HSV72°18.99%30.98%
CMYK3.80%0.00%18.99%
69.02%

Color #4C4F40 in popluar number systems.

HEX4C4F40
Decimal767964
Binary100110010011111000000
Octal114117100

Shades and tints

Shades of #4C4F40

#4C4F40
(76,79,64)
#46483B
(70,72,59)
#404136
(64,65,54)
#3A3A31
(58,58,49)
#34332C
(52,51,44)
#2E2C27
(46,44,39)
#282522
(40,37,34)
#221E1D
(34,30,29)
#1C1718
(28,23,24)
#161013
(22,16,19)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #4C4F40

#4C4F40
(76,79,64)
#5C5F51
(92,95,81)
#6C6F62
(108,111,98)
#7C7F73
(124,127,115)
#8C8F84
(140,143,132)
#9C9F95
(156,159,149)
#ACAFA6
(172,175,166)
#BCBFB7
(188,191,183)
#CCCFC8
(204,207,200)
#DCDFD9
(220,223,217)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4F40; }

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

This text font color is #4C4F40.


Background Color

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

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

This div background color is #4C4F40.


Border color

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

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

This div border color is #4C4F40.


Opacity

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

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

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

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

This text has shadow with #4C4F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4F40 on black background.


Color preview on white background

This text has color #4C4F40 on white background.



Black color preview on #4C4F40 background

This text has black color on #4C4F40 background.


White color preview on #4C4F40 background

This text has white color on #4C4F40 background.