COLOR #4C4951

HEX: #4C4951
RGB: (76,73,81)

Renk bilgisi

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

RGB renk modeli

#4C4951 color RGB value is (76,73,81).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 73 of 255 = 29%
B 81 of 255 = 32%

76
73
81

R + G + B ~ 30%. #4C4951 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 73 + 81 = 230 (100%)
R 76 of 230 ~ 33.04%
G 73 of 230 ~ 31.74%
B 81 of 230 ~ 35.22%

%33.04
%31.74
%35.22

CMYK RENK MODELİ

#4C4951 rengi CMYK tonu (6,10,0,68).

  • camgöbeği tonu 6.17%
  • eflatun tonu 9.88%
  • sarı tonu 0.00%
  • ana renk tonu 68.24%
CMYK:
(6,10,0,68)
C6M10Y0K68 
(6%,10%,0%,68%)
(0.06/0.10/0.00/0.68)	

CMYK yüzdeleri

%6.17
%9.88
%0
%68.24

Codes

Color #4C4951 in popluar color models

4C4951
RGB767381
HSL263°5.19%30.20%
HSB/HSV263°9.88%31.76%
CMYK6.17%9.88%0.00%
68.24%

Color #4C4951 in popluar number systems.

HEX4C4951
Decimal767381
Binary100110010010011010001
Octal114111121

Shades and tints

Shades of #4C4951

#4C4951
(76,73,81)
#46434A
(70,67,74)
#403D43
(64,61,67)
#3A373C
(58,55,60)
#343135
(52,49,53)
#2E2B2E
(46,43,46)
#282527
(40,37,39)
#221F20
(34,31,32)
#1C1919
(28,25,25)
#161312
(22,19,18)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #4C4951

#4C4951
(76,73,81)
#5C5960
(92,89,96)
#6C696F
(108,105,111)
#7C797E
(124,121,126)
#8C898D
(140,137,141)
#9C999C
(156,153,156)
#ACA9AB
(172,169,171)
#BCB9BA
(188,185,186)
#CCC9C9
(204,201,201)
#DCD9D8
(220,217,216)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4951; }

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

This text font color is #4C4951.


Background Color

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

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

This div background color is #4C4951.


Border color

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

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

This div border color is #4C4951.


Opacity

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

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

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

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

This text has shadow with #4C4951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4951 on black background.


Color preview on white background

This text has color #4C4951 on white background.



Black color preview on #4C4951 background

This text has black color on #4C4951 background.


White color preview on #4C4951 background

This text has white color on #4C4951 background.