COLOR #4D2A10

HEX: #4D2A10
RGB: (77,42,16)

Color info

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

RGB color model

#4D2A10 color RGB value is (77,42,16).

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

RGB channels and saturation

R 77 of 255 = 30%
G 42 of 255 = 16%
B 16 of 255 = 6%

77
42
16

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

Portions of RGB colors in percentages

R + G + B =
77 + 42 + 16 = 135 (100%)
R 77 of 135 ~ 57.04%
G 42 of 135 ~ 31.11%
B 16 of 135 ~ 11.85%

%57.04
%31.11
%11.85

CMYK color model

#4D2A10 color CMYK value is (0,45,79,70).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 79.22%
  • key color value is 69.80%
CMYK:
(0,45,79,70)
C0M45Y79K70 
(0%,45%,79%,70%)
(0.00/0.45/0.79/0.70)	

CMYK percentages

%0
%45.45
%79.22
%69.8

Codes

Color #4D2A10 in popluar color models

4D2A10
RGB774216
HSL26°65.59%18.24%
HSB/HSV26°79.22%30.20%
CMYK0.00%45.45%79.22%
69.80%

Color #4D2A10 in popluar number systems.

HEX4D2A10
Decimal774216
Binary100110110101010000
Octal1155220

Shades and tints

Shades of #4D2A10

#4D2A10
(77,42,16)
#46270F
(70,39,15)
#3F240E
(63,36,14)
#38210D
(56,33,13)
#311E0C
(49,30,12)
#2A1B0B
(42,27,11)
#23180A
(35,24,10)
#1C1509
(28,21,9)
#151208
(21,18,8)
#0E0F07
(14,15,7)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #4D2A10

#4D2A10
(77,42,16)
#5D3D25
(93,61,37)
#6D503A
(109,80,58)
#7D634F
(125,99,79)
#8D7664
(141,118,100)
#9D8979
(157,137,121)
#AD9C8E
(173,156,142)
#BDAFA3
(189,175,163)
#CDC2B8
(205,194,184)
#DDD5CD
(221,213,205)
#EDE8E2
(237,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2A10; }

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

This text font color is #4D2A10.


Background Color

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

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

This div background color is #4D2A10.


Border color

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

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

This div border color is #4D2A10.


Opacity

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

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

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

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

This text has shadow with #4D2A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2A10 on black background.


Color preview on white background

This text has color #4D2A10 on white background.



Black color preview on #4D2A10 background

This text has black color on #4D2A10 background.


White color preview on #4D2A10 background

This text has white color on #4D2A10 background.