COLOR #4D3110

HEX: #4D3110
RGB: (77,49,16)

Color info

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

RGB color model

#4D3110 color RGB value is (77,49,16).

  • red value is 77;
  • green value is 49;
  • blue value is 16.
RGB:
(77,49,16)
(30%,19%,6%)

RGB channels and saturation

R 77 of 255 = 30%
G 49 of 255 = 19%
B 16 of 255 = 6%

77
49
16

R + G + B ~ 18%. #4D3110 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 49 + 16 = 142 (100%)
R 77 of 142 ~ 54.23%
G 49 of 142 ~ 34.51%
B 16 of 142 ~ 11.27%

%54.23
%34.51
%11.27

CMYK color model

#4D3110 color CMYK value is (0,36,79,70).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 79.22%
  • key color value is 69.80%
CMYK:
(0,36,79,70)
C0M36Y79K70 
(0%,36%,79%,70%)
(0.00/0.36/0.79/0.70)	

CMYK percentages

%0
%36.36
%79.22
%69.8

Codes

Color #4D3110 in popluar color models

4D3110
RGB774916
HSL32°65.59%18.24%
HSB/HSV32°79.22%30.20%
CMYK0.00%36.36%79.22%
69.80%

Color #4D3110 in popluar number systems.

HEX4D3110
Decimal774916
Binary100110111000110000
Octal1156120

Shades and tints

Shades of #4D3110

#4D3110
(77,49,16)
#462D0F
(70,45,15)
#3F290E
(63,41,14)
#38250D
(56,37,13)
#31210C
(49,33,12)
#2A1D0B
(42,29,11)
#23190A
(35,25,10)
#1C1509
(28,21,9)
#151108
(21,17,8)
#0E0D07
(14,13,7)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #4D3110

#4D3110
(77,49,16)
#5D4325
(93,67,37)
#6D553A
(109,85,58)
#7D674F
(125,103,79)
#8D7964
(141,121,100)
#9D8B79
(157,139,121)
#AD9D8E
(173,157,142)
#BDAFA3
(189,175,163)
#CDC1B8
(205,193,184)
#DDD3CD
(221,211,205)
#EDE5E2
(237,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3110 color. Also use rgb(77,49,16) instead hex code.

Text Font Color

.myTextColor { color: #4D3110; }

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

This text font color is #4D3110.


Background Color

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

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

This div background color is #4D3110.


Border color

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

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

This div border color is #4D3110.


Opacity

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

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

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

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

This text has shadow with #4D3110 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3110 on black background.


Color preview on white background

This text has color #4D3110 on white background.



Black color preview on #4D3110 background

This text has black color on #4D3110 background.


White color preview on #4D3110 background

This text has white color on #4D3110 background.