COLOR #4C4F4C

HEX: #4C4F4C
RGB: (76,79,76)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

76
79
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 79 + 76 = 231 (100%)
R 76 of 231 ~ 32.9%
G 79 of 231 ~ 34.2%
B 76 of 231 ~ 32.9%

%32.9
%34.2
%32.9

CMYK RENK MODELİ

#4C4F4C rengi CMYK tonu (4,0,4,69).

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

CMYK yüzdeleri

%3.8
%0
%3.8
%69.02

Codes

Color #4C4F4C in popluar color models

4C4F4C
RGB767976
HSL120°1.94%30.39%
HSB/HSV120°3.80%30.98%
CMYK3.80%0.00%3.80%
69.02%

Color #4C4F4C in popluar number systems.

HEX4C4F4C
Decimal767976
Binary100110010011111001100
Octal114117114

Shades and tints

Shades of #4C4F4C

#4C4F4C
(76,79,76)
#464846
(70,72,70)
#404140
(64,65,64)
#3A3A3A
(58,58,58)
#343334
(52,51,52)
#2E2C2E
(46,44,46)
#282528
(40,37,40)
#221E22
(34,30,34)
#1C171C
(28,23,28)
#161016
(22,16,22)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #4C4F4C

#4C4F4C
(76,79,76)
#5C5F5C
(92,95,92)
#6C6F6C
(108,111,108)
#7C7F7C
(124,127,124)
#8C8F8C
(140,143,140)
#9C9F9C
(156,159,156)
#ACAFAC
(172,175,172)
#BCBFBC
(188,191,188)
#CCCFCC
(204,207,204)
#DCDFDC
(220,223,220)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4F4C; }

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

This text font color is #4C4F4C.


Background Color

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

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

This div background color is #4C4F4C.


Border color

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

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

This div border color is #4C4F4C.


Opacity

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

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

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

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

This text has shadow with #4C4F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4F4C on black background.


Color preview on white background

This text has color #4C4F4C on white background.



Black color preview on #4C4F4C background

This text has black color on #4C4F4C background.


White color preview on #4C4F4C background

This text has white color on #4C4F4C background.