COLOR #4B4D4C

HEX: #4B4D4C
RGB: (75,77,76)

Renk bilgisi

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

RGB renk modeli

#4B4D4C color RGB value is (75,77,76).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 77 of 255 = 30%
B 76 of 255 = 30%

75
77
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 77 + 76 = 228 (100%)
R 75 of 228 ~ 32.89%
G 77 of 228 ~ 33.77%
B 76 of 228 ~ 33.33%

%32.89
%33.77
%33.33

CMYK RENK MODELİ

#4B4D4C rengi CMYK tonu (3,0,1,70).

  • camgöbeği tonu 2.60%
  • eflatun tonu 0.00%
  • sarı tonu 1.30%
  • ana renk tonu 69.80%
CMYK:
(3,0,1,70)
C3M0Y1K70 
(3%,0%,1%,70%)
(0.03/0.00/0.01/0.70)	

CMYK yüzdeleri

%2.6
%0
%1.3
%69.8

Codes

Color #4B4D4C in popluar color models

4B4D4C
RGB757776
HSL150°1.32%29.80%
HSB/HSV150°2.60%30.20%
CMYK2.60%0.00%1.30%
69.80%

Color #4B4D4C in popluar number systems.

HEX4B4D4C
Decimal757776
Binary100101110011011001100
Octal113115114

Shades and tints

Shades of #4B4D4C

#4B4D4C
(75,77,76)
#454646
(69,70,70)
#3F3F40
(63,63,64)
#39383A
(57,56,58)
#333134
(51,49,52)
#2D2A2E
(45,42,46)
#272328
(39,35,40)
#211C22
(33,28,34)
#1B151C
(27,21,28)
#150E16
(21,14,22)
#0F0710
(15,7,16)
#000000
(0,0,0)

Tints of #4B4D4C

#4B4D4C
(75,77,76)
#5B5D5C
(91,93,92)
#6B6D6C
(107,109,108)
#7B7D7C
(123,125,124)
#8B8D8C
(139,141,140)
#9B9D9C
(155,157,156)
#ABADAC
(171,173,172)
#BBBDBC
(187,189,188)
#CBCDCC
(203,205,204)
#DBDDDC
(219,221,220)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4D4C; }

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

This text font color is #4B4D4C.


Background Color

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

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

This div background color is #4B4D4C.


Border color

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

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

This div border color is #4B4D4C.


Opacity

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

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

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

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

This text has shadow with #4B4D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4D4C on black background.


Color preview on white background

This text has color #4B4D4C on white background.



Black color preview on #4B4D4C background

This text has black color on #4B4D4C background.


White color preview on #4B4D4C background

This text has white color on #4B4D4C background.