COLOR #4C4C3C

HEX: #4C4C3C
RGB: (76,76,60)

Renk bilgisi

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

RGB renk modeli

#4C4C3C color RGB value is (76,76,60).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 76 of 255 = 30%
B 60 of 255 = 24%

76
76
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 76 + 60 = 212 (100%)
R 76 of 212 ~ 35.85%
G 76 of 212 ~ 35.85%
B 60 of 212 ~ 28.3%

%35.85
%35.85
%28.3

CMYK RENK MODELİ

#4C4C3C rengi CMYK tonu (0,0,21,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 21.05%
  • ana renk tonu 70.20%
CMYK:
(0,0,21,70)
C0M0Y21K70 
(0%,0%,21%,70%)
(0.00/0.00/0.21/0.70)	

CMYK yüzdeleri

%0
%0
%21.05
%70.2

Codes

Color #4C4C3C in popluar color models

4C4C3C
RGB767660
HSL60°11.76%26.67%
HSB/HSV60°21.05%29.80%
CMYK0.00%0.00%21.05%
70.20%

Color #4C4C3C in popluar number systems.

HEX4C4C3C
Decimal767660
Binary10011001001100111100
Octal11411474

Shades and tints

Shades of #4C4C3C

#4C4C3C
(76,76,60)
#464637
(70,70,55)
#404032
(64,64,50)
#3A3A2D
(58,58,45)
#343428
(52,52,40)
#2E2E23
(46,46,35)
#28281E
(40,40,30)
#222219
(34,34,25)
#1C1C14
(28,28,20)
#16160F
(22,22,15)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #4C4C3C

#4C4C3C
(76,76,60)
#5C5C4D
(92,92,77)
#6C6C5E
(108,108,94)
#7C7C6F
(124,124,111)
#8C8C80
(140,140,128)
#9C9C91
(156,156,145)
#ACACA2
(172,172,162)
#BCBCB3
(188,188,179)
#CCCCC4
(204,204,196)
#DCDCD5
(220,220,213)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4C3C; }

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

This text font color is #4C4C3C.


Background Color

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

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

This div background color is #4C4C3C.


Border color

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

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

This div border color is #4C4C3C.


Opacity

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

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

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

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

This text has shadow with #4C4C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4C3C on black background.


Color preview on white background

This text has color #4C4C3C on white background.



Black color preview on #4C4C3C background

This text has black color on #4C4C3C background.


White color preview on #4C4C3C background

This text has white color on #4C4C3C background.