COLOR #4D5145

HEX: #4D5145 RGB: (77,81,69)

Color info

#4D5145 contains red, green and blue colors in about the same proportion. Web safe color of #4D5145 is #336633 (or #363).

RGB color model

#4D5145 color RGB value is (77,81,69).

RGB: (77,81,69) (30%, 32%, 27%)

RGB channels and saturation

R 77 of 255 = 30%
G 81 of 255 = 32%
B 69 of 255 = 27%

77
81
69

R + G + B ~ 30%. #4D5145 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 81 + 69 = 227 (100%)
R 77 of 227 ~ 33.92%
G 81 of 227 ~ 35.68%
B 69 of 227 ~ 30.4'%

%33.92
%35.68
%30.4

CMYK color model

#4D5145 color CMYK value is (5,0,15,68).

  • cyan value is 4.94%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 68.24%

CMYK: (5,0,15,68)
C5M0Y15K68 (5%, 0%, 15%, 68%)
(0.05 / 0.00 / 0.15 / 0.68)

CMYK percentages

%4.94
%0
%14.81
%68.24

Codes

Color #4D5145 in popluar color models

4D 51 45
RGB 77 81 69
HSL 80° 8.00% 29.41%
HSB/HSV 80° 14.81% 31.76%
CMYK 4.94% 0.00% 14.81%
68.24%

Color #4D5145 in popluar number systems.

HEX 4D 51 45
Decimal 77 81 69
Binary 1001101 1010001 1000101
Octal 115 121 105

Shades and tints

Shades of #4D5145

#4D5145
(77,81,69)
#464A3F
(70,74,63)
#3F4339
(63,67,57)
#383C33
(56,60,51)
#31352D
(49,53,45)
#2A2E27
(42,46,39)
#232721
(35,39,33)
#1C201B
(28,32,27)
#151915
(21,25,21)
#0E120F
(14,18,15)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #4D5145

#4D5145
(77,81,69)
#5D6055
(93,96,85)
#6D6F65
(109,111,101)
#7D7E75
(125,126,117)
#8D8D85
(141,141,133)
#9D9C95
(157,156,149)
#ADABA5
(173,171,165)
#BDBAB5
(189,186,181)
#CDC9C5
(205,201,197)
#DDD8D5
(221,216,213)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5145 color. Also use rgb(77,81,69) instead hex code.

Text Font Color

.myTextColor { color: #4D5145; }

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

This text font color is #4D5145.

Background Color

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

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

This div background color is #4D5145.

Border color

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

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

This div border color is #4D5145.

Opacity

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

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

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

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

This text has shadow with #4D5145 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5145.

Preview

Color preview on black background

This text has color #4D5145 on black background.


Color preview on white background

This text has color #4D5145 on white background.


Black color preview on #4D5145 background

This text has black color on #4D5145 background.


White color preview on #4D5145 background

This text has white color on #4D5145 background.


Related colors

Complementary color

Complementary color for #hex is #B2AEBA.


I love getcolorcode.com

Triadic colors

1 #454D51 and #51454D with #4D5145 are triadic colors.

2 #45514D and #514D45 with #4D5145 are triadic colors.