COLOR #4D320B

HEX: #4D320B
RGB: (77,50,11)

Color info

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

RGB color model

#4D320B color RGB value is (77,50,11).

  • red value is 77;
  • green value is 50;
  • blue value is 11.
RGB:
(77,50,11)
(30%,20%,4%)

RGB channels and saturation

R 77 of 255 = 30%
G 50 of 255 = 20%
B 11 of 255 = 4%

77
50
11

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

Portions of RGB colors in percentages

R + G + B =
77 + 50 + 11 = 138 (100%)
R 77 of 138 ~ 55.8%
G 50 of 138 ~ 36.23%
B 11 of 138 ~ 7.97%

%55.8
%36.23

CMYK color model

#4D320B color CMYK value is (0,35,86,70).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 85.71%
  • key color value is 69.80%
CMYK:
(0,35,86,70)
C0M35Y86K70 
(0%,35%,86%,70%)
(0.00/0.35/0.86/0.70)	

CMYK percentages

%0
%35.06
%85.71
%69.8

Codes

Color #4D320B in popluar color models

4D320B
RGB775011
HSL35°75.00%17.25%
HSB/HSV35°85.71%30.20%
CMYK0.00%35.06%85.71%
69.80%

Color #4D320B in popluar number systems.

HEX4D320B
Decimal775011
Binary10011011100101011
Octal1156213

Shades and tints

Shades of #4D320B

#4D320B
(77,50,11)
#462E0A
(70,46,10)
#3F2A09
(63,42,9)
#382608
(56,38,8)
#312207
(49,34,7)
#2A1E06
(42,30,6)
#231A05
(35,26,5)
#1C1604
(28,22,4)
#151203
(21,18,3)
#0E0E02
(14,14,2)
#070A01
(7,10,1)
#000000
(0,0,0)

Tints of #4D320B

#4D320B
(77,50,11)
#5D4421
(93,68,33)
#6D5637
(109,86,55)
#7D684D
(125,104,77)
#8D7A63
(141,122,99)
#9D8C79
(157,140,121)
#AD9E8F
(173,158,143)
#BDB0A5
(189,176,165)
#CDC2BB
(205,194,187)
#DDD4D1
(221,212,209)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D320B color. Also use rgb(77,50,11) instead hex code.

Text Font Color

.myTextColor { color: #4D320B; }

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

This text font color is #4D320B.


Background Color

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

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

This div background color is #4D320B.


Border color

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

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

This div border color is #4D320B.


Opacity

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

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

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

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

This text has shadow with #4D320B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D320B on black background.


Color preview on white background

This text has color #4D320B on white background.



Black color preview on #4D320B background

This text has black color on #4D320B background.


White color preview on #4D320B background

This text has white color on #4D320B background.