COLOR #4D333C

HEX: #4D333C
RGB: (77,51,60)

Color info

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

RGB color model

#4D333C color RGB value is (77,51,60).

  • red value is 77;
  • green value is 51;
  • blue value is 60.
RGB:
(77,51,60)
(30%,20%,24%)

RGB channels and saturation

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

77
51
60

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

Portions of RGB colors in percentages

R + G + B =
77 + 51 + 60 = 188 (100%)
R 77 of 188 ~ 40.96%
G 51 of 188 ~ 27.13%
B 60 of 188 ~ 31.91%

%40.96
%27.13
%31.91

CMYK color model

#4D333C color CMYK value is (0,34,22,70).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 22.08%
  • key color value is 69.80%
CMYK:
(0,34,22,70)
C0M34Y22K70 
(0%,34%,22%,70%)
(0.00/0.34/0.22/0.70)	

CMYK percentages

%0
%33.77
%22.08
%69.8

Codes

Color #4D333C in popluar color models

4D333C
RGB775160
HSL339°20.31%25.10%
HSB/HSV339°33.77%30.20%
CMYK0.00%33.77%22.08%
69.80%

Color #4D333C in popluar number systems.

HEX4D333C
Decimal775160
Binary1001101110011111100
Octal1156374

Shades and tints

Shades of #4D333C

#4D333C
(77,51,60)
#462F37
(70,47,55)
#3F2B32
(63,43,50)
#38272D
(56,39,45)
#312328
(49,35,40)
#2A1F23
(42,31,35)
#231B1E
(35,27,30)
#1C1719
(28,23,25)
#151314
(21,19,20)
#0E0F0F
(14,15,15)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #4D333C

#4D333C
(77,51,60)
#5D454D
(93,69,77)
#6D575E
(109,87,94)
#7D696F
(125,105,111)
#8D7B80
(141,123,128)
#9D8D91
(157,141,145)
#AD9FA2
(173,159,162)
#BDB1B3
(189,177,179)
#CDC3C4
(205,195,196)
#DDD5D5
(221,213,213)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D333C; }

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

This text font color is #4D333C.


Background Color

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

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

This div background color is #4D333C.


Border color

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

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

This div border color is #4D333C.


Opacity

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

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

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

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

This text has shadow with #4D333C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D333C on black background.


Color preview on white background

This text has color #4D333C on white background.



Black color preview on #4D333C background

This text has black color on #4D333C background.


White color preview on #4D333C background

This text has white color on #4D333C background.