COLOR #4C5260

HEX: #4C5260
RGB: (76,82,96)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

76
82
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 82 + 96 = 254 (100%)
R 76 of 254 ~ 29.92%
G 82 of 254 ~ 32.28%
B 96 of 254 ~ 37.8%

%29.92
%32.28
%37.8

CMYK RENK MODELİ

#4C5260 rengi CMYK tonu (21,15,0,62).

  • camgöbeği tonu 20.83%
  • eflatun tonu 14.58%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(21,15,0,62)
C21M15Y0K62 
(21%,15%,0%,62%)
(0.21/0.15/0.00/0.62)	

CMYK yüzdeleri

%20.83
%14.58
%0
%62.35

Codes

Color #4C5260 in popluar color models

4C5260
RGB768296
HSL222°11.63%33.73%
HSB/HSV222°20.83%37.65%
CMYK20.83%14.58%0.00%
62.35%

Color #4C5260 in popluar number systems.

HEX4C5260
Decimal768296
Binary100110010100101100000
Octal114122140

Shades and tints

Shades of #4C5260

#4C5260
(76,82,96)
#464B58
(70,75,88)
#404450
(64,68,80)
#3A3D48
(58,61,72)
#343640
(52,54,64)
#2E2F38
(46,47,56)
#282830
(40,40,48)
#222128
(34,33,40)
#1C1A20
(28,26,32)
#161318
(22,19,24)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #4C5260

#4C5260
(76,82,96)
#5C616E
(92,97,110)
#6C707C
(108,112,124)
#7C7F8A
(124,127,138)
#8C8E98
(140,142,152)
#9C9DA6
(156,157,166)
#ACACB4
(172,172,180)
#BCBBC2
(188,187,194)
#CCCAD0
(204,202,208)
#DCD9DE
(220,217,222)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5260; }

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

This text font color is #4C5260.


Background Color

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

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

This div background color is #4C5260.


Border color

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

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

This div border color is #4C5260.


Opacity

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

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

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

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

This text has shadow with #4C5260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5260 on black background.


Color preview on white background

This text has color #4C5260 on white background.



Black color preview on #4C5260 background

This text has black color on #4C5260 background.


White color preview on #4C5260 background

This text has white color on #4C5260 background.