COLOR #4D451F

HEX: #4D451F
RGB: (77,69,31)

Color info

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

RGB color model

#4D451F color RGB value is (77,69,31).

  • red value is 77;
  • green value is 69;
  • blue value is 31.
RGB:
(77,69,31)
(30%,27%,12%)

RGB channels and saturation

R 77 of 255 = 30%
G 69 of 255 = 27%
B 31 of 255 = 12%

77
69
31

R + G + B ~ 23%. #4D451F is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 69 + 31 = 177 (100%)
R 77 of 177 ~ 43.5%
G 69 of 177 ~ 38.98%
B 31 of 177 ~ 17.51%

%43.5
%38.98
%17.51

CMYK color model

#4D451F color CMYK value is (0,10,60,70).

  • cyan value is 0.00%
  • magenta value is 10.39%
  • yellow value is 59.74%
  • key color value is 69.80%
CMYK:
(0,10,60,70)
C0M10Y60K70 
(0%,10%,60%,70%)
(0.00/0.10/0.60/0.70)	

CMYK percentages

%0
%10.39
%59.74
%69.8

Codes

Color #4D451F in popluar color models

4D451F
RGB776931
HSL50°42.59%21.18%
HSB/HSV50°59.74%30.20%
CMYK0.00%10.39%59.74%
69.80%

Color #4D451F in popluar number systems.

HEX4D451F
Decimal776931
Binary1001101100010111111
Octal11510537

Shades and tints

Shades of #4D451F

#4D451F
(77,69,31)
#463F1D
(70,63,29)
#3F391B
(63,57,27)
#383319
(56,51,25)
#312D17
(49,45,23)
#2A2715
(42,39,21)
#232113
(35,33,19)
#1C1B11
(28,27,17)
#15150F
(21,21,15)
#0E0F0D
(14,15,13)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #4D451F

#4D451F
(77,69,31)
#5D5533
(93,85,51)
#6D6547
(109,101,71)
#7D755B
(125,117,91)
#8D856F
(141,133,111)
#9D9583
(157,149,131)
#ADA597
(173,165,151)
#BDB5AB
(189,181,171)
#CDC5BF
(205,197,191)
#DDD5D3
(221,213,211)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D451F color. Also use rgb(77,69,31) instead hex code.

Text Font Color

.myTextColor { color: #4D451F; }

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

This text font color is #4D451F.


Background Color

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

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

This div background color is #4D451F.


Border color

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

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

This div border color is #4D451F.


Opacity

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

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

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

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

This text has shadow with #4D451F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D451F on black background.


Color preview on white background

This text has color #4D451F on white background.



Black color preview on #4D451F background

This text has black color on #4D451F background.


White color preview on #4D451F background

This text has white color on #4D451F background.