COLOR #4D361E

HEX: #4D361E
RGB: (77,54,30)

Color info

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

RGB color model

#4D361E color RGB value is (77,54,30).

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

RGB channels and saturation

R 77 of 255 = 30%
G 54 of 255 = 21%
B 30 of 255 = 12%

77
54
30

R + G + B ~ 21%. #4D361E is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 54 + 30 = 161 (100%)
R 77 of 161 ~ 47.83%
G 54 of 161 ~ 33.54%
B 30 of 161 ~ 18.63%

%47.83
%33.54
%18.63

CMYK color model

#4D361E color CMYK value is (0,30,61,70).

  • cyan value is 0.00%
  • magenta value is 29.87%
  • yellow value is 61.04%
  • key color value is 69.80%
CMYK:
(0,30,61,70)
C0M30Y61K70 
(0%,30%,61%,70%)
(0.00/0.30/0.61/0.70)	

CMYK percentages

%0
%29.87
%61.04
%69.8

Codes

Color #4D361E in popluar color models

4D361E
RGB775430
HSL31°43.93%20.98%
HSB/HSV31°61.04%30.20%
CMYK0.00%29.87%61.04%
69.80%

Color #4D361E in popluar number systems.

HEX4D361E
Decimal775430
Binary100110111011011110
Octal1156636

Shades and tints

Shades of #4D361E

#4D361E
(77,54,30)
#46321C
(70,50,28)
#3F2E1A
(63,46,26)
#382A18
(56,42,24)
#312616
(49,38,22)
#2A2214
(42,34,20)
#231E12
(35,30,18)
#1C1A10
(28,26,16)
#15160E
(21,22,14)
#0E120C
(14,18,12)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #4D361E

#4D361E
(77,54,30)
#5D4832
(93,72,50)
#6D5A46
(109,90,70)
#7D6C5A
(125,108,90)
#8D7E6E
(141,126,110)
#9D9082
(157,144,130)
#ADA296
(173,162,150)
#BDB4AA
(189,180,170)
#CDC6BE
(205,198,190)
#DDD8D2
(221,216,210)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D361E; }

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

This text font color is #4D361E.


Background Color

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

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

This div background color is #4D361E.


Border color

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

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

This div border color is #4D361E.


Opacity

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

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

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

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

This text has shadow with #4D361E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D361E on black background.


Color preview on white background

This text has color #4D361E on white background.



Black color preview on #4D361E background

This text has black color on #4D361E background.


White color preview on #4D361E background

This text has white color on #4D361E background.