COLOR #4D2F04

HEX: #4D2F04 RGB: (77,47,4)

Color info

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

RGB color model

#4D2F04 color RGB value is (77,47,4).

RGB: (77,47,4) (30%, 18%, 2%)

RGB channels and saturation

R 77 of 255 = 30%
G 47 of 255 = 18%
B 4 of 255 = 2%

77
47
4

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

Portions of RGB colors in percentages

R + G + B = 77 + 47 + 4 = 128 (100%)
R 77 of 128 ~ 60.16%
G 47 of 128 ~ 36.72%
B 4 of 128 ~ 3.13'%

%60.16
%36.72

CMYK color model

#4D2F04 color CMYK value is (0,39,95,70).

  • cyan value is 0.00%
  • magenta value is 38.96%
  • yellow value is 94.81%
  • key color value is 69.80%

CMYK: (0,39,95,70)
C0M39Y95K70 (0%, 39%, 95%, 70%)
(0.00 / 0.39 / 0.95 / 0.70)

CMYK percentages

%0
%38.96
%94.81
%69.8

Codes

Color #4D2F04 in popluar color models

4D 2F 04
RGB 77 47 4
HSL 35° 90.12% 15.88%
HSB/HSV 35° 94.81% 30.20%
CMYK 0.00% 38.96% 94.81%
69.80%

Color #4D2F04 in popluar number systems.

HEX 4D 2F 04
Decimal 77 47 4
Binary 1001101 101111 100
Octal 115 57 4

Shades and tints

Shades of #4D2F04

#4D2F04
(77,47,4)
#462B04
(70,43,4)
#3F2704
(63,39,4)
#382304
(56,35,4)
#311F04
(49,31,4)
#2A1B04
(42,27,4)
#231704
(35,23,4)
#1C1304
(28,19,4)
#150F04
(21,15,4)
#0E0B04
(14,11,4)
#070704
(7,7,4)
#000000
(0,0,0)

Tints of #4D2F04

#4D2F04
(77,47,4)
#5D411A
(93,65,26)
#6D5330
(109,83,48)
#7D6546
(125,101,70)
#8D775C
(141,119,92)
#9D8972
(157,137,114)
#AD9B88
(173,155,136)
#BDAD9E
(189,173,158)
#CDBFB4
(205,191,180)
#DDD1CA
(221,209,202)
#EDE3E0
(237,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2F04; }

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

This text font color is #4D2F04.

Background Color

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

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

This div background color is #4D2F04.

Border color

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

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

This div border color is #4D2F04.

Opacity

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

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

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

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

This text has shadow with #4D2F04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2F04.

Preview

Color preview on black background

This text has color #4D2F04 on black background.


Color preview on white background

This text has color #4D2F04 on white background.


Black color preview on #4D2F04 background

This text has black color on #4D2F04 background.


White color preview on #4D2F04 background

This text has white color on #4D2F04 background.


Related colors

Complementary color

Complementary color for #hex is #B2D0FB.


I love getcolorcode.com

Triadic colors

1 #044D2F and #2F044D with #4D2F04 are triadic colors.

2 #042F4D and #2F4D04 with #4D2F04 are triadic colors.