COLOR #4D3E30

HEX: #4D3E30
RGB: (77,62,48)

Color info

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

RGB color model

#4D3E30 color RGB value is (77,62,48).

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

RGB channels and saturation

R 77 of 255 = 30%
G 62 of 255 = 24%
B 48 of 255 = 19%

77
62
48

R + G + B ~ 24%. #4D3E30 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 62 + 48 = 187 (100%)
R 77 of 187 ~ 41.18%
G 62 of 187 ~ 33.16%
B 48 of 187 ~ 25.67%

%41.18
%33.16
%25.67

CMYK color model

#4D3E30 color CMYK value is (0,19,38,70).

  • cyan value is 0.00%
  • magenta value is 19.48%
  • yellow value is 37.66%
  • key color value is 69.80%
CMYK:
(0,19,38,70)
C0M19Y38K70 
(0%,19%,38%,70%)
(0.00/0.19/0.38/0.70)	

CMYK percentages

%0
%19.48
%37.66
%69.8

Codes

Color #4D3E30 in popluar color models

4D3E30
RGB776248
HSL29°23.20%24.51%
HSB/HSV29°37.66%30.20%
CMYK0.00%19.48%37.66%
69.80%

Color #4D3E30 in popluar number systems.

HEX4D3E30
Decimal776248
Binary1001101111110110000
Octal1157660

Shades and tints

Shades of #4D3E30

#4D3E30
(77,62,48)
#46392C
(70,57,44)
#3F3428
(63,52,40)
#382F24
(56,47,36)
#312A20
(49,42,32)
#2A251C
(42,37,28)
#232018
(35,32,24)
#1C1B14
(28,27,20)
#151610
(21,22,16)
#0E110C
(14,17,12)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #4D3E30

#4D3E30
(77,62,48)
#5D4F42
(93,79,66)
#6D6054
(109,96,84)
#7D7166
(125,113,102)
#8D8278
(141,130,120)
#9D938A
(157,147,138)
#ADA49C
(173,164,156)
#BDB5AE
(189,181,174)
#CDC6C0
(205,198,192)
#DDD7D2
(221,215,210)
#EDE8E4
(237,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3E30; }

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

This text font color is #4D3E30.


Background Color

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

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

This div background color is #4D3E30.


Border color

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

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

This div border color is #4D3E30.


Opacity

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

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

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

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

This text has shadow with #4D3E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3E30 on black background.


Color preview on white background

This text has color #4D3E30 on white background.



Black color preview on #4D3E30 background

This text has black color on #4D3E30 background.


White color preview on #4D3E30 background

This text has white color on #4D3E30 background.