COLOR #4D2E10

HEX: #4D2E10
RGB: (77,46,16)

Color info

#4D2E10 contains mainly red and green colors. Web safe color of #4D2E10 is #333300 (or #330).

RGB color model

#4D2E10 color RGB value is (77,46,16).

  • red value is 77;
  • green value is 46;
  • blue value is 16.
RGB:
(77,46,16)
(30%,18%,6%)

RGB channels and saturation

R 77 of 255 = 30%
G 46 of 255 = 18%
B 16 of 255 = 6%

77
46
16

R + G + B ~ 18%. #4D2E10 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 46 + 16 = 139 (100%)
R 77 of 139 ~ 55.4%
G 46 of 139 ~ 33.09%
B 16 of 139 ~ 11.51%

%55.4
%33.09
%11.51

CMYK color model

#4D2E10 color CMYK value is (0,40,79,70).

  • cyan value is 0.00%
  • magenta value is 40.26%
  • yellow value is 79.22%
  • key color value is 69.80%
CMYK:
(0,40,79,70)
C0M40Y79K70 
(0%,40%,79%,70%)
(0.00/0.40/0.79/0.70)	

CMYK percentages

%0
%40.26
%79.22
%69.8

Codes

Color #4D2E10 in popluar color models

4D2E10
RGB774616
HSL30°65.59%18.24%
HSB/HSV30°79.22%30.20%
CMYK0.00%40.26%79.22%
69.80%

Color #4D2E10 in popluar number systems.

HEX4D2E10
Decimal774616
Binary100110110111010000
Octal1155620

Shades and tints

Shades of #4D2E10

#4D2E10
(77,46,16)
#462A0F
(70,42,15)
#3F260E
(63,38,14)
#38220D
(56,34,13)
#311E0C
(49,30,12)
#2A1A0B
(42,26,11)
#23160A
(35,22,10)
#1C1209
(28,18,9)
#150E08
(21,14,8)
#0E0A07
(14,10,7)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #4D2E10

#4D2E10
(77,46,16)
#5D4125
(93,65,37)
#6D543A
(109,84,58)
#7D674F
(125,103,79)
#8D7A64
(141,122,100)
#9D8D79
(157,141,121)
#ADA08E
(173,160,142)
#BDB3A3
(189,179,163)
#CDC6B8
(205,198,184)
#DDD9CD
(221,217,205)
#EDECE2
(237,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2E10 color. Also use rgb(77,46,16) instead hex code.

Text Font Color

.myTextColor { color: #4D2E10; }

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

This text font color is #4D2E10.


Background Color

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

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

This div background color is #4D2E10.


Border color

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

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

This div border color is #4D2E10.


Opacity

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

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

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

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

This text has shadow with #4D2E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2E10 on black background.


Color preview on white background

This text has color #4D2E10 on white background.



Black color preview on #4D2E10 background

This text has black color on #4D2E10 background.


White color preview on #4D2E10 background

This text has white color on #4D2E10 background.