COLOR #4D370C

HEX: #4D370C
RGB: (77,55,12)

Color info

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

RGB color model

#4D370C color RGB value is (77,55,12).

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

RGB channels and saturation

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

77
55
12

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

Portions of RGB colors in percentages

R + G + B =
77 + 55 + 12 = 144 (100%)
R 77 of 144 ~ 53.47%
G 55 of 144 ~ 38.19%
B 12 of 144 ~ 8.33%

%53.47
%38.19

CMYK color model

#4D370C color CMYK value is (0,29,84,70).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 84.42%
  • key color value is 69.80%
CMYK:
(0,29,84,70)
C0M29Y84K70 
(0%,29%,84%,70%)
(0.00/0.29/0.84/0.70)	

CMYK percentages

%0
%28.57
%84.42
%69.8

Codes

Color #4D370C in popluar color models

4D370C
RGB775512
HSL40°73.03%17.45%
HSB/HSV40°84.42%30.20%
CMYK0.00%28.57%84.42%
69.80%

Color #4D370C in popluar number systems.

HEX4D370C
Decimal775512
Binary10011011101111100
Octal1156714

Shades and tints

Shades of #4D370C

#4D370C
(77,55,12)
#46320B
(70,50,11)
#3F2D0A
(63,45,10)
#382809
(56,40,9)
#312308
(49,35,8)
#2A1E07
(42,30,7)
#231906
(35,25,6)
#1C1405
(28,20,5)
#150F04
(21,15,4)
#0E0A03
(14,10,3)
#070502
(7,5,2)
#000000
(0,0,0)

Tints of #4D370C

#4D370C
(77,55,12)
#5D4922
(93,73,34)
#6D5B38
(109,91,56)
#7D6D4E
(125,109,78)
#8D7F64
(141,127,100)
#9D917A
(157,145,122)
#ADA390
(173,163,144)
#BDB5A6
(189,181,166)
#CDC7BC
(205,199,188)
#DDD9D2
(221,217,210)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D370C; }

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

This text font color is #4D370C.


Background Color

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

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

This div background color is #4D370C.


Border color

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

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

This div border color is #4D370C.


Opacity

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

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

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

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

This text has shadow with #4D370C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D370C on black background.


Color preview on white background

This text has color #4D370C on white background.



Black color preview on #4D370C background

This text has black color on #4D370C background.


White color preview on #4D370C background

This text has white color on #4D370C background.