COLOR #4C4B4E

HEX: #4C4B4E
RGB: (76,75,78)

Renk bilgisi

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

RGB renk modeli

#4C4B4E color RGB value is (76,75,78).

  • kırmız ton 76;
  • yeşil ton 75;
  • mavi ton 78.
RGB:
(76,75,78)
(30%,29%,31%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 75 of 255 = 29%
B 78 of 255 = 31%

76
75
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 75 + 78 = 229 (100%)
R 76 of 229 ~ 33.19%
G 75 of 229 ~ 32.75%
B 78 of 229 ~ 34.06%

%33.19
%32.75
%34.06

CMYK RENK MODELİ

#4C4B4E rengi CMYK tonu (3,4,0,69).

  • camgöbeği tonu 2.56%
  • eflatun tonu 3.85%
  • sarı tonu 0.00%
  • ana renk tonu 69.41%
CMYK:
(3,4,0,69)
C3M4Y0K69 
(3%,4%,0%,69%)
(0.03/0.04/0.00/0.69)	

CMYK yüzdeleri

%2.56
%3.85
%0
%69.41

Codes

Color #4C4B4E in popluar color models

4C4B4E
RGB767578
HSL260°1.96%30.00%
HSB/HSV260°3.85%30.59%
CMYK2.56%3.85%0.00%
69.41%

Color #4C4B4E in popluar number systems.

HEX4C4B4E
Decimal767578
Binary100110010010111001110
Octal114113116

Shades and tints

Shades of #4C4B4E

#4C4B4E
(76,75,78)
#464547
(70,69,71)
#403F40
(64,63,64)
#3A3939
(58,57,57)
#343332
(52,51,50)
#2E2D2B
(46,45,43)
#282724
(40,39,36)
#22211D
(34,33,29)
#1C1B16
(28,27,22)
#16150F
(22,21,15)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #4C4B4E

#4C4B4E
(76,75,78)
#5C5B5E
(92,91,94)
#6C6B6E
(108,107,110)
#7C7B7E
(124,123,126)
#8C8B8E
(140,139,142)
#9C9B9E
(156,155,158)
#ACABAE
(172,171,174)
#BCBBBE
(188,187,190)
#CCCBCE
(204,203,206)
#DCDBDE
(220,219,222)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4B4E color. Also use rgb(76,75,78) instead hex code.

Text Font Color

.myTextColor { color: #4C4B4E; }

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

This text font color is #4C4B4E.


Background Color

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

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

This div background color is #4C4B4E.


Border color

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

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

This div border color is #4C4B4E.


Opacity

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

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

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

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

This text has shadow with #4C4B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4B4E on black background.


Color preview on white background

This text has color #4C4B4E on white background.



Black color preview on #4C4B4E background

This text has black color on #4C4B4E background.


White color preview on #4C4B4E background

This text has white color on #4C4B4E background.