COLOR #4D302C

HEX: #4D302C
RGB: (77,48,44)

Color info

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

RGB color model

#4D302C color RGB value is (77,48,44).

  • red value is 77;
  • green value is 48;
  • blue value is 44.
RGB:
(77,48,44)
(30%,19%,17%)

RGB channels and saturation

R 77 of 255 = 30%
G 48 of 255 = 19%
B 44 of 255 = 17%

77
48
44

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

Portions of RGB colors in percentages

R + G + B =
77 + 48 + 44 = 169 (100%)
R 77 of 169 ~ 45.56%
G 48 of 169 ~ 28.4%
B 44 of 169 ~ 26.04%

%45.56
%28.4
%26.04

CMYK color model

#4D302C color CMYK value is (0,38,43,70).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 42.86%
  • key color value is 69.80%
CMYK:
(0,38,43,70)
C0M38Y43K70 
(0%,38%,43%,70%)
(0.00/0.38/0.43/0.70)	

CMYK percentages

%0
%37.66
%42.86
%69.8

Codes

Color #4D302C in popluar color models

4D302C
RGB774844
HSL27.27%23.73%
HSB/HSV42.86%30.20%
CMYK0.00%37.66%42.86%
69.80%

Color #4D302C in popluar number systems.

HEX4D302C
Decimal774844
Binary1001101110000101100
Octal1156054

Shades and tints

Shades of #4D302C

#4D302C
(77,48,44)
#462C28
(70,44,40)
#3F2824
(63,40,36)
#382420
(56,36,32)
#31201C
(49,32,28)
#2A1C18
(42,28,24)
#231814
(35,24,20)
#1C1410
(28,20,16)
#15100C
(21,16,12)
#0E0C08
(14,12,8)
#070804
(7,8,4)
#000000
(0,0,0)

Tints of #4D302C

#4D302C
(77,48,44)
#5D423F
(93,66,63)
#6D5452
(109,84,82)
#7D6665
(125,102,101)
#8D7878
(141,120,120)
#9D8A8B
(157,138,139)
#AD9C9E
(173,156,158)
#BDAEB1
(189,174,177)
#CDC0C4
(205,192,196)
#DDD2D7
(221,210,215)
#EDE4EA
(237,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D302C color. Also use rgb(77,48,44) instead hex code.

Text Font Color

.myTextColor { color: #4D302C; }

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

This text font color is #4D302C.


Background Color

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

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

This div background color is #4D302C.


Border color

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

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

This div border color is #4D302C.


Opacity

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

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

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

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

This text has shadow with #4D302C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D302C on black background.


Color preview on white background

This text has color #4D302C on white background.



Black color preview on #4D302C background

This text has black color on #4D302C background.


White color preview on #4D302C background

This text has white color on #4D302C background.