COLOR #4B474F

HEX: #4B474F
RGB: (75,71,79)

Renk bilgisi

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

RGB renk modeli

#4B474F color RGB value is (75,71,79).

  • kırmız ton 75;
  • yeşil ton 71;
  • mavi ton 79.
RGB:
(75,71,79)
(29%,28%,31%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 71 of 255 = 28%
B 79 of 255 = 31%

75
71
79

R + G + B ~ 29%. #4B474F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 71 + 79 = 225 (100%)
R 75 of 225 ~ 33.33%
G 71 of 225 ~ 31.56%
B 79 of 225 ~ 35.11%

%33.33
%31.56
%35.11

CMYK RENK MODELİ

#4B474F rengi CMYK tonu (5,10,0,69).

  • camgöbeği tonu 5.06%
  • eflatun tonu 10.13%
  • sarı tonu 0.00%
  • ana renk tonu 69.02%
CMYK:
(5,10,0,69)
C5M10Y0K69 
(5%,10%,0%,69%)
(0.05/0.10/0.00/0.69)	

CMYK yüzdeleri

%5.06
%10.13
%0
%69.02

Codes

Color #4B474F in popluar color models

4B474F
RGB757179
HSL270°5.33%29.41%
HSB/HSV270°10.13%30.98%
CMYK5.06%10.13%0.00%
69.02%

Color #4B474F in popluar number systems.

HEX4B474F
Decimal757179
Binary100101110001111001111
Octal113107117

Shades and tints

Shades of #4B474F

#4B474F
(75,71,79)
#454148
(69,65,72)
#3F3B41
(63,59,65)
#39353A
(57,53,58)
#332F33
(51,47,51)
#2D292C
(45,41,44)
#272325
(39,35,37)
#211D1E
(33,29,30)
#1B1717
(27,23,23)
#151110
(21,17,16)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #4B474F

#4B474F
(75,71,79)
#5B575F
(91,87,95)
#6B676F
(107,103,111)
#7B777F
(123,119,127)
#8B878F
(139,135,143)
#9B979F
(155,151,159)
#ABA7AF
(171,167,175)
#BBB7BF
(187,183,191)
#CBC7CF
(203,199,207)
#DBD7DF
(219,215,223)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B474F color. Also use rgb(75,71,79) instead hex code.

Text Font Color

.myTextColor { color: #4B474F; }

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

This text font color is #4B474F.


Background Color

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

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

This div background color is #4B474F.


Border color

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

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

This div border color is #4B474F.


Opacity

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

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

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

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

This text has shadow with #4B474F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B474F on black background.


Color preview on white background

This text has color #4B474F on white background.



Black color preview on #4B474F background

This text has black color on #4B474F background.


White color preview on #4B474F background

This text has white color on #4B474F background.