COLOR #4D4B3C

HEX: #4D4B3C
RGB: (77,75,60)

Color info

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

RGB color model

#4D4B3C color RGB value is (77,75,60).

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

RGB channels and saturation

R 77 of 255 = 30%
G 75 of 255 = 29%
B 60 of 255 = 24%

77
75
60

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

Portions of RGB colors in percentages

R + G + B =
77 + 75 + 60 = 212 (100%)
R 77 of 212 ~ 36.32%
G 75 of 212 ~ 35.38%
B 60 of 212 ~ 28.3%

%36.32
%35.38
%28.3

CMYK color model

#4D4B3C color CMYK value is (0,3,22,70).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 22.08%
  • key color value is 69.80%
CMYK:
(0,3,22,70)
C0M3Y22K70 
(0%,3%,22%,70%)
(0.00/0.03/0.22/0.70)	

CMYK percentages

%0
%2.6
%22.08
%69.8

Codes

Color #4D4B3C in popluar color models

4D4B3C
RGB777560
HSL53°12.41%26.86%
HSB/HSV53°22.08%30.20%
CMYK0.00%2.60%22.08%
69.80%

Color #4D4B3C in popluar number systems.

HEX4D4B3C
Decimal777560
Binary10011011001011111100
Octal11511374

Shades and tints

Shades of #4D4B3C

#4D4B3C
(77,75,60)
#464537
(70,69,55)
#3F3F32
(63,63,50)
#38392D
(56,57,45)
#313328
(49,51,40)
#2A2D23
(42,45,35)
#23271E
(35,39,30)
#1C2119
(28,33,25)
#151B14
(21,27,20)
#0E150F
(14,21,15)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #4D4B3C

#4D4B3C
(77,75,60)
#5D5B4D
(93,91,77)
#6D6B5E
(109,107,94)
#7D7B6F
(125,123,111)
#8D8B80
(141,139,128)
#9D9B91
(157,155,145)
#ADABA2
(173,171,162)
#BDBBB3
(189,187,179)
#CDCBC4
(205,203,196)
#DDDBD5
(221,219,213)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4B3C; }

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

This text font color is #4D4B3C.


Background Color

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

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

This div background color is #4D4B3C.


Border color

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

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

This div border color is #4D4B3C.


Opacity

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

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

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

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

This text has shadow with #4D4B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4B3C on black background.


Color preview on white background

This text has color #4D4B3C on white background.



Black color preview on #4D4B3C background

This text has black color on #4D4B3C background.


White color preview on #4D4B3C background

This text has white color on #4D4B3C background.