COLOR #4D3343

HEX: #4D3343 RGB: (77,51,67)

Color info

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

RGB color model

#4D3343 color RGB value is (77,51,67).

RGB: (77,51,67) (30%, 20%, 26%)

RGB channels and saturation

R 77 of 255 = 30%
G 51 of 255 = 20%
B 67 of 255 = 26%

77
51
67

R + G + B ~ 25%. #4D3343 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 51 + 67 = 195 (100%)
R 77 of 195 ~ 39.49%
G 51 of 195 ~ 26.15%
B 67 of 195 ~ 34.36'%

%39.49
%26.15
%34.36

CMYK color model

#4D3343 color CMYK value is (0,34,13,70).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 12.99%
  • key color value is 69.80%

CMYK: (0,34,13,70)
C0M34Y13K70 (0%, 34%, 13%, 70%)
(0.00 / 0.34 / 0.13 / 0.70)

CMYK percentages

%0
%33.77
%12.99
%69.8

Codes

Color #4D3343 in popluar color models

4D 33 43
RGB 77 51 67
HSL 323° 20.31% 25.10%
HSB/HSV 323° 33.77% 30.20%
CMYK 0.00% 33.77% 12.99%
69.80%

Color #4D3343 in popluar number systems.

HEX 4D 33 43
Decimal 77 51 67
Binary 1001101 110011 1000011
Octal 115 63 103

Shades and tints

Shades of #4D3343

#4D3343
(77,51,67)
#462F3D
(70,47,61)
#3F2B37
(63,43,55)
#382731
(56,39,49)
#31232B
(49,35,43)
#2A1F25
(42,31,37)
#231B1F
(35,27,31)
#1C1719
(28,23,25)
#151313
(21,19,19)
#0E0F0D
(14,15,13)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #4D3343

#4D3343
(77,51,67)
#5D4554
(93,69,84)
#6D5765
(109,87,101)
#7D6976
(125,105,118)
#8D7B87
(141,123,135)
#9D8D98
(157,141,152)
#AD9FA9
(173,159,169)
#BDB1BA
(189,177,186)
#CDC3CB
(205,195,203)
#DDD5DC
(221,213,220)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3343; }

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

This text font color is #4D3343.

Background Color

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

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

This div background color is #4D3343.

Border color

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

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

This div border color is #4D3343.

Opacity

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

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

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

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

This text has shadow with #4D3343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3343.

Preview

Color preview on black background

This text has color #4D3343 on black background.


Color preview on white background

This text has color #4D3343 on white background.


Black color preview on #4D3343 background

This text has black color on #4D3343 background.


White color preview on #4D3343 background

This text has white color on #4D3343 background.


Related colors

Complementary color

Complementary color for #hex is #B2CCBC.


I love getcolorcode.com

Triadic colors

1 #434D33 and #33434D with #4D3343 are triadic colors.

2 #43334D and #334D43 with #4D3343 are triadic colors.