COLOR #4D3D3B

HEX: #4D3D3B
RGB: (77,61,59)

Color info

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

RGB color model

#4D3D3B color RGB value is (77,61,59).

  • red value is 77;
  • green value is 61;
  • blue value is 59.
RGB:
(77,61,59)
(30%,24%,23%)

RGB channels and saturation

R 77 of 255 = 30%
G 61 of 255 = 24%
B 59 of 255 = 23%

77
61
59

R + G + B ~ 26%. #4D3D3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 61 + 59 = 197 (100%)
R 77 of 197 ~ 39.09%
G 61 of 197 ~ 30.96%
B 59 of 197 ~ 29.95%

%39.09
%30.96
%29.95

CMYK color model

#4D3D3B color CMYK value is (0,21,23,70).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 23.38%
  • key color value is 69.80%
CMYK:
(0,21,23,70)
C0M21Y23K70 
(0%,21%,23%,70%)
(0.00/0.21/0.23/0.70)	

CMYK percentages

%0
%20.78
%23.38
%69.8

Codes

Color #4D3D3B in popluar color models

4D3D3B
RGB776159
HSL13.24%26.67%
HSB/HSV23.38%30.20%
CMYK0.00%20.78%23.38%
69.80%

Color #4D3D3B in popluar number systems.

HEX4D3D3B
Decimal776159
Binary1001101111101111011
Octal1157573

Shades and tints

Shades of #4D3D3B

#4D3D3B
(77,61,59)
#463836
(70,56,54)
#3F3331
(63,51,49)
#382E2C
(56,46,44)
#312927
(49,41,39)
#2A2422
(42,36,34)
#231F1D
(35,31,29)
#1C1A18
(28,26,24)
#151513
(21,21,19)
#0E100E
(14,16,14)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #4D3D3B

#4D3D3B
(77,61,59)
#5D4E4C
(93,78,76)
#6D5F5D
(109,95,93)
#7D706E
(125,112,110)
#8D817F
(141,129,127)
#9D9290
(157,146,144)
#ADA3A1
(173,163,161)
#BDB4B2
(189,180,178)
#CDC5C3
(205,197,195)
#DDD6D4
(221,214,212)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3D3B color. Also use rgb(77,61,59) instead hex code.

Text Font Color

.myTextColor { color: #4D3D3B; }

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

This text font color is #4D3D3B.


Background Color

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

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

This div background color is #4D3D3B.


Border color

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

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

This div border color is #4D3D3B.


Opacity

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

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

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

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

This text has shadow with #4D3D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3D3B on black background.


Color preview on white background

This text has color #4D3D3B on white background.



Black color preview on #4D3D3B background

This text has black color on #4D3D3B background.


White color preview on #4D3D3B background

This text has white color on #4D3D3B background.