COLOR #4D333D

HEX: #4D333D RGB: (77,51,61)

Color info

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

RGB color model

#4D333D color RGB value is (77,51,61).

RGB: (77,51,61) (30%, 20%, 24%)

RGB channels and saturation

R 77 of 255 = 30%
G 51 of 255 = 20%
B 61 of 255 = 24%

77
51
61

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

Portions of RGB colors in percentages

R + G + B = 77 + 51 + 61 = 189 (100%)
R 77 of 189 ~ 40.74%
G 51 of 189 ~ 26.98%
B 61 of 189 ~ 32.28'%

%40.74
%26.98
%32.28

CMYK color model

#4D333D color CMYK value is (0,34,21,70).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 20.78%
  • key color value is 69.80%
CMYK: (0,34,21,70) C0M34Y21K70 (0%,34%,21%,70%) (0.00/0.34/0.21/0.70) 

CMYK percentages

%0
%33.77
%20.78
%69.8

Codes

Color #4D333D in popluar color models

4D 33 3D
RGB 77 51 61
HSL 337° 20.31% 25.10%
HSB/HSV 337° 33.77% 30.20%
CMYK 0.00% 33.77% 20.78%
69.80%

Color #4D333D in popluar number systems.

HEX 4D 33 3D
Decimal 77 51 61
Binary 1001101 110011 111101
Octal 115 63 75

Shades and tints

Shades of #4D333D

#4D333D
(77,51,61)
#462F38
(70,47,56)
#3F2B33
(63,43,51)
#38272E
(56,39,46)
#312329
(49,35,41)
#2A1F24
(42,31,36)
#231B1F
(35,27,31)
#1C171A
(28,23,26)
#151315
(21,19,21)
#0E0F10
(14,15,16)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #4D333D

#4D333D
(77,51,61)
#5D454E
(93,69,78)
#6D575F
(109,87,95)
#7D6970
(125,105,112)
#8D7B81
(141,123,129)
#9D8D92
(157,141,146)
#AD9FA3
(173,159,163)
#BDB1B4
(189,177,180)
#CDC3C5
(205,195,197)
#DDD5D6
(221,213,214)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D333D; }

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

This text font color is #4D333D.

Background Color

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

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

This div background color is #4D333D.

Border color

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

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

This div border color is #4D333D.

Opacity

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

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

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

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

This text has shadow with #4D333D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D333D.

Preview

Color preview on black background

This text has color #4D333D on black background.


Color preview on white background

This text has color #4D333D on white background.


Black color preview on #4D333D background

This text has black color on #4D333D background.


White color preview on #4D333D background

This text has white color on #4D333D background.


Related colors

Complementary color

Complementary color for #hex is #B2CCC2.


I love getcolorcode.com

Triadic colors

1 #3D4D33 and #333D4D with #4D333D are triadic colors.

2 #3D334D and #334D3D with #4D333D are triadic colors.