COLOR #4D301B

HEX: #4D301B
RGB: (77,48,27)

Color info

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

RGB color model

#4D301B color RGB value is (77,48,27).

  • red value is 77;
  • green value is 48;
  • blue value is 27.
RGB:
(77,48,27)
(30%,19%,11%)

RGB channels and saturation

R 77 of 255 = 30%
G 48 of 255 = 19%
B 27 of 255 = 11%

77
48
27

R + G + B ~ 20%. #4D301B is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 48 + 27 = 152 (100%)
R 77 of 152 ~ 50.66%
G 48 of 152 ~ 31.58%
B 27 of 152 ~ 17.76%

%50.66
%31.58
%17.76

CMYK color model

#4D301B color CMYK value is (0,38,65,70).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 64.94%
  • key color value is 69.80%
CMYK:
(0,38,65,70)
C0M38Y65K70 
(0%,38%,65%,70%)
(0.00/0.38/0.65/0.70)	

CMYK percentages

%0
%37.66
%64.94
%69.8

Codes

Color #4D301B in popluar color models

4D301B
RGB774827
HSL25°48.08%20.39%
HSB/HSV25°64.94%30.20%
CMYK0.00%37.66%64.94%
69.80%

Color #4D301B in popluar number systems.

HEX4D301B
Decimal774827
Binary100110111000011011
Octal1156033

Shades and tints

Shades of #4D301B

#4D301B
(77,48,27)
#462C19
(70,44,25)
#3F2817
(63,40,23)
#382415
(56,36,21)
#312013
(49,32,19)
#2A1C11
(42,28,17)
#23180F
(35,24,15)
#1C140D
(28,20,13)
#15100B
(21,16,11)
#0E0C09
(14,12,9)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #4D301B

#4D301B
(77,48,27)
#5D422F
(93,66,47)
#6D5443
(109,84,67)
#7D6657
(125,102,87)
#8D786B
(141,120,107)
#9D8A7F
(157,138,127)
#AD9C93
(173,156,147)
#BDAEA7
(189,174,167)
#CDC0BB
(205,192,187)
#DDD2CF
(221,210,207)
#EDE4E3
(237,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D301B color. Also use rgb(77,48,27) instead hex code.

Text Font Color

.myTextColor { color: #4D301B; }

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

This text font color is #4D301B.


Background Color

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

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

This div background color is #4D301B.


Border color

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

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

This div border color is #4D301B.


Opacity

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

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

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

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

This text has shadow with #4D301B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D301B on black background.


Color preview on white background

This text has color #4D301B on white background.



Black color preview on #4D301B background

This text has black color on #4D301B background.


White color preview on #4D301B background

This text has white color on #4D301B background.