COLOR #4D311D

HEX: #4D311D
RGB: (77,49,29)

Color info

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

RGB color model

#4D311D color RGB value is (77,49,29).

  • red value is 77;
  • green value is 49;
  • blue value is 29.
RGB:
(77,49,29)
(30%,19%,11%)

RGB channels and saturation

R 77 of 255 = 30%
G 49 of 255 = 19%
B 29 of 255 = 11%

77
49
29

R + G + B ~ 20%. #4D311D is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 49 + 29 = 155 (100%)
R 77 of 155 ~ 49.68%
G 49 of 155 ~ 31.61%
B 29 of 155 ~ 18.71%

%49.68
%31.61
%18.71

CMYK color model

#4D311D color CMYK value is (0,36,62,70).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 62.34%
  • key color value is 69.80%
CMYK:
(0,36,62,70)
C0M36Y62K70 
(0%,36%,62%,70%)
(0.00/0.36/0.62/0.70)	

CMYK percentages

%0
%36.36
%62.34
%69.8

Codes

Color #4D311D in popluar color models

4D311D
RGB774929
HSL25°45.28%20.78%
HSB/HSV25°62.34%30.20%
CMYK0.00%36.36%62.34%
69.80%

Color #4D311D in popluar number systems.

HEX4D311D
Decimal774929
Binary100110111000111101
Octal1156135

Shades and tints

Shades of #4D311D

#4D311D
(77,49,29)
#462D1B
(70,45,27)
#3F2919
(63,41,25)
#382517
(56,37,23)
#312115
(49,33,21)
#2A1D13
(42,29,19)
#231911
(35,25,17)
#1C150F
(28,21,15)
#15110D
(21,17,13)
#0E0D0B
(14,13,11)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #4D311D

#4D311D
(77,49,29)
#5D4331
(93,67,49)
#6D5545
(109,85,69)
#7D6759
(125,103,89)
#8D796D
(141,121,109)
#9D8B81
(157,139,129)
#AD9D95
(173,157,149)
#BDAFA9
(189,175,169)
#CDC1BD
(205,193,189)
#DDD3D1
(221,211,209)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D311D color. Also use rgb(77,49,29) instead hex code.

Text Font Color

.myTextColor { color: #4D311D; }

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

This text font color is #4D311D.


Background Color

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

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

This div background color is #4D311D.


Border color

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

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

This div border color is #4D311D.


Opacity

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

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

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

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

This text has shadow with #4D311D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D311D on black background.


Color preview on white background

This text has color #4D311D on white background.



Black color preview on #4D311D background

This text has black color on #4D311D background.


White color preview on #4D311D background

This text has white color on #4D311D background.