COLOR #4D383B

HEX: #4D383B RGB: (77,56,59)

Color info

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

RGB color model

#4D383B color RGB value is (77,56,59).

RGB: (77,56,59) (30%, 22%, 23%)

RGB channels and saturation

R 77 of 255 = 30%
G 56 of 255 = 22%
B 59 of 255 = 23%

77
56
59

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

Portions of RGB colors in percentages

R + G + B = 77 + 56 + 59 = 192 (100%)
R 77 of 192 ~ 40.1%
G 56 of 192 ~ 29.17%
B 59 of 192 ~ 30.73'%

%40.1
%29.17
%30.73

CMYK color model

#4D383B color CMYK value is (0,27,23,70).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 23.38%
  • key color value is 69.80%

CMYK: (0,27,23,70)
C0M27Y23K70 (0%, 27%, 23%, 70%)
(0.00 / 0.27 / 0.23 / 0.70)

CMYK percentages

%0
%27.27
%23.38
%69.8

Codes

Color #4D383B in popluar color models

4D 38 3B
RGB 77 56 59
HSL 351° 15.79% 26.08%
HSB/HSV 351° 27.27% 30.20%
CMYK 0.00% 27.27% 23.38%
69.80%

Color #4D383B in popluar number systems.

HEX 4D 38 3B
Decimal 77 56 59
Binary 1001101 111000 111011
Octal 115 70 73

Shades and tints

Shades of #4D383B

#4D383B
(77,56,59)
#463336
(70,51,54)
#3F2E31
(63,46,49)
#38292C
(56,41,44)
#312427
(49,36,39)
#2A1F22
(42,31,34)
#231A1D
(35,26,29)
#1C1518
(28,21,24)
#151013
(21,16,19)
#0E0B0E
(14,11,14)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #4D383B

#4D383B
(77,56,59)
#5D4A4C
(93,74,76)
#6D5C5D
(109,92,93)
#7D6E6E
(125,110,110)
#8D807F
(141,128,127)
#9D9290
(157,146,144)
#ADA4A1
(173,164,161)
#BDB6B2
(189,182,178)
#CDC8C3
(205,200,195)
#DDDAD4
(221,218,212)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D383B color. Also use rgb(77,56,59) instead hex code.

Text Font Color

.myTextColor { color: #4D383B; }

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

This text font color is #4D383B.

Background Color

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

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

This div background color is #4D383B.

Border color

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

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

This div border color is #4D383B.

Opacity

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

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

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

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

This text has shadow with #4D383B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D383B.

Preview

Color preview on black background

This text has color #4D383B on black background.


Color preview on white background

This text has color #4D383B on white background.


Black color preview on #4D383B background

This text has black color on #4D383B background.


White color preview on #4D383B background

This text has white color on #4D383B background.


Related colors

Complementary color

Complementary color for #hex is #B2C7C4.


I love getcolorcode.com

Triadic colors

1 #3B4D38 and #383B4D with #4D383B are triadic colors.

2 #3B384D and #384D3B with #4D383B are triadic colors.