COLOR #4D4B43

HEX: #4D4B43
RGB: (77,75,67)

Color info

#4D4B43 contains red, green and blue colors in about the same proportion. Web safe color of #4D4B43 is #333333 (or #333).

RGB color model

#4D4B43 color RGB value is (77,75,67).

  • red value is 77;
  • green value is 75;
  • blue value is 67.
RGB:
(77,75,67)
(30%,29%,26%)

RGB channels and saturation

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

77
75
67

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

Portions of RGB colors in percentages

R + G + B =
77 + 75 + 67 = 219 (100%)
R 77 of 219 ~ 35.16%
G 75 of 219 ~ 34.25%
B 67 of 219 ~ 30.59%

%35.16
%34.25
%30.59

CMYK color model

#4D4B43 color CMYK value is (0,3,13,70).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 12.99%
  • key color value is 69.80%
CMYK:
(0,3,13,70)
C0M3Y13K70 
(0%,3%,13%,70%)
(0.00/0.03/0.13/0.70)	

CMYK percentages

%0
%2.6
%12.99
%69.8

Codes

Color #4D4B43 in popluar color models

4D4B43
RGB777567
HSL48°6.94%28.24%
HSB/HSV48°12.99%30.20%
CMYK0.00%2.60%12.99%
69.80%

Color #4D4B43 in popluar number systems.

HEX4D4B43
Decimal777567
Binary100110110010111000011
Octal115113103

Shades and tints

Shades of #4D4B43

#4D4B43
(77,75,67)
#46453D
(70,69,61)
#3F3F37
(63,63,55)
#383931
(56,57,49)
#31332B
(49,51,43)
#2A2D25
(42,45,37)
#23271F
(35,39,31)
#1C2119
(28,33,25)
#151B13
(21,27,19)
#0E150D
(14,21,13)
#070F07
(7,15,7)
#000000
(0,0,0)

Tints of #4D4B43

#4D4B43
(77,75,67)
#5D5B54
(93,91,84)
#6D6B65
(109,107,101)
#7D7B76
(125,123,118)
#8D8B87
(141,139,135)
#9D9B98
(157,155,152)
#ADABA9
(173,171,169)
#BDBBBA
(189,187,186)
#CDCBCB
(205,203,203)
#DDDBDC
(221,219,220)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4B43; }

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

This text font color is #4D4B43.


Background Color

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

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

This div background color is #4D4B43.


Border color

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

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

This div border color is #4D4B43.


Opacity

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

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

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

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

This text has shadow with #4D4B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4B43 on black background.


Color preview on white background

This text has color #4D4B43 on white background.



Black color preview on #4D4B43 background

This text has black color on #4D4B43 background.


White color preview on #4D4B43 background

This text has white color on #4D4B43 background.