COLOR #4D302E

HEX: #4D302E RGB: (77,48,46)

Color info

#4D302E contains red, green and blue colors in about the same proportion. Web safe color of #4D302E is #333333 (or #333).

RGB color model

#4D302E color RGB value is (77,48,46).

RGB: (77,48,46) (30%, 19%, 18%)

RGB channels and saturation

R 77 of 255 = 30%
G 48 of 255 = 19%
B 46 of 255 = 18%

77
48
46

R + G + B ~ 22%. #4D302E is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 48 + 46 = 171 (100%)
R 77 of 171 ~ 45.03%
G 48 of 171 ~ 28.07%
B 46 of 171 ~ 26.9'%

%45.03
%28.07
%26.9

CMYK color model

#4D302E color CMYK value is (0,38,40,70).

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

CMYK: (0,38,40,70)
C0M38Y40K70 (0%, 38%, 40%, 70%)
(0.00 / 0.38 / 0.40 / 0.70)

CMYK percentages

%0
%37.66
%40.26
%69.8

Codes

Color #4D302E in popluar color models

4D 30 2E
RGB 77 48 46
HSL 25.20% 24.12%
HSB/HSV 40.26% 30.20%
CMYK 0.00% 37.66% 40.26%
69.80%

Color #4D302E in popluar number systems.

HEX 4D 30 2E
Decimal 77 48 46
Binary 1001101 110000 101110
Octal 115 60 56

Shades and tints

Shades of #4D302E

#4D302E
(77,48,46)
#462C2A
(70,44,42)
#3F2826
(63,40,38)
#382422
(56,36,34)
#31201E
(49,32,30)
#2A1C1A
(42,28,26)
#231816
(35,24,22)
#1C1412
(28,20,18)
#15100E
(21,16,14)
#0E0C0A
(14,12,10)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #4D302E

#4D302E
(77,48,46)
#5D4241
(93,66,65)
#6D5454
(109,84,84)
#7D6667
(125,102,103)
#8D787A
(141,120,122)
#9D8A8D
(157,138,141)
#AD9CA0
(173,156,160)
#BDAEB3
(189,174,179)
#CDC0C6
(205,192,198)
#DDD2D9
(221,210,217)
#EDE4EC
(237,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D302E; }

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

This text font color is #4D302E.

Background Color

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

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

This div background color is #4D302E.

Border color

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

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

This div border color is #4D302E.

Opacity

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

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

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

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

This text has shadow with #4D302E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D302E.

Preview

Color preview on black background

This text has color #4D302E on black background.


Color preview on white background

This text has color #4D302E on white background.


Black color preview on #4D302E background

This text has black color on #4D302E background.


White color preview on #4D302E background

This text has white color on #4D302E background.


Related colors

Complementary color

Complementary color for #hex is #B2CFD1.


I love getcolorcode.com

Triadic colors

1 #2E4D30 and #302E4D with #4D302E are triadic colors.

2 #2E304D and #304D2E with #4D302E are triadic colors.