COLOR #4D463C

HEX: #4D463C
RGB: (77,70,60)

Color info

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

RGB color model

#4D463C color RGB value is (77,70,60).

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

RGB channels and saturation

R 77 of 255 = 30%
G 70 of 255 = 27%
B 60 of 255 = 24%

77
70
60

R + G + B ~ 27%. #4D463C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 70 + 60 = 207 (100%)
R 77 of 207 ~ 37.2%
G 70 of 207 ~ 33.82%
B 60 of 207 ~ 28.99%

%37.2
%33.82
%28.99

CMYK color model

#4D463C color CMYK value is (0,9,22,70).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 22.08%
  • key color value is 69.80%
CMYK:
(0,9,22,70)
C0M9Y22K70 
(0%,9%,22%,70%)
(0.00/0.09/0.22/0.70)	

CMYK percentages

%0
%9.09
%22.08
%69.8

Codes

Color #4D463C in popluar color models

4D463C
RGB777060
HSL35°12.41%26.86%
HSB/HSV35°22.08%30.20%
CMYK0.00%9.09%22.08%
69.80%

Color #4D463C in popluar number systems.

HEX4D463C
Decimal777060
Binary10011011000110111100
Octal11510674

Shades and tints

Shades of #4D463C

#4D463C
(77,70,60)
#464037
(70,64,55)
#3F3A32
(63,58,50)
#38342D
(56,52,45)
#312E28
(49,46,40)
#2A2823
(42,40,35)
#23221E
(35,34,30)
#1C1C19
(28,28,25)
#151614
(21,22,20)
#0E100F
(14,16,15)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #4D463C

#4D463C
(77,70,60)
#5D564D
(93,86,77)
#6D665E
(109,102,94)
#7D766F
(125,118,111)
#8D8680
(141,134,128)
#9D9691
(157,150,145)
#ADA6A2
(173,166,162)
#BDB6B3
(189,182,179)
#CDC6C4
(205,198,196)
#DDD6D5
(221,214,213)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D463C; }

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

This text font color is #4D463C.


Background Color

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

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

This div background color is #4D463C.


Border color

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

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

This div border color is #4D463C.


Opacity

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

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

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

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

This text has shadow with #4D463C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D463C on black background.


Color preview on white background

This text has color #4D463C on white background.



Black color preview on #4D463C background

This text has black color on #4D463C background.


White color preview on #4D463C background

This text has white color on #4D463C background.