COLOR #4D2D0C

HEX: #4D2D0C RGB: (77,45,12)

Color info

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

RGB color model

#4D2D0C color RGB value is (77,45,12).

RGB: (77,45,12) (30%, 18%, 5%)

RGB channels and saturation

R 77 of 255 = 30%
G 45 of 255 = 18%
B 12 of 255 = 5%

77
45
12

R + G + B ~ 18%. #4D2D0C is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 45 + 12 = 134 (100%)
R 77 of 134 ~ 57.46%
G 45 of 134 ~ 33.58%
B 12 of 134 ~ 8.96'%

%57.46
%33.58

CMYK color model

#4D2D0C color CMYK value is (0,42,84,70).

  • cyan value is 0.00%
  • magenta value is 41.56%
  • yellow value is 84.42%
  • key color value is 69.80%
CMYK: (0,42,84,70) C0M42Y84K70 (0%,42%,84%,70%) (0.00/0.42/0.84/0.70) 

CMYK percentages

%0
%41.56
%84.42
%69.8

Codes

Color #4D2D0C in popluar color models

4D 2D 0C
RGB 77 45 12
HSL 30° 73.03% 17.45%
HSB/HSV 30° 84.42% 30.20%
CMYK 0.00% 41.56% 84.42%
69.80%

Color #4D2D0C in popluar number systems.

HEX 4D 2D 0C
Decimal 77 45 12
Binary 1001101 101101 1100
Octal 115 55 14

Shades and tints

Shades of #4D2D0C

#4D2D0C
(77,45,12)
#46290B
(70,41,11)
#3F250A
(63,37,10)
#382109
(56,33,9)
#311D08
(49,29,8)
#2A1907
(42,25,7)
#231506
(35,21,6)
#1C1105
(28,17,5)
#150D04
(21,13,4)
#0E0903
(14,9,3)
#070502
(7,5,2)
#000000
(0,0,0)

Tints of #4D2D0C

#4D2D0C
(77,45,12)
#5D4022
(93,64,34)
#6D5338
(109,83,56)
#7D664E
(125,102,78)
#8D7964
(141,121,100)
#9D8C7A
(157,140,122)
#AD9F90
(173,159,144)
#BDB2A6
(189,178,166)
#CDC5BC
(205,197,188)
#DDD8D2
(221,216,210)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2D0C; }

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

This text font color is #4D2D0C.

Background Color

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

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

This div background color is #4D2D0C.

Border color

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

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

This div border color is #4D2D0C.

Opacity

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

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

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

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

This text has shadow with #4D2D0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2D0C.

Preview

Color preview on black background

This text has color #4D2D0C on black background.


Color preview on white background

This text has color #4D2D0C on white background.


Black color preview on #4D2D0C background

This text has black color on #4D2D0C background.


White color preview on #4D2D0C background

This text has white color on #4D2D0C background.


Related colors

Complementary color

Complementary color for #hex is #B2D2F3.


I love getcolorcode.com

Triadic colors

1 #0C4D2D and #2D0C4D with #4D2D0C are triadic colors.

2 #0C2D4D and #2D4D0C with #4D2D0C are triadic colors.