COLOR #4C4C46

HEX: #4C4C46
RGB: (76,76,70)

Renk bilgisi

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

RGB renk modeli

#4C4C46 color RGB value is (76,76,70).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 76 of 255 = 30%
B 70 of 255 = 27%

76
76
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 76 + 70 = 222 (100%)
R 76 of 222 ~ 34.23%
G 76 of 222 ~ 34.23%
B 70 of 222 ~ 31.53%

%34.23
%34.23
%31.53

CMYK RENK MODELİ

#4C4C46 rengi CMYK tonu (0,0,8,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 7.89%
  • ana renk tonu 70.20%
CMYK:
(0,0,8,70)
C0M0Y8K70 
(0%,0%,8%,70%)
(0.00/0.00/0.08/0.70)	

CMYK yüzdeleri

%0
%0
%7.89
%70.2

Codes

Color #4C4C46 in popluar color models

4C4C46
RGB767670
HSL60°4.11%28.63%
HSB/HSV60°7.89%29.80%
CMYK0.00%0.00%7.89%
70.20%

Color #4C4C46 in popluar number systems.

HEX4C4C46
Decimal767670
Binary100110010011001000110
Octal114114106

Shades and tints

Shades of #4C4C46

#4C4C46
(76,76,70)
#464640
(70,70,64)
#40403A
(64,64,58)
#3A3A34
(58,58,52)
#34342E
(52,52,46)
#2E2E28
(46,46,40)
#282822
(40,40,34)
#22221C
(34,34,28)
#1C1C16
(28,28,22)
#161610
(22,22,16)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #4C4C46

#4C4C46
(76,76,70)
#5C5C56
(92,92,86)
#6C6C66
(108,108,102)
#7C7C76
(124,124,118)
#8C8C86
(140,140,134)
#9C9C96
(156,156,150)
#ACACA6
(172,172,166)
#BCBCB6
(188,188,182)
#CCCCC6
(204,204,198)
#DCDCD6
(220,220,214)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4C46; }

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

This text font color is #4C4C46.


Background Color

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

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

This div background color is #4C4C46.


Border color

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

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

This div border color is #4C4C46.


Opacity

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

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

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

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

This text has shadow with #4C4C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4C46 on black background.


Color preview on white background

This text has color #4C4C46 on white background.



Black color preview on #4C4C46 background

This text has black color on #4C4C46 background.


White color preview on #4C4C46 background

This text has white color on #4C4C46 background.