COLOR #4C334C

HEX: #4C334C
RGB: (76,51,76)

Renk bilgisi

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

RGB renk modeli

#4C334C color RGB value is (76,51,76).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 51 of 255 = 20%
B 76 of 255 = 30%

76
51
76

R + G + B ~ 27%. #4C334C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 51 + 76 = 203 (100%)
R 76 of 203 ~ 37.44%
G 51 of 203 ~ 25.12%
B 76 of 203 ~ 37.44%

%37.44
%25.12
%37.44

CMYK RENK MODELİ

#4C334C rengi CMYK tonu (0,33,0,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.89%
  • sarı tonu 0.00%
  • ana renk tonu 70.20%
CMYK:
(0,33,0,70)
C0M33Y0K70 
(0%,33%,0%,70%)
(0.00/0.33/0.00/0.70)	

CMYK yüzdeleri

%0
%32.89
%0
%70.2

Codes

Color #4C334C in popluar color models

4C334C
RGB765176
HSL300°19.69%24.90%
HSB/HSV300°32.89%29.80%
CMYK0.00%32.89%0.00%
70.20%

Color #4C334C in popluar number systems.

HEX4C334C
Decimal765176
Binary10011001100111001100
Octal11463114

Shades and tints

Shades of #4C334C

#4C334C
(76,51,76)
#462F46
(70,47,70)
#402B40
(64,43,64)
#3A273A
(58,39,58)
#342334
(52,35,52)
#2E1F2E
(46,31,46)
#281B28
(40,27,40)
#221722
(34,23,34)
#1C131C
(28,19,28)
#160F16
(22,15,22)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #4C334C

#4C334C
(76,51,76)
#5C455C
(92,69,92)
#6C576C
(108,87,108)
#7C697C
(124,105,124)
#8C7B8C
(140,123,140)
#9C8D9C
(156,141,156)
#AC9FAC
(172,159,172)
#BCB1BC
(188,177,188)
#CCC3CC
(204,195,204)
#DCD5DC
(220,213,220)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C334C; }

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

This text font color is #4C334C.


Background Color

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

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

This div background color is #4C334C.


Border color

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

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

This div border color is #4C334C.


Opacity

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

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

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

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

This text has shadow with #4C334C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C334C on black background.


Color preview on white background

This text has color #4C334C on white background.



Black color preview on #4C334C background

This text has black color on #4C334C background.


White color preview on #4C334C background

This text has white color on #4C334C background.