COLOR #4D3303

HEX: #4D3303
RGB: (77,51,3)

Color info

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

RGB color model

#4D3303 color RGB value is (77,51,3).

  • red value is 77;
  • green value is 51;
  • blue value is 3.
RGB:
(77,51,3)
(30%,20%,1%)

RGB channels and saturation

R 77 of 255 = 30%
G 51 of 255 = 20%
B 3 of 255 = 1%

77
51
3

R + G + B ~ 17%. #4D3303 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 51 + 3 = 131 (100%)
R 77 of 131 ~ 58.78%
G 51 of 131 ~ 38.93%
B 3 of 131 ~ 2.29%

%58.78
%38.93

CMYK color model

#4D3303 color CMYK value is (0,34,96,70).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 96.10%
  • key color value is 69.80%
CMYK:
(0,34,96,70)
C0M34Y96K70 
(0%,34%,96%,70%)
(0.00/0.34/0.96/0.70)	

CMYK percentages

%0
%33.77
%96.1
%69.8

Codes

Color #4D3303 in popluar color models

4D3303
RGB77513
HSL39°92.50%15.69%
HSB/HSV39°96.10%30.20%
CMYK0.00%33.77%96.10%
69.80%

Color #4D3303 in popluar number systems.

HEX4D3303
Decimal77513
Binary100110111001111
Octal115633

Shades and tints

Shades of #4D3303

#4D3303
(77,51,3)
#462F03
(70,47,3)
#3F2B03
(63,43,3)
#382703
(56,39,3)
#312303
(49,35,3)
#2A1F03
(42,31,3)
#231B03
(35,27,3)
#1C1703
(28,23,3)
#151303
(21,19,3)
#0E0F03
(14,15,3)
#070B03
(7,11,3)
#000000
(0,0,0)

Tints of #4D3303

#4D3303
(77,51,3)
#5D4519
(93,69,25)
#6D572F
(109,87,47)
#7D6945
(125,105,69)
#8D7B5B
(141,123,91)
#9D8D71
(157,141,113)
#AD9F87
(173,159,135)
#BDB19D
(189,177,157)
#CDC3B3
(205,195,179)
#DDD5C9
(221,213,201)
#EDE7DF
(237,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3303 color. Also use rgb(77,51,3) instead hex code.

Text Font Color

.myTextColor { color: #4D3303; }

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

This text font color is #4D3303.


Background Color

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

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

This div background color is #4D3303.


Border color

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

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

This div border color is #4D3303.


Opacity

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

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

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

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

This text has shadow with #4D3303 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3303 on black background.


Color preview on white background

This text has color #4D3303 on white background.



Black color preview on #4D3303 background

This text has black color on #4D3303 background.


White color preview on #4D3303 background

This text has white color on #4D3303 background.