COLOR #4D291E

HEX: #4D291E
RGB: (77,41,30)

Color info

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

RGB color model

#4D291E color RGB value is (77,41,30).

  • red value is 77;
  • green value is 41;
  • blue value is 30.
RGB:
(77,41,30)
(30%,16%,12%)

RGB channels and saturation

R 77 of 255 = 30%
G 41 of 255 = 16%
B 30 of 255 = 12%

77
41
30

R + G + B ~ 19%. #4D291E is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 41 + 30 = 148 (100%)
R 77 of 148 ~ 52.03%
G 41 of 148 ~ 27.7%
B 30 of 148 ~ 20.27%

%52.03
%27.7
%20.27

CMYK color model

#4D291E color CMYK value is (0,47,61,70).

  • cyan value is 0.00%
  • magenta value is 46.75%
  • yellow value is 61.04%
  • key color value is 69.80%
CMYK:
(0,47,61,70)
C0M47Y61K70 
(0%,47%,61%,70%)
(0.00/0.47/0.61/0.70)	

CMYK percentages

%0
%46.75
%61.04
%69.8

Codes

Color #4D291E in popluar color models

4D291E
RGB774130
HSL14°43.93%20.98%
HSB/HSV14°61.04%30.20%
CMYK0.00%46.75%61.04%
69.80%

Color #4D291E in popluar number systems.

HEX4D291E
Decimal774130
Binary100110110100111110
Octal1155136

Shades and tints

Shades of #4D291E

#4D291E
(77,41,30)
#46261C
(70,38,28)
#3F231A
(63,35,26)
#382018
(56,32,24)
#311D16
(49,29,22)
#2A1A14
(42,26,20)
#231712
(35,23,18)
#1C1410
(28,20,16)
#15110E
(21,17,14)
#0E0E0C
(14,14,12)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #4D291E

#4D291E
(77,41,30)
#5D3C32
(93,60,50)
#6D4F46
(109,79,70)
#7D625A
(125,98,90)
#8D756E
(141,117,110)
#9D8882
(157,136,130)
#AD9B96
(173,155,150)
#BDAEAA
(189,174,170)
#CDC1BE
(205,193,190)
#DDD4D2
(221,212,210)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D291E color. Also use rgb(77,41,30) instead hex code.

Text Font Color

.myTextColor { color: #4D291E; }

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

This text font color is #4D291E.


Background Color

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

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

This div background color is #4D291E.


Border color

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

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

This div border color is #4D291E.


Opacity

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

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

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

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

This text has shadow with #4D291E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D291E on black background.


Color preview on white background

This text has color #4D291E on white background.



Black color preview on #4D291E background

This text has black color on #4D291E background.


White color preview on #4D291E background

This text has white color on #4D291E background.