COLOR #4D3445

HEX: #4D3445 RGB: (77,52,69)

Color info

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

RGB color model

#4D3445 color RGB value is (77,52,69).

RGB: (77,52,69) (30%, 20%, 27%)

RGB channels and saturation

R 77 of 255 = 30%
G 52 of 255 = 20%
B 69 of 255 = 27%

77
52
69

R + G + B ~ 26%. #4D3445 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 52 + 69 = 198 (100%)
R 77 of 198 ~ 38.89%
G 52 of 198 ~ 26.26%
B 69 of 198 ~ 34.85'%

%38.89
%26.26
%34.85

CMYK color model

#4D3445 color CMYK value is (0,32,10,70).

  • cyan value is 0.00%
  • magenta value is 32.47%
  • yellow value is 10.39%
  • key color value is 69.80%

CMYK: (0,32,10,70)
C0M32Y10K70 (0%, 32%, 10%, 70%)
(0.00 / 0.32 / 0.10 / 0.70)

CMYK percentages

%0
%32.47
%10.39
%69.8

Codes

Color #4D3445 in popluar color models

4D 34 45
RGB 77 52 69
HSL 319° 19.38% 25.29%
HSB/HSV 319° 32.47% 30.20%
CMYK 0.00% 32.47% 10.39%
69.80%

Color #4D3445 in popluar number systems.

HEX 4D 34 45
Decimal 77 52 69
Binary 1001101 110100 1000101
Octal 115 64 105

Shades and tints

Shades of #4D3445

#4D3445
(77,52,69)
#46303F
(70,48,63)
#3F2C39
(63,44,57)
#382833
(56,40,51)
#31242D
(49,36,45)
#2A2027
(42,32,39)
#231C21
(35,28,33)
#1C181B
(28,24,27)
#151415
(21,20,21)
#0E100F
(14,16,15)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #4D3445

#4D3445
(77,52,69)
#5D4655
(93,70,85)
#6D5865
(109,88,101)
#7D6A75
(125,106,117)
#8D7C85
(141,124,133)
#9D8E95
(157,142,149)
#ADA0A5
(173,160,165)
#BDB2B5
(189,178,181)
#CDC4C5
(205,196,197)
#DDD6D5
(221,214,213)
#EDE8E5
(237,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3445; }

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

This text font color is #4D3445.

Background Color

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

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

This div background color is #4D3445.

Border color

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

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

This div border color is #4D3445.

Opacity

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

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

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

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

This text has shadow with #4D3445 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3445.

Preview

Color preview on black background

This text has color #4D3445 on black background.


Color preview on white background

This text has color #4D3445 on white background.


Black color preview on #4D3445 background

This text has black color on #4D3445 background.


White color preview on #4D3445 background

This text has white color on #4D3445 background.


Related colors

Complementary color

Complementary color for #hex is #B2CBBA.


I love getcolorcode.com

Triadic colors

1 #454D34 and #34454D with #4D3445 are triadic colors.

2 #45344D and #344D45 with #4D3445 are triadic colors.