COLOR #4D2000

HEX: #4D2000
RGB: (77,32,0)

Color info

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

RGB color model

#4D2000 color RGB value is (77,32,0).

  • red value is 77;
  • green value is 32;
  • blue value is 0.
RGB:
(77,32,0)
(30%,13%,0%)

RGB channels and saturation

R 77 of 255 = 30%
G 32 of 255 = 13%
B 0 of 255 = 0%

77
32
0

R + G + B ~ 14%. #4D2000 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 32 + 0 = 109 (100%)
R 77 of 109 ~ 70.64%
G 32 of 109 ~ 29.36%
B 0 of 109 ~ 0%

%70.64
%29.36

CMYK color model

#4D2000 color CMYK value is (0,58,100,70).

  • cyan value is 0.00%
  • magenta value is 58.44%
  • yellow value is 100.00%
  • key color value is 69.80%
CMYK:
(0,58,100,70)
C0M58Y100K70 
(0%,58%,100%,70%)
(0.00/0.58/1.00/0.70)	

CMYK percentages

%0
%58.44
%100
%69.8

Codes

Color #4D2000 in popluar color models

4D2000
RGB77320
HSL25°100.00%15.10%
HSB/HSV25°100.00%30.20%
CMYK0.00%58.44%100.00%
69.80%

Color #4D2000 in popluar number systems.

HEX4D2000
Decimal77320
Binary10011011000000
Octal115400

Shades and tints

Shades of #4D2000

#4D2000
(77,32,0)
#461E00
(70,30,0)
#3F1C00
(63,28,0)
#381A00
(56,26,0)
#311800
(49,24,0)
#2A1600
(42,22,0)
#231400
(35,20,0)
#1C1200
(28,18,0)
#151000
(21,16,0)
#0E0E00
(14,14,0)
#070C00
(7,12,0)
#000000
(0,0,0)

Tints of #4D2000

#4D2000
(77,32,0)
#5D3417
(93,52,23)
#6D482E
(109,72,46)
#7D5C45
(125,92,69)
#8D705C
(141,112,92)
#9D8473
(157,132,115)
#AD988A
(173,152,138)
#BDACA1
(189,172,161)
#CDC0B8
(205,192,184)
#DDD4CF
(221,212,207)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2000 color. Also use rgb(77,32,0) instead hex code.

Text Font Color

.myTextColor { color: #4D2000; }

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

This text font color is #4D2000.


Background Color

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

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

This div background color is #4D2000.


Border color

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

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

This div border color is #4D2000.


Opacity

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

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

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

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

This text has shadow with #4D2000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2000 on black background.


Color preview on white background

This text has color #4D2000 on white background.



Black color preview on #4D2000 background

This text has black color on #4D2000 background.


White color preview on #4D2000 background

This text has white color on #4D2000 background.