COLOR #4D4313

HEX: #4D4313
RGB: (77,67,19)

Color info

#4D4313 contains red, green and blue colors in about the same proportion. Web safe color of #4D4313 is #333300 (or #330).

RGB color model

#4D4313 color RGB value is (77,67,19).

  • red value is 77;
  • green value is 67;
  • blue value is 19.
RGB:
(77,67,19)
(30%,26%,7%)

RGB channels and saturation

R 77 of 255 = 30%
G 67 of 255 = 26%
B 19 of 255 = 7%

77
67
19

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

Portions of RGB colors in percentages

R + G + B =
77 + 67 + 19 = 163 (100%)
R 77 of 163 ~ 47.24%
G 67 of 163 ~ 41.1%
B 19 of 163 ~ 11.66%

%47.24
%41.1
%11.66

CMYK color model

#4D4313 color CMYK value is (0,13,75,70).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 75.32%
  • key color value is 69.80%
CMYK:
(0,13,75,70)
C0M13Y75K70 
(0%,13%,75%,70%)
(0.00/0.13/0.75/0.70)	

CMYK percentages

%0
%12.99
%75.32
%69.8

Codes

Color #4D4313 in popluar color models

4D4313
RGB776719
HSL50°60.42%18.82%
HSB/HSV50°75.32%30.20%
CMYK0.00%12.99%75.32%
69.80%

Color #4D4313 in popluar number systems.

HEX4D4313
Decimal776719
Binary1001101100001110011
Octal11510323

Shades and tints

Shades of #4D4313

#4D4313
(77,67,19)
#463D12
(70,61,18)
#3F3711
(63,55,17)
#383110
(56,49,16)
#312B0F
(49,43,15)
#2A250E
(42,37,14)
#231F0D
(35,31,13)
#1C190C
(28,25,12)
#15130B
(21,19,11)
#0E0D0A
(14,13,10)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #4D4313

#4D4313
(77,67,19)
#5D5428
(93,84,40)
#6D653D
(109,101,61)
#7D7652
(125,118,82)
#8D8767
(141,135,103)
#9D987C
(157,152,124)
#ADA991
(173,169,145)
#BDBAA6
(189,186,166)
#CDCBBB
(205,203,187)
#DDDCD0
(221,220,208)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4313 color. Also use rgb(77,67,19) instead hex code.

Text Font Color

.myTextColor { color: #4D4313; }

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

This text font color is #4D4313.


Background Color

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

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

This div background color is #4D4313.


Border color

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

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

This div border color is #4D4313.


Opacity

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

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

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

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

This text has shadow with #4D4313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4313 on black background.


Color preview on white background

This text has color #4D4313 on white background.



Black color preview on #4D4313 background

This text has black color on #4D4313 background.


White color preview on #4D4313 background

This text has white color on #4D4313 background.