COLOR #4B4F41

HEX: #4B4F41
RGB: (75,79,65)

Renk bilgisi

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

RGB renk modeli

#4B4F41 color RGB value is (75,79,65).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 79 of 255 = 31%
B 65 of 255 = 25%

75
79
65

R + G + B ~ 28%. #4B4F41 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 79 + 65 = 219 (100%)
R 75 of 219 ~ 34.25%
G 79 of 219 ~ 36.07%
B 65 of 219 ~ 29.68%

%34.25
%36.07
%29.68

CMYK RENK MODELİ

#4B4F41 rengi CMYK tonu (5,0,18,69).

  • camgöbeği tonu 5.06%
  • eflatun tonu 0.00%
  • sarı tonu 17.72%
  • ana renk tonu 69.02%
CMYK:
(5,0,18,69)
C5M0Y18K69 
(5%,0%,18%,69%)
(0.05/0.00/0.18/0.69)	

CMYK yüzdeleri

%5.06
%0
%17.72
%69.02

Codes

Color #4B4F41 in popluar color models

4B4F41
RGB757965
HSL77°9.72%28.24%
HSB/HSV77°17.72%30.98%
CMYK5.06%0.00%17.72%
69.02%

Color #4B4F41 in popluar number systems.

HEX4B4F41
Decimal757965
Binary100101110011111000001
Octal113117101

Shades and tints

Shades of #4B4F41

#4B4F41
(75,79,65)
#45483C
(69,72,60)
#3F4137
(63,65,55)
#393A32
(57,58,50)
#33332D
(51,51,45)
#2D2C28
(45,44,40)
#272523
(39,37,35)
#211E1E
(33,30,30)
#1B1719
(27,23,25)
#151014
(21,16,20)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #4B4F41

#4B4F41
(75,79,65)
#5B5F52
(91,95,82)
#6B6F63
(107,111,99)
#7B7F74
(123,127,116)
#8B8F85
(139,143,133)
#9B9F96
(155,159,150)
#ABAFA7
(171,175,167)
#BBBFB8
(187,191,184)
#CBCFC9
(203,207,201)
#DBDFDA
(219,223,218)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4F41; }

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

This text font color is #4B4F41.


Background Color

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

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

This div background color is #4B4F41.


Border color

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

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

This div border color is #4B4F41.


Opacity

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

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

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

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

This text has shadow with #4B4F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4F41 on black background.


Color preview on white background

This text has color #4B4F41 on white background.



Black color preview on #4B4F41 background

This text has black color on #4B4F41 background.


White color preview on #4B4F41 background

This text has white color on #4B4F41 background.