COLOR #4D4302

HEX: #4D4302 RGB: (77,67,2)

Color info

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

RGB color model

#4D4302 color RGB value is (77,67,2).

RGB: (77,67,2) (30%, 26%, 1%)

RGB channels and saturation

R 77 of 255 = 30%
G 67 of 255 = 26%
B 2 of 255 = 1%

77
67
2

R + G + B ~ 19%. #4D4302 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 67 + 2 = 146 (100%)
R 77 of 146 ~ 52.74%
G 67 of 146 ~ 45.89%
B 2 of 146 ~ 1.37'%

%52.74
%45.89

CMYK color model

#4D4302 color CMYK value is (0,13,97,70).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 97.40%
  • key color value is 69.80%

CMYK: (0,13,97,70)
C0M13Y97K70 (0%, 13%, 97%, 70%)
(0.00 / 0.13 / 0.97 / 0.70)

CMYK percentages

%0
%12.99
%97.4
%69.8

Codes

Color #4D4302 in popluar color models

4D 43 02
RGB 77 67 2
HSL 52° 94.94% 15.49%
HSB/HSV 52° 97.40% 30.20%
CMYK 0.00% 12.99% 97.40%
69.80%

Color #4D4302 in popluar number systems.

HEX 4D 43 02
Decimal 77 67 2
Binary 1001101 1000011 10
Octal 115 103 2

Shades and tints

Shades of #4D4302

#4D4302
(77,67,2)
#463D02
(70,61,2)
#3F3702
(63,55,2)
#383102
(56,49,2)
#312B02
(49,43,2)
#2A2502
(42,37,2)
#231F02
(35,31,2)
#1C1902
(28,25,2)
#151302
(21,19,2)
#0E0D02
(14,13,2)
#070702
(7,7,2)
#000000
(0,0,0)

Tints of #4D4302

#4D4302
(77,67,2)
#5D5419
(93,84,25)
#6D6530
(109,101,48)
#7D7647
(125,118,71)
#8D875E
(141,135,94)
#9D9875
(157,152,117)
#ADA98C
(173,169,140)
#BDBAA3
(189,186,163)
#CDCBBA
(205,203,186)
#DDDCD1
(221,220,209)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4302; }

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

This text font color is #4D4302.

Background Color

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

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

This div background color is #4D4302.

Border color

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

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

This div border color is #4D4302.

Opacity

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

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

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

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

This text has shadow with #4D4302 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4302.

Preview

Color preview on black background

This text has color #4D4302 on black background.


Color preview on white background

This text has color #4D4302 on white background.


Black color preview on #4D4302 background

This text has black color on #4D4302 background.


White color preview on #4D4302 background

This text has white color on #4D4302 background.


Related colors

Complementary color

Complementary color for #hex is #B2BCFD.


I love getcolorcode.com

Triadic colors

1 #024D43 and #43024D with #4D4302 are triadic colors.

2 #02434D and #434D02 with #4D4302 are triadic colors.