COLOR #4D2E0B

HEX: #4D2E0B RGB: (77,46,11)

Color info

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

RGB color model

#4D2E0B color RGB value is (77,46,11).

RGB: (77,46,11) (30%, 18%, 4%)

RGB channels and saturation

R 77 of 255 = 30%
G 46 of 255 = 18%
B 11 of 255 = 4%

77
46
11

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

Portions of RGB colors in percentages

R + G + B = 77 + 46 + 11 = 134 (100%)
R 77 of 134 ~ 57.46%
G 46 of 134 ~ 34.33%
B 11 of 134 ~ 8.21'%

%57.46
%34.33

CMYK color model

#4D2E0B color CMYK value is (0,40,86,70).

  • cyan value is 0.00%
  • magenta value is 40.26%
  • yellow value is 85.71%
  • key color value is 69.80%

CMYK: (0,40,86,70)
C0M40Y86K70 (0%, 40%, 86%, 70%)
(0.00 / 0.40 / 0.86 / 0.70)

CMYK percentages

%0
%40.26
%85.71
%69.8

Codes

Color #4D2E0B in popluar color models

4D 2E 0B
RGB 77 46 11
HSL 32° 75.00% 17.25%
HSB/HSV 32° 85.71% 30.20%
CMYK 0.00% 40.26% 85.71%
69.80%

Color #4D2E0B in popluar number systems.

HEX 4D 2E 0B
Decimal 77 46 11
Binary 1001101 101110 1011
Octal 115 56 13

Shades and tints

Shades of #4D2E0B

#4D2E0B
(77,46,11)
#462A0A
(70,42,10)
#3F2609
(63,38,9)
#382208
(56,34,8)
#311E07
(49,30,7)
#2A1A06
(42,26,6)
#231605
(35,22,5)
#1C1204
(28,18,4)
#150E03
(21,14,3)
#0E0A02
(14,10,2)
#070601
(7,6,1)
#000000
(0,0,0)

Tints of #4D2E0B

#4D2E0B
(77,46,11)
#5D4121
(93,65,33)
#6D5437
(109,84,55)
#7D674D
(125,103,77)
#8D7A63
(141,122,99)
#9D8D79
(157,141,121)
#ADA08F
(173,160,143)
#BDB3A5
(189,179,165)
#CDC6BB
(205,198,187)
#DDD9D1
(221,217,209)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2E0B; }

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

This text font color is #4D2E0B.

Background Color

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

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

This div background color is #4D2E0B.

Border color

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

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

This div border color is #4D2E0B.

Opacity

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

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

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

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

This text has shadow with #4D2E0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2E0B.

Preview

Color preview on black background

This text has color #4D2E0B on black background.


Color preview on white background

This text has color #4D2E0B on white background.


Black color preview on #4D2E0B background

This text has black color on #4D2E0B background.


White color preview on #4D2E0B background

This text has white color on #4D2E0B background.


Related colors

Complementary color

Complementary color for #hex is #B2D1F4.


I love getcolorcode.com

Triadic colors

1 #0B4D2E and #2E0B4D with #4D2E0B are triadic colors.

2 #0B2E4D and #2E4D0B with #4D2E0B are triadic colors.