COLOR #4D4A03

HEX: #4D4A03
RGB: (77,74,3)

Color info

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

RGB color model

#4D4A03 color RGB value is (77,74,3).

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

RGB channels and saturation

R 77 of 255 = 30%
G 74 of 255 = 29%
B 3 of 255 = 1%

77
74
3

R + G + B ~ 20%. #4D4A03 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 74 + 3 = 154 (100%)
R 77 of 154 ~ 50%
G 74 of 154 ~ 48.05%
B 3 of 154 ~ 1.95%

%50
%48.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.90%
  • yellow value is 96.10%
  • key color value is 69.80%
CMYK:
(0,4,96,70)
C0M4Y96K70 
(0%,4%,96%,70%)
(0.00/0.04/0.96/0.70)	

CMYK percentages

%0
%3.9
%96.1
%69.8

Codes

Color #4D4A03 in popluar color models

4D4A03
RGB77743
HSL58°92.50%15.69%
HSB/HSV58°96.10%30.20%
CMYK0.00%3.90%96.10%
69.80%

Color #4D4A03 in popluar number systems.

HEX4D4A03
Decimal77743
Binary1001101100101011
Octal1151123

Shades and tints

Shades of #4D4A03

#4D4A03
(77,74,3)
#464403
(70,68,3)
#3F3E03
(63,62,3)
#383803
(56,56,3)
#313203
(49,50,3)
#2A2C03
(42,44,3)
#232603
(35,38,3)
#1C2003
(28,32,3)
#151A03
(21,26,3)
#0E1403
(14,20,3)
#070E03
(7,14,3)
#000000
(0,0,0)

Tints of #4D4A03

#4D4A03
(77,74,3)
#5D5A19
(93,90,25)
#6D6A2F
(109,106,47)
#7D7A45
(125,122,69)
#8D8A5B
(141,138,91)
#9D9A71
(157,154,113)
#ADAA87
(173,170,135)
#BDBA9D
(189,186,157)
#CDCAB3
(205,202,179)
#DDDAC9
(221,218,201)
#EDEADF
(237,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4A03; }

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

This text font color is #4D4A03.


Background Color

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

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

This div background color is #4D4A03.


Border color

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

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

This div border color is #4D4A03.


Opacity

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

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

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

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

This text has shadow with #4D4A03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4A03 on black background.


Color preview on white background

This text has color #4D4A03 on white background.



Black color preview on #4D4A03 background

This text has black color on #4D4A03 background.


White color preview on #4D4A03 background

This text has white color on #4D4A03 background.