COLOR #4B4949

HEX: #4B4949
RGB: (75,73,73)

Renk bilgisi

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

RGB renk modeli

#4B4949 color RGB value is (75,73,73).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 73 of 255 = 29%
B 73 of 255 = 29%

75
73
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 73 + 73 = 221 (100%)
R 75 of 221 ~ 33.94%
G 73 of 221 ~ 33.03%
B 73 of 221 ~ 33.03%

%33.94
%33.03
%33.03

CMYK RENK MODELİ

#4B4949 rengi CMYK tonu (0,3,3,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.67%
  • sarı tonu 2.67%
  • ana renk tonu 70.59%
CMYK:
(0,3,3,71)
C0M3Y3K71 
(0%,3%,3%,71%)
(0.00/0.03/0.03/0.71)	

CMYK yüzdeleri

%0
%2.67
%2.67
%70.59

Codes

Color #4B4949 in popluar color models

4B4949
RGB757373
HSL1.35%29.02%
HSB/HSV2.67%29.41%
CMYK0.00%2.67%2.67%
70.59%

Color #4B4949 in popluar number systems.

HEX4B4949
Decimal757373
Binary100101110010011001001
Octal113111111

Shades and tints

Shades of #4B4949

#4B4949
(75,73,73)
#454343
(69,67,67)
#3F3D3D
(63,61,61)
#393737
(57,55,55)
#333131
(51,49,49)
#2D2B2B
(45,43,43)
#272525
(39,37,37)
#211F1F
(33,31,31)
#1B1919
(27,25,25)
#151313
(21,19,19)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #4B4949

#4B4949
(75,73,73)
#5B5959
(91,89,89)
#6B6969
(107,105,105)
#7B7979
(123,121,121)
#8B8989
(139,137,137)
#9B9999
(155,153,153)
#ABA9A9
(171,169,169)
#BBB9B9
(187,185,185)
#CBC9C9
(203,201,201)
#DBD9D9
(219,217,217)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4949; }

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

This text font color is #4B4949.


Background Color

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

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

This div background color is #4B4949.


Border color

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

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

This div border color is #4B4949.


Opacity

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

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

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

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

This text has shadow with #4B4949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4949 on black background.


Color preview on white background

This text has color #4B4949 on white background.



Black color preview on #4B4949 background

This text has black color on #4B4949 background.


White color preview on #4B4949 background

This text has white color on #4B4949 background.