COLOR #4D2315

HEX: #4D2315
RGB: (77,35,21)

Color info

#4D2315 contains red, green and blue colors in about the same proportion. Web safe color of #4D2315 is #333300 (or #330).

RGB color model

#4D2315 color RGB value is (77,35,21).

  • red value is 77;
  • green value is 35;
  • blue value is 21.
RGB:
(77,35,21)
(30%,14%,8%)

RGB channels and saturation

R 77 of 255 = 30%
G 35 of 255 = 14%
B 21 of 255 = 8%

77
35
21

R + G + B ~ 17%. #4D2315 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 35 + 21 = 133 (100%)
R 77 of 133 ~ 57.89%
G 35 of 133 ~ 26.32%
B 21 of 133 ~ 15.79%

%57.89
%26.32
%15.79

CMYK color model

#4D2315 color CMYK value is (0,55,73,70).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 72.73%
  • key color value is 69.80%
CMYK:
(0,55,73,70)
C0M55Y73K70 
(0%,55%,73%,70%)
(0.00/0.55/0.73/0.70)	

CMYK percentages

%0
%54.55
%72.73
%69.8

Codes

Color #4D2315 in popluar color models

4D2315
RGB773521
HSL15°57.14%19.22%
HSB/HSV15°72.73%30.20%
CMYK0.00%54.55%72.73%
69.80%

Color #4D2315 in popluar number systems.

HEX4D2315
Decimal773521
Binary100110110001110101
Octal1154325

Shades and tints

Shades of #4D2315

#4D2315
(77,35,21)
#462014
(70,32,20)
#3F1D13
(63,29,19)
#381A12
(56,26,18)
#311711
(49,23,17)
#2A1410
(42,20,16)
#23110F
(35,17,15)
#1C0E0E
(28,14,14)
#150B0D
(21,11,13)
#0E080C
(14,8,12)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #4D2315

#4D2315
(77,35,21)
#5D372A
(93,55,42)
#6D4B3F
(109,75,63)
#7D5F54
(125,95,84)
#8D7369
(141,115,105)
#9D877E
(157,135,126)
#AD9B93
(173,155,147)
#BDAFA8
(189,175,168)
#CDC3BD
(205,195,189)
#DDD7D2
(221,215,210)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2315 color. Also use rgb(77,35,21) instead hex code.

Text Font Color

.myTextColor { color: #4D2315; }

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

This text font color is #4D2315.


Background Color

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

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

This div background color is #4D2315.


Border color

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

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

This div border color is #4D2315.


Opacity

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

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

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

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

This text has shadow with #4D2315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2315 on black background.


Color preview on white background

This text has color #4D2315 on white background.



Black color preview on #4D2315 background

This text has black color on #4D2315 background.


White color preview on #4D2315 background

This text has white color on #4D2315 background.