COLOR #4C4F6F

HEX: #4C4F6F
RGB: (76,79,111)

Renk bilgisi

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

RGB renk modeli

#4C4F6F color RGB value is (76,79,111).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 79 of 255 = 31%
B 111 of 255 = 44%

76
79
111

R + G + B ~ 35%. #4C4F6F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 79 + 111 = 266 (100%)
R 76 of 266 ~ 28.57%
G 79 of 266 ~ 29.7%
B 111 of 266 ~ 41.73%

%28.57
%29.7
%41.73

CMYK RENK MODELİ

#4C4F6F rengi CMYK tonu (32,29,0,56).

  • camgöbeği tonu 31.53%
  • eflatun tonu 28.83%
  • sarı tonu 0.00%
  • ana renk tonu 56.47%
CMYK:
(32,29,0,56)
C32M29Y0K56 
(32%,29%,0%,56%)
(0.32/0.29/0.00/0.56)	

CMYK yüzdeleri

%31.53
%28.83
%0
%56.47

Codes

Color #4C4F6F in popluar color models

4C4F6F
RGB7679111
HSL235°18.72%36.67%
HSB/HSV235°31.53%43.53%
CMYK31.53%28.83%0.00%
56.47%

Color #4C4F6F in popluar number systems.

HEX4C4F6F
Decimal7679111
Binary100110010011111101111
Octal114117157

Shades and tints

Shades of #4C4F6F

#4C4F6F
(76,79,111)
#464865
(70,72,101)
#40415B
(64,65,91)
#3A3A51
(58,58,81)
#343347
(52,51,71)
#2E2C3D
(46,44,61)
#282533
(40,37,51)
#221E29
(34,30,41)
#1C171F
(28,23,31)
#161015
(22,16,21)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #4C4F6F

#4C4F6F
(76,79,111)
#5C5F7C
(92,95,124)
#6C6F89
(108,111,137)
#7C7F96
(124,127,150)
#8C8FA3
(140,143,163)
#9C9FB0
(156,159,176)
#ACAFBD
(172,175,189)
#BCBFCA
(188,191,202)
#CCCFD7
(204,207,215)
#DCDFE4
(220,223,228)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4F6F; }

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

This text font color is #4C4F6F.


Background Color

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

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

This div background color is #4C4F6F.


Border color

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

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

This div border color is #4C4F6F.


Opacity

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

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

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

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

This text has shadow with #4C4F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4F6F on black background.


Color preview on white background

This text has color #4C4F6F on white background.



Black color preview on #4C4F6F background

This text has black color on #4C4F6F background.


White color preview on #4C4F6F background

This text has white color on #4C4F6F background.