COLOR #4D312D

HEX: #4D312D
RGB: (77,49,45)

Color info

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

RGB color model

#4D312D color RGB value is (77,49,45).

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

RGB channels and saturation

R 77 of 255 = 30%
G 49 of 255 = 19%
B 45 of 255 = 18%

77
49
45

R + G + B ~ 22%. #4D312D is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 49 + 45 = 171 (100%)
R 77 of 171 ~ 45.03%
G 49 of 171 ~ 28.65%
B 45 of 171 ~ 26.32%

%45.03
%28.65
%26.32

CMYK color model

#4D312D color CMYK value is (0,36,42,70).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 41.56%
  • key color value is 69.80%
CMYK:
(0,36,42,70)
C0M36Y42K70 
(0%,36%,42%,70%)
(0.00/0.36/0.42/0.70)	

CMYK percentages

%0
%36.36
%41.56
%69.8

Codes

Color #4D312D in popluar color models

4D312D
RGB774945
HSL26.23%23.92%
HSB/HSV41.56%30.20%
CMYK0.00%36.36%41.56%
69.80%

Color #4D312D in popluar number systems.

HEX4D312D
Decimal774945
Binary1001101110001101101
Octal1156155

Shades and tints

Shades of #4D312D

#4D312D
(77,49,45)
#462D29
(70,45,41)
#3F2925
(63,41,37)
#382521
(56,37,33)
#31211D
(49,33,29)
#2A1D19
(42,29,25)
#231915
(35,25,21)
#1C1511
(28,21,17)
#15110D
(21,17,13)
#0E0D09
(14,13,9)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #4D312D

#4D312D
(77,49,45)
#5D4340
(93,67,64)
#6D5553
(109,85,83)
#7D6766
(125,103,102)
#8D7979
(141,121,121)
#9D8B8C
(157,139,140)
#AD9D9F
(173,157,159)
#BDAFB2
(189,175,178)
#CDC1C5
(205,193,197)
#DDD3D8
(221,211,216)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D312D; }

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

This text font color is #4D312D.


Background Color

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

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

This div background color is #4D312D.


Border color

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

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

This div border color is #4D312D.


Opacity

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

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

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

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

This text has shadow with #4D312D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D312D on black background.


Color preview on white background

This text has color #4D312D on white background.



Black color preview on #4D312D background

This text has black color on #4D312D background.


White color preview on #4D312D background

This text has white color on #4D312D background.