COLOR #4C364C

HEX: #4C364C
RGB: (76,54,76)

Renk bilgisi

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

RGB renk modeli

#4C364C color RGB value is (76,54,76).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 54 of 255 = 21%
B 76 of 255 = 30%

76
54
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 54 + 76 = 206 (100%)
R 76 of 206 ~ 36.89%
G 54 of 206 ~ 26.21%
B 76 of 206 ~ 36.89%

%36.89
%26.21
%36.89

CMYK RENK MODELİ

#4C364C rengi CMYK tonu (0,29,0,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.95%
  • sarı tonu 0.00%
  • ana renk tonu 70.20%
CMYK:
(0,29,0,70)
C0M29Y0K70 
(0%,29%,0%,70%)
(0.00/0.29/0.00/0.70)	

CMYK yüzdeleri

%0
%28.95
%0
%70.2

Codes

Color #4C364C in popluar color models

4C364C
RGB765476
HSL300°16.92%25.49%
HSB/HSV300°28.95%29.80%
CMYK0.00%28.95%0.00%
70.20%

Color #4C364C in popluar number systems.

HEX4C364C
Decimal765476
Binary10011001101101001100
Octal11466114

Shades and tints

Shades of #4C364C

#4C364C
(76,54,76)
#463246
(70,50,70)
#402E40
(64,46,64)
#3A2A3A
(58,42,58)
#342634
(52,38,52)
#2E222E
(46,34,46)
#281E28
(40,30,40)
#221A22
(34,26,34)
#1C161C
(28,22,28)
#161216
(22,18,22)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #4C364C

#4C364C
(76,54,76)
#5C485C
(92,72,92)
#6C5A6C
(108,90,108)
#7C6C7C
(124,108,124)
#8C7E8C
(140,126,140)
#9C909C
(156,144,156)
#ACA2AC
(172,162,172)
#BCB4BC
(188,180,188)
#CCC6CC
(204,198,204)
#DCD8DC
(220,216,220)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C364C; }

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

This text font color is #4C364C.


Background Color

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

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

This div background color is #4C364C.


Border color

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

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

This div border color is #4C364C.


Opacity

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

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

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

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

This text has shadow with #4C364C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C364C on black background.


Color preview on white background

This text has color #4C364C on white background.



Black color preview on #4C364C background

This text has black color on #4C364C background.


White color preview on #4C364C background

This text has white color on #4C364C background.