COLOR #4B464D

HEX: #4B464D
RGB: (75,70,77)

Renk bilgisi

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

RGB renk modeli

#4B464D color RGB value is (75,70,77).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 70 of 255 = 27%
B 77 of 255 = 30%

75
70
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 70 + 77 = 222 (100%)
R 75 of 222 ~ 33.78%
G 70 of 222 ~ 31.53%
B 77 of 222 ~ 34.68%

%33.78
%31.53
%34.68

CMYK RENK MODELİ

#4B464D rengi CMYK tonu (3,9,0,70).

  • camgöbeği tonu 2.60%
  • eflatun tonu 9.09%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(3,9,0,70)
C3M9Y0K70 
(3%,9%,0%,70%)
(0.03/0.09/0.00/0.70)	

CMYK yüzdeleri

%2.6
%9.09
%0
%69.8

Codes

Color #4B464D in popluar color models

4B464D
RGB757077
HSL283°4.76%28.82%
HSB/HSV283°9.09%30.20%
CMYK2.60%9.09%0.00%
69.80%

Color #4B464D in popluar number systems.

HEX4B464D
Decimal757077
Binary100101110001101001101
Octal113106115

Shades and tints

Shades of #4B464D

#4B464D
(75,70,77)
#454046
(69,64,70)
#3F3A3F
(63,58,63)
#393438
(57,52,56)
#332E31
(51,46,49)
#2D282A
(45,40,42)
#272223
(39,34,35)
#211C1C
(33,28,28)
#1B1615
(27,22,21)
#15100E
(21,16,14)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #4B464D

#4B464D
(75,70,77)
#5B565D
(91,86,93)
#6B666D
(107,102,109)
#7B767D
(123,118,125)
#8B868D
(139,134,141)
#9B969D
(155,150,157)
#ABA6AD
(171,166,173)
#BBB6BD
(187,182,189)
#CBC6CD
(203,198,205)
#DBD6DD
(219,214,221)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B464D; }

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

This text font color is #4B464D.


Background Color

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

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

This div background color is #4B464D.


Border color

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

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

This div border color is #4B464D.


Opacity

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

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

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

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

This text has shadow with #4B464D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B464D on black background.


Color preview on white background

This text has color #4B464D on white background.



Black color preview on #4B464D background

This text has black color on #4B464D background.


White color preview on #4B464D background

This text has white color on #4B464D background.