COLOR #4B474E

HEX: #4B474E
RGB: (75,71,78)

Renk bilgisi

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

RGB renk modeli

#4B474E color RGB value is (75,71,78).

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

RGB bağlantıları ve doygunluk

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

75
71
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 71 + 78 = 224 (100%)
R 75 of 224 ~ 33.48%
G 71 of 224 ~ 31.7%
B 78 of 224 ~ 34.82%

%33.48
%31.7
%34.82

CMYK RENK MODELİ

#4B474E rengi CMYK tonu (4,9,0,69).

  • camgöbeği tonu 3.85%
  • eflatun tonu 8.97%
  • sarı tonu 0.00%
  • ana renk tonu 69.41%
CMYK:
(4,9,0,69)
C4M9Y0K69 
(4%,9%,0%,69%)
(0.04/0.09/0.00/0.69)	

CMYK yüzdeleri

%3.85
%8.97
%0
%69.41

Codes

Color #4B474E in popluar color models

4B474E
RGB757178
HSL274°4.70%29.22%
HSB/HSV274°8.97%30.59%
CMYK3.85%8.97%0.00%
69.41%

Color #4B474E in popluar number systems.

HEX4B474E
Decimal757178
Binary100101110001111001110
Octal113107116

Shades and tints

Shades of #4B474E

#4B474E
(75,71,78)
#454147
(69,65,71)
#3F3B40
(63,59,64)
#393539
(57,53,57)
#332F32
(51,47,50)
#2D292B
(45,41,43)
#272324
(39,35,36)
#211D1D
(33,29,29)
#1B1716
(27,23,22)
#15110F
(21,17,15)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #4B474E

#4B474E
(75,71,78)
#5B575E
(91,87,94)
#6B676E
(107,103,110)
#7B777E
(123,119,126)
#8B878E
(139,135,142)
#9B979E
(155,151,158)
#ABA7AE
(171,167,174)
#BBB7BE
(187,183,190)
#CBC7CE
(203,199,206)
#DBD7DE
(219,215,222)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B474E; }

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

This text font color is #4B474E.


Background Color

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

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

This div background color is #4B474E.


Border color

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

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

This div border color is #4B474E.


Opacity

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

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

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

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

This text has shadow with #4B474E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B474E on black background.


Color preview on white background

This text has color #4B474E on white background.



Black color preview on #4B474E background

This text has black color on #4B474E background.


White color preview on #4B474E background

This text has white color on #4B474E background.