COLOR #4C4A52

HEX: #4C4A52
RGB: (76,74,82)

Renk bilgisi

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

RGB renk modeli

#4C4A52 color RGB value is (76,74,82).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 74 of 255 = 29%
B 82 of 255 = 32%

76
74
82

R + G + B ~ 30%. #4C4A52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 74 + 82 = 232 (100%)
R 76 of 232 ~ 32.76%
G 74 of 232 ~ 31.9%
B 82 of 232 ~ 35.34%

%32.76
%31.9
%35.34

CMYK RENK MODELİ

#4C4A52 rengi CMYK tonu (7,10,0,68).

  • camgöbeği tonu 7.32%
  • eflatun tonu 9.76%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(7,10,0,68)
C7M10Y0K68 
(7%,10%,0%,68%)
(0.07/0.10/0.00/0.68)	

CMYK yüzdeleri

%7.32
%9.76
%0
%67.84

Codes

Color #4C4A52 in popluar color models

4C4A52
RGB767482
HSL255°5.13%30.59%
HSB/HSV255°9.76%32.16%
CMYK7.32%9.76%0.00%
67.84%

Color #4C4A52 in popluar number systems.

HEX4C4A52
Decimal767482
Binary100110010010101010010
Octal114112122

Shades and tints

Shades of #4C4A52

#4C4A52
(76,74,82)
#46444B
(70,68,75)
#403E44
(64,62,68)
#3A383D
(58,56,61)
#343236
(52,50,54)
#2E2C2F
(46,44,47)
#282628
(40,38,40)
#222021
(34,32,33)
#1C1A1A
(28,26,26)
#161413
(22,20,19)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #4C4A52

#4C4A52
(76,74,82)
#5C5A61
(92,90,97)
#6C6A70
(108,106,112)
#7C7A7F
(124,122,127)
#8C8A8E
(140,138,142)
#9C9A9D
(156,154,157)
#ACAAAC
(172,170,172)
#BCBABB
(188,186,187)
#CCCACA
(204,202,202)
#DCDAD9
(220,218,217)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4A52; }

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

This text font color is #4C4A52.


Background Color

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

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

This div background color is #4C4A52.


Border color

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

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

This div border color is #4C4A52.


Opacity

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

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

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

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

This text has shadow with #4C4A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4A52 on black background.


Color preview on white background

This text has color #4C4A52 on white background.



Black color preview on #4C4A52 background

This text has black color on #4C4A52 background.


White color preview on #4C4A52 background

This text has white color on #4C4A52 background.