COLOR #4D483F

HEX: #4D483F
RGB: (77,72,63)

Color info

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

RGB color model

#4D483F color RGB value is (77,72,63).

  • red value is 77;
  • green value is 72;
  • blue value is 63.
RGB:
(77,72,63)
(30%,28%,25%)

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 63 of 255 = 25%

77
72
63

R + G + B ~ 28%. #4D483F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 72 + 63 = 212 (100%)
R 77 of 212 ~ 36.32%
G 72 of 212 ~ 33.96%
B 63 of 212 ~ 29.72%

%36.32
%33.96
%29.72

CMYK color model

#4D483F color CMYK value is (0,6,18,70).

  • cyan value is 0.00%
  • magenta value is 6.49%
  • yellow value is 18.18%
  • key color value is 69.80%
CMYK:
(0,6,18,70)
C0M6Y18K70 
(0%,6%,18%,70%)
(0.00/0.06/0.18/0.70)	

CMYK percentages

%0
%6.49
%18.18
%69.8

Codes

Color #4D483F in popluar color models

4D483F
RGB777263
HSL39°10.00%27.45%
HSB/HSV39°18.18%30.20%
CMYK0.00%6.49%18.18%
69.80%

Color #4D483F in popluar number systems.

HEX4D483F
Decimal777263
Binary10011011001000111111
Octal11511077

Shades and tints

Shades of #4D483F

#4D483F
(77,72,63)
#46423A
(70,66,58)
#3F3C35
(63,60,53)
#383630
(56,54,48)
#31302B
(49,48,43)
#2A2A26
(42,42,38)
#232421
(35,36,33)
#1C1E1C
(28,30,28)
#151817
(21,24,23)
#0E1212
(14,18,18)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #4D483F

#4D483F
(77,72,63)
#5D5850
(93,88,80)
#6D6861
(109,104,97)
#7D7872
(125,120,114)
#8D8883
(141,136,131)
#9D9894
(157,152,148)
#ADA8A5
(173,168,165)
#BDB8B6
(189,184,182)
#CDC8C7
(205,200,199)
#DDD8D8
(221,216,216)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D483F color. Also use rgb(77,72,63) instead hex code.

Text Font Color

.myTextColor { color: #4D483F; }

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

This text font color is #4D483F.


Background Color

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

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

This div background color is #4D483F.


Border color

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

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

This div border color is #4D483F.


Opacity

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

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

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

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

This text has shadow with #4D483F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D483F on black background.


Color preview on white background

This text has color #4D483F on white background.



Black color preview on #4D483F background

This text has black color on #4D483F background.


White color preview on #4D483F background

This text has white color on #4D483F background.