COLOR #4D291C

HEX: #4D291C
RGB: (77,41,28)

Color info

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

RGB color model

#4D291C color RGB value is (77,41,28).

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

RGB channels and saturation

R 77 of 255 = 30%
G 41 of 255 = 16%
B 28 of 255 = 11%

77
41
28

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

Portions of RGB colors in percentages

R + G + B =
77 + 41 + 28 = 146 (100%)
R 77 of 146 ~ 52.74%
G 41 of 146 ~ 28.08%
B 28 of 146 ~ 19.18%

%52.74
%28.08
%19.18

CMYK color model

#4D291C color CMYK value is (0,47,64,70).

  • cyan value is 0.00%
  • magenta value is 46.75%
  • yellow value is 63.64%
  • key color value is 69.80%
CMYK:
(0,47,64,70)
C0M47Y64K70 
(0%,47%,64%,70%)
(0.00/0.47/0.64/0.70)	

CMYK percentages

%0
%46.75
%63.64
%69.8

Codes

Color #4D291C in popluar color models

4D291C
RGB774128
HSL16°46.67%20.59%
HSB/HSV16°63.64%30.20%
CMYK0.00%46.75%63.64%
69.80%

Color #4D291C in popluar number systems.

HEX4D291C
Decimal774128
Binary100110110100111100
Octal1155134

Shades and tints

Shades of #4D291C

#4D291C
(77,41,28)
#46261A
(70,38,26)
#3F2318
(63,35,24)
#382016
(56,32,22)
#311D14
(49,29,20)
#2A1A12
(42,26,18)
#231710
(35,23,16)
#1C140E
(28,20,14)
#15110C
(21,17,12)
#0E0E0A
(14,14,10)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #4D291C

#4D291C
(77,41,28)
#5D3C30
(93,60,48)
#6D4F44
(109,79,68)
#7D6258
(125,98,88)
#8D756C
(141,117,108)
#9D8880
(157,136,128)
#AD9B94
(173,155,148)
#BDAEA8
(189,174,168)
#CDC1BC
(205,193,188)
#DDD4D0
(221,212,208)
#EDE7E4
(237,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D291C; }

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

This text font color is #4D291C.


Background Color

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

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

This div background color is #4D291C.


Border color

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

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

This div border color is #4D291C.


Opacity

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

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

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

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

This text has shadow with #4D291C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D291C on black background.


Color preview on white background

This text has color #4D291C on white background.



Black color preview on #4D291C background

This text has black color on #4D291C background.


White color preview on #4D291C background

This text has white color on #4D291C background.