COLOR #4C4C41

HEX: #4C4C41
RGB: (76,76,65)

Renk bilgisi

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

RGB renk modeli

#4C4C41 color RGB value is (76,76,65).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 76 of 255 = 30%
B 65 of 255 = 25%

76
76
65

R + G + B ~ 28%. #4C4C41 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 76 + 65 = 217 (100%)
R 76 of 217 ~ 35.02%
G 76 of 217 ~ 35.02%
B 65 of 217 ~ 29.95%

%35.02
%35.02
%29.95

CMYK RENK MODELİ

#4C4C41 rengi CMYK tonu (0,0,14,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 14.47%
  • ana renk tonu 70.20%
CMYK:
(0,0,14,70)
C0M0Y14K70 
(0%,0%,14%,70%)
(0.00/0.00/0.14/0.70)	

CMYK yüzdeleri

%0
%0
%14.47
%70.2

Codes

Color #4C4C41 in popluar color models

4C4C41
RGB767665
HSL60°7.80%27.65%
HSB/HSV60°14.47%29.80%
CMYK0.00%0.00%14.47%
70.20%

Color #4C4C41 in popluar number systems.

HEX4C4C41
Decimal767665
Binary100110010011001000001
Octal114114101

Shades and tints

Shades of #4C4C41

#4C4C41
(76,76,65)
#46463C
(70,70,60)
#404037
(64,64,55)
#3A3A32
(58,58,50)
#34342D
(52,52,45)
#2E2E28
(46,46,40)
#282823
(40,40,35)
#22221E
(34,34,30)
#1C1C19
(28,28,25)
#161614
(22,22,20)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #4C4C41

#4C4C41
(76,76,65)
#5C5C52
(92,92,82)
#6C6C63
(108,108,99)
#7C7C74
(124,124,116)
#8C8C85
(140,140,133)
#9C9C96
(156,156,150)
#ACACA7
(172,172,167)
#BCBCB8
(188,188,184)
#CCCCC9
(204,204,201)
#DCDCDA
(220,220,218)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4C41; }

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

This text font color is #4C4C41.


Background Color

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

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

This div background color is #4C4C41.


Border color

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

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

This div border color is #4C4C41.


Opacity

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

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

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

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

This text has shadow with #4C4C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4C41 on black background.


Color preview on white background

This text has color #4C4C41 on white background.



Black color preview on #4C4C41 background

This text has black color on #4C4C41 background.


White color preview on #4C4C41 background

This text has white color on #4C4C41 background.