COLOR #4B5049

HEX: #4B5049
RGB: (75,80,73)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

75
80
73

R + G + B ~ 30%. #4B5049 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 80 + 73 = 228 (100%)
R 75 of 228 ~ 32.89%
G 80 of 228 ~ 35.09%
B 73 of 228 ~ 32.02%

%32.89
%35.09
%32.02

CMYK RENK MODELİ

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

  • camgöbeği tonu 6.25%
  • eflatun tonu 0.00%
  • sarı tonu 8.75%
  • ana renk tonu 68.63%
CMYK:
(6,0,9,69)
C6M0Y9K69 
(6%,0%,9%,69%)
(0.06/0.00/0.09/0.69)	

CMYK yüzdeleri

%6.25
%0
%8.75
%68.63

Codes

Color #4B5049 in popluar color models

4B5049
RGB758073
HSL103°4.58%30.00%
HSB/HSV103°8.75%31.37%
CMYK6.25%0.00%8.75%
68.63%

Color #4B5049 in popluar number systems.

HEX4B5049
Decimal758073
Binary100101110100001001001
Octal113120111

Shades and tints

Shades of #4B5049

#4B5049
(75,80,73)
#454943
(69,73,67)
#3F423D
(63,66,61)
#393B37
(57,59,55)
#333431
(51,52,49)
#2D2D2B
(45,45,43)
#272625
(39,38,37)
#211F1F
(33,31,31)
#1B1819
(27,24,25)
#151113
(21,17,19)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #4B5049

#4B5049
(75,80,73)
#5B5F59
(91,95,89)
#6B6E69
(107,110,105)
#7B7D79
(123,125,121)
#8B8C89
(139,140,137)
#9B9B99
(155,155,153)
#ABAAA9
(171,170,169)
#BBB9B9
(187,185,185)
#CBC8C9
(203,200,201)
#DBD7D9
(219,215,217)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5049; }

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

This text font color is #4B5049.


Background Color

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

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

This div background color is #4B5049.


Border color

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

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

This div border color is #4B5049.


Opacity

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

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

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

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

This text has shadow with #4B5049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5049 on black background.


Color preview on white background

This text has color #4B5049 on white background.



Black color preview on #4B5049 background

This text has black color on #4B5049 background.


White color preview on #4B5049 background

This text has white color on #4B5049 background.