COLOR #4D2D00

HEX: #4D2D00 RGB: (77,45,0)

Color info

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

RGB color model

#4D2D00 color RGB value is (77,45,0).

RGB: (77,45,0) (30%, 18%, 0%)

RGB channels and saturation

R 77 of 255 = 30%
G 45 of 255 = 18%
B 0 of 255 = 0%

77
45
0

R + G + B ~ 16%. #4D2D00 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 45 + 0 = 122 (100%)
R 77 of 122 ~ 63.11%
G 45 of 122 ~ 36.89%
B 0 of 122 ~ 0'%

%63.11
%36.89

CMYK color model

#4D2D00 color CMYK value is (0,42,100,70).

  • cyan value is 0.00%
  • magenta value is 41.56%
  • yellow value is 100.00%
  • key color value is 69.80%

CMYK: (0,42,100,70)
C0M42Y100K70 (0%, 42%, 100%, 70%)
(0.00 / 0.42 / 1.00 / 0.70)

CMYK percentages

%0
%41.56
%100
%69.8

Codes

Color #4D2D00 in popluar color models

4D 2D 00
RGB 77 45 0
HSL 35° 100.00% 15.10%
HSB/HSV 35° 100.00% 30.20%
CMYK 0.00% 41.56% 100.00%
69.80%

Color #4D2D00 in popluar number systems.

HEX 4D 2D 00
Decimal 77 45 0
Binary 1001101 101101 0
Octal 115 55 0

Shades and tints

Shades of #4D2D00

#4D2D00
(77,45,0)
#462900
(70,41,0)
#3F2500
(63,37,0)
#382100
(56,33,0)
#311D00
(49,29,0)
#2A1900
(42,25,0)
#231500
(35,21,0)
#1C1100
(28,17,0)
#150D00
(21,13,0)
#0E0900
(14,9,0)
#070500
(7,5,0)
#000000
(0,0,0)

Tints of #4D2D00

#4D2D00
(77,45,0)
#5D4017
(93,64,23)
#6D532E
(109,83,46)
#7D6645
(125,102,69)
#8D795C
(141,121,92)
#9D8C73
(157,140,115)
#AD9F8A
(173,159,138)
#BDB2A1
(189,178,161)
#CDC5B8
(205,197,184)
#DDD8CF
(221,216,207)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2D00; }

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

This text font color is #4D2D00.

Background Color

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

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

This div background color is #4D2D00.

Border color

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

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

This div border color is #4D2D00.

Opacity

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

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

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

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

This text has shadow with #4D2D00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2D00.

Preview

Color preview on black background

This text has color #4D2D00 on black background.


Color preview on white background

This text has color #4D2D00 on white background.


Black color preview on #4D2D00 background

This text has black color on #4D2D00 background.


White color preview on #4D2D00 background

This text has white color on #4D2D00 background.


Related colors

Complementary color

Complementary color for #hex is #B2D2FF.


I love getcolorcode.com

Triadic colors

1 #004D2D and #2D004D with #4D2D00 are triadic colors.

2 #002D4D and #2D4D00 with #4D2D00 are triadic colors.