COLOR #4C5252

HEX: #4C5252
RGB: (76,82,82)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

76
82
82

R + G + B ~ 31%. #4C5252 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 82 + 82 = 240 (100%)
R 76 of 240 ~ 31.67%
G 82 of 240 ~ 34.17%
B 82 of 240 ~ 34.17%

%31.67
%34.17
%34.17

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%7.32
%0
%0
%67.84

Codes

Color #4C5252 in popluar color models

4C5252
RGB768282
HSL180°3.80%30.98%
HSB/HSV180°7.32%32.16%
CMYK7.32%0.00%0.00%
67.84%

Color #4C5252 in popluar number systems.

HEX4C5252
Decimal768282
Binary100110010100101010010
Octal114122122

Shades and tints

Shades of #4C5252

#4C5252
(76,82,82)
#464B4B
(70,75,75)
#404444
(64,68,68)
#3A3D3D
(58,61,61)
#343636
(52,54,54)
#2E2F2F
(46,47,47)
#282828
(40,40,40)
#222121
(34,33,33)
#1C1A1A
(28,26,26)
#161313
(22,19,19)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #4C5252

#4C5252
(76,82,82)
#5C6161
(92,97,97)
#6C7070
(108,112,112)
#7C7F7F
(124,127,127)
#8C8E8E
(140,142,142)
#9C9D9D
(156,157,157)
#ACACAC
(172,172,172)
#BCBBBB
(188,187,187)
#CCCACA
(204,202,202)
#DCD9D9
(220,217,217)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5252; }

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

This text font color is #4C5252.


Background Color

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

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

This div background color is #4C5252.


Border color

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

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

This div border color is #4C5252.


Opacity

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

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

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

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

This text has shadow with #4C5252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5252 on black background.


Color preview on white background

This text has color #4C5252 on white background.



Black color preview on #4C5252 background

This text has black color on #4C5252 background.


White color preview on #4C5252 background

This text has white color on #4C5252 background.