COLOR #4B4D42

HEX: #4B4D42
RGB: (75,77,66)

Renk bilgisi

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

RGB renk modeli

#4B4D42 color RGB value is (75,77,66).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 77 of 255 = 30%
B 66 of 255 = 26%

75
77
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 77 + 66 = 218 (100%)
R 75 of 218 ~ 34.4%
G 77 of 218 ~ 35.32%
B 66 of 218 ~ 30.28%

%34.4
%35.32
%30.28

CMYK RENK MODELİ

#4B4D42 rengi CMYK tonu (3,0,14,70).

  • camgöbeği tonu 2.60%
  • eflatun tonu 0.00%
  • sarı tonu 14.29%
  • ana renk tonu 69.80%
CMYK:
(3,0,14,70)
C3M0Y14K70 
(3%,0%,14%,70%)
(0.03/0.00/0.14/0.70)	

CMYK yüzdeleri

%2.6
%0
%14.29
%69.8

Codes

Color #4B4D42 in popluar color models

4B4D42
RGB757766
HSL71°7.69%28.04%
HSB/HSV71°14.29%30.20%
CMYK2.60%0.00%14.29%
69.80%

Color #4B4D42 in popluar number systems.

HEX4B4D42
Decimal757766
Binary100101110011011000010
Octal113115102

Shades and tints

Shades of #4B4D42

#4B4D42
(75,77,66)
#45463C
(69,70,60)
#3F3F36
(63,63,54)
#393830
(57,56,48)
#33312A
(51,49,42)
#2D2A24
(45,42,36)
#27231E
(39,35,30)
#211C18
(33,28,24)
#1B1512
(27,21,18)
#150E0C
(21,14,12)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #4B4D42

#4B4D42
(75,77,66)
#5B5D53
(91,93,83)
#6B6D64
(107,109,100)
#7B7D75
(123,125,117)
#8B8D86
(139,141,134)
#9B9D97
(155,157,151)
#ABADA8
(171,173,168)
#BBBDB9
(187,189,185)
#CBCDCA
(203,205,202)
#DBDDDB
(219,221,219)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4D42; }

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

This text font color is #4B4D42.


Background Color

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

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

This div background color is #4B4D42.


Border color

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

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

This div border color is #4B4D42.


Opacity

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

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

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

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

This text has shadow with #4B4D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4D42 on black background.


Color preview on white background

This text has color #4B4D42 on white background.



Black color preview on #4B4D42 background

This text has black color on #4B4D42 background.


White color preview on #4B4D42 background

This text has white color on #4B4D42 background.