COLOR #4C4F5B

HEX: #4C4F5B
RGB: (76,79,91)

Renk bilgisi

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

RGB renk modeli

#4C4F5B color RGB value is (76,79,91).

  • kırmız ton 76;
  • yeşil ton 79;
  • mavi ton 91.
RGB:
(76,79,91)
(30%,31%,36%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 79 of 255 = 31%
B 91 of 255 = 36%

76
79
91

R + G + B ~ 32%. #4C4F5B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 79 + 91 = 246 (100%)
R 76 of 246 ~ 30.89%
G 79 of 246 ~ 32.11%
B 91 of 246 ~ 36.99%

%30.89
%32.11
%36.99

CMYK RENK MODELİ

#4C4F5B rengi CMYK tonu (16,13,0,64).

  • camgöbeği tonu 16.48%
  • eflatun tonu 13.19%
  • sarı tonu 0.00%
  • ana renk tonu 64.31%
CMYK:
(16,13,0,64)
C16M13Y0K64 
(16%,13%,0%,64%)
(0.16/0.13/0.00/0.64)	

CMYK yüzdeleri

%16.48
%13.19
%0
%64.31

Codes

Color #4C4F5B in popluar color models

4C4F5B
RGB767991
HSL228°8.98%32.75%
HSB/HSV228°16.48%35.69%
CMYK16.48%13.19%0.00%
64.31%

Color #4C4F5B in popluar number systems.

HEX4C4F5B
Decimal767991
Binary100110010011111011011
Octal114117133

Shades and tints

Shades of #4C4F5B

#4C4F5B
(76,79,91)
#464853
(70,72,83)
#40414B
(64,65,75)
#3A3A43
(58,58,67)
#34333B
(52,51,59)
#2E2C33
(46,44,51)
#28252B
(40,37,43)
#221E23
(34,30,35)
#1C171B
(28,23,27)
#161013
(22,16,19)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #4C4F5B

#4C4F5B
(76,79,91)
#5C5F69
(92,95,105)
#6C6F77
(108,111,119)
#7C7F85
(124,127,133)
#8C8F93
(140,143,147)
#9C9FA1
(156,159,161)
#ACAFAF
(172,175,175)
#BCBFBD
(188,191,189)
#CCCFCB
(204,207,203)
#DCDFD9
(220,223,217)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4F5B; }

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

This text font color is #4C4F5B.


Background Color

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

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

This div background color is #4C4F5B.


Border color

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

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

This div border color is #4C4F5B.


Opacity

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

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

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

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

This text has shadow with #4C4F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4F5B on black background.


Color preview on white background

This text has color #4C4F5B on white background.



Black color preview on #4C4F5B background

This text has black color on #4C4F5B background.


White color preview on #4C4F5B background

This text has white color on #4C4F5B background.