COLOR #4D390C

HEX: #4D390C
RGB: (77,57,12)

Color info

#4D390C contains mainly red and green colors. Web safe color of #4D390C is #333300 (or #330).

RGB color model

#4D390C color RGB value is (77,57,12).

  • red value is 77;
  • green value is 57;
  • blue value is 12.
RGB:
(77,57,12)
(30%,22%,5%)

RGB channels and saturation

R 77 of 255 = 30%
G 57 of 255 = 22%
B 12 of 255 = 5%

77
57
12

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

Portions of RGB colors in percentages

R + G + B =
77 + 57 + 12 = 146 (100%)
R 77 of 146 ~ 52.74%
G 57 of 146 ~ 39.04%
B 12 of 146 ~ 8.22%

%52.74
%39.04

CMYK color model

#4D390C color CMYK value is (0,26,84,70).

  • cyan value is 0.00%
  • magenta value is 25.97%
  • yellow value is 84.42%
  • key color value is 69.80%
CMYK:
(0,26,84,70)
C0M26Y84K70 
(0%,26%,84%,70%)
(0.00/0.26/0.84/0.70)	

CMYK percentages

%0
%25.97
%84.42
%69.8

Codes

Color #4D390C in popluar color models

4D390C
RGB775712
HSL42°73.03%17.45%
HSB/HSV42°84.42%30.20%
CMYK0.00%25.97%84.42%
69.80%

Color #4D390C in popluar number systems.

HEX4D390C
Decimal775712
Binary10011011110011100
Octal1157114

Shades and tints

Shades of #4D390C

#4D390C
(77,57,12)
#46340B
(70,52,11)
#3F2F0A
(63,47,10)
#382A09
(56,42,9)
#312508
(49,37,8)
#2A2007
(42,32,7)
#231B06
(35,27,6)
#1C1605
(28,22,5)
#151104
(21,17,4)
#0E0C03
(14,12,3)
#070702
(7,7,2)
#000000
(0,0,0)

Tints of #4D390C

#4D390C
(77,57,12)
#5D4B22
(93,75,34)
#6D5D38
(109,93,56)
#7D6F4E
(125,111,78)
#8D8164
(141,129,100)
#9D937A
(157,147,122)
#ADA590
(173,165,144)
#BDB7A6
(189,183,166)
#CDC9BC
(205,201,188)
#DDDBD2
(221,219,210)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D390C color. Also use rgb(77,57,12) instead hex code.

Text Font Color

.myTextColor { color: #4D390C; }

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

This text font color is #4D390C.


Background Color

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

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

This div background color is #4D390C.


Border color

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

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

This div border color is #4D390C.


Opacity

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

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

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

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

This text has shadow with #4D390C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D390C on black background.


Color preview on white background

This text has color #4D390C on white background.



Black color preview on #4D390C background

This text has black color on #4D390C background.


White color preview on #4D390C background

This text has white color on #4D390C background.