COLOR #4C525F

HEX: #4C525F
RGB: (76,82,95)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

76
82
95

R + G + B ~ 33%. #4C525F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 82 + 95 = 253 (100%)
R 76 of 253 ~ 30.04%
G 82 of 253 ~ 32.41%
B 95 of 253 ~ 37.55%

%30.04
%32.41
%37.55

CMYK RENK MODELİ

#4C525F rengi CMYK tonu (20,14,0,63).

  • camgöbeği tonu 20.00%
  • eflatun tonu 13.68%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(20,14,0,63)
C20M14Y0K63 
(20%,14%,0%,63%)
(0.20/0.14/0.00/0.63)	

CMYK yüzdeleri

%20
%13.68
%0
%62.75

Codes

Color #4C525F in popluar color models

4C525F
RGB768295
HSL221°11.11%33.53%
HSB/HSV221°20.00%37.25%
CMYK20.00%13.68%0.00%
62.75%

Color #4C525F in popluar number systems.

HEX4C525F
Decimal768295
Binary100110010100101011111
Octal114122137

Shades and tints

Shades of #4C525F

#4C525F
(76,82,95)
#464B57
(70,75,87)
#40444F
(64,68,79)
#3A3D47
(58,61,71)
#34363F
(52,54,63)
#2E2F37
(46,47,55)
#28282F
(40,40,47)
#222127
(34,33,39)
#1C1A1F
(28,26,31)
#161317
(22,19,23)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #4C525F

#4C525F
(76,82,95)
#5C616D
(92,97,109)
#6C707B
(108,112,123)
#7C7F89
(124,127,137)
#8C8E97
(140,142,151)
#9C9DA5
(156,157,165)
#ACACB3
(172,172,179)
#BCBBC1
(188,187,193)
#CCCACF
(204,202,207)
#DCD9DD
(220,217,221)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C525F; }

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

This text font color is #4C525F.


Background Color

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

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

This div background color is #4C525F.


Border color

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

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

This div border color is #4C525F.


Opacity

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

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

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

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

This text has shadow with #4C525F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C525F on black background.


Color preview on white background

This text has color #4C525F on white background.



Black color preview on #4C525F background

This text has black color on #4C525F background.


White color preview on #4C525F background

This text has white color on #4C525F background.