COLOR #4B474A

HEX: #4B474A
RGB: (75,71,74)

Renk bilgisi

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

RGB renk modeli

#4B474A color RGB value is (75,71,74).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 71 of 255 = 28%
B 74 of 255 = 29%

75
71
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 71 + 74 = 220 (100%)
R 75 of 220 ~ 34.09%
G 71 of 220 ~ 32.27%
B 74 of 220 ~ 33.64%

%34.09
%32.27
%33.64

CMYK RENK MODELİ

#4B474A rengi CMYK tonu (0,5,1,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.33%
  • sarı tonu 1.33%
  • ana renk tonu 70.59%
CMYK:
(0,5,1,71)
C0M5Y1K71 
(0%,5%,1%,71%)
(0.00/0.05/0.01/0.71)	

CMYK yüzdeleri

%0
%5.33
%1.33
%70.59

Codes

Color #4B474A in popluar color models

4B474A
RGB757174
HSL315°2.74%28.63%
HSB/HSV315°5.33%29.41%
CMYK0.00%5.33%1.33%
70.59%

Color #4B474A in popluar number systems.

HEX4B474A
Decimal757174
Binary100101110001111001010
Octal113107112

Shades and tints

Shades of #4B474A

#4B474A
(75,71,74)
#454144
(69,65,68)
#3F3B3E
(63,59,62)
#393538
(57,53,56)
#332F32
(51,47,50)
#2D292C
(45,41,44)
#272326
(39,35,38)
#211D20
(33,29,32)
#1B171A
(27,23,26)
#151114
(21,17,20)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #4B474A

#4B474A
(75,71,74)
#5B575A
(91,87,90)
#6B676A
(107,103,106)
#7B777A
(123,119,122)
#8B878A
(139,135,138)
#9B979A
(155,151,154)
#ABA7AA
(171,167,170)
#BBB7BA
(187,183,186)
#CBC7CA
(203,199,202)
#DBD7DA
(219,215,218)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B474A; }

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

This text font color is #4B474A.


Background Color

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

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

This div background color is #4B474A.


Border color

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

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

This div border color is #4B474A.


Opacity

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

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

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

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

This text has shadow with #4B474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B474A on black background.


Color preview on white background

This text has color #4B474A on white background.



Black color preview on #4B474A background

This text has black color on #4B474A background.


White color preview on #4B474A background

This text has white color on #4B474A background.