COLOR #4C4A48

HEX: #4C4A48
RGB: (76,74,72)

Renk bilgisi

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

RGB renk modeli

#4C4A48 color RGB value is (76,74,72).

  • kırmız ton 76;
  • yeşil ton 74;
  • mavi ton 72.
RGB:
(76,74,72)
(30%,29%,28%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 74 of 255 = 29%
B 72 of 255 = 28%

76
74
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 74 + 72 = 222 (100%)
R 76 of 222 ~ 34.23%
G 74 of 222 ~ 33.33%
B 72 of 222 ~ 32.43%

%34.23
%33.33
%32.43

CMYK RENK MODELİ

#4C4A48 rengi CMYK tonu (0,3,5,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.63%
  • sarı tonu 5.26%
  • ana renk tonu 70.20%
CMYK:
(0,3,5,70)
C0M3Y5K70 
(0%,3%,5%,70%)
(0.00/0.03/0.05/0.70)	

CMYK yüzdeleri

%0
%2.63
%5.26
%70.2

Codes

Color #4C4A48 in popluar color models

4C4A48
RGB767472
HSL30°2.70%29.02%
HSB/HSV30°5.26%29.80%
CMYK0.00%2.63%5.26%
70.20%

Color #4C4A48 in popluar number systems.

HEX4C4A48
Decimal767472
Binary100110010010101001000
Octal114112110

Shades and tints

Shades of #4C4A48

#4C4A48
(76,74,72)
#464442
(70,68,66)
#403E3C
(64,62,60)
#3A3836
(58,56,54)
#343230
(52,50,48)
#2E2C2A
(46,44,42)
#282624
(40,38,36)
#22201E
(34,32,30)
#1C1A18
(28,26,24)
#161412
(22,20,18)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #4C4A48

#4C4A48
(76,74,72)
#5C5A58
(92,90,88)
#6C6A68
(108,106,104)
#7C7A78
(124,122,120)
#8C8A88
(140,138,136)
#9C9A98
(156,154,152)
#ACAAA8
(172,170,168)
#BCBAB8
(188,186,184)
#CCCAC8
(204,202,200)
#DCDAD8
(220,218,216)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4A48; }

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

This text font color is #4C4A48.


Background Color

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

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

This div background color is #4C4A48.


Border color

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

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

This div border color is #4C4A48.


Opacity

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

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

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

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

This text has shadow with #4C4A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4A48 on black background.


Color preview on white background

This text has color #4C4A48 on white background.



Black color preview on #4C4A48 background

This text has black color on #4C4A48 background.


White color preview on #4C4A48 background

This text has white color on #4C4A48 background.