COLOR #4D3D12

HEX: #4D3D12
RGB: (77,61,18)

Color info

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

RGB color model

#4D3D12 color RGB value is (77,61,18).

  • red value is 77;
  • green value is 61;
  • blue value is 18.
RGB:
(77,61,18)
(30%,24%,7%)

RGB channels and saturation

R 77 of 255 = 30%
G 61 of 255 = 24%
B 18 of 255 = 7%

77
61
18

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

Portions of RGB colors in percentages

R + G + B =
77 + 61 + 18 = 156 (100%)
R 77 of 156 ~ 49.36%
G 61 of 156 ~ 39.1%
B 18 of 156 ~ 11.54%

%49.36
%39.1
%11.54

CMYK color model

#4D3D12 color CMYK value is (0,21,77,70).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 76.62%
  • key color value is 69.80%
CMYK:
(0,21,77,70)
C0M21Y77K70 
(0%,21%,77%,70%)
(0.00/0.21/0.77/0.70)	

CMYK percentages

%0
%20.78
%76.62
%69.8

Codes

Color #4D3D12 in popluar color models

4D3D12
RGB776118
HSL44°62.11%18.63%
HSB/HSV44°76.62%30.20%
CMYK0.00%20.78%76.62%
69.80%

Color #4D3D12 in popluar number systems.

HEX4D3D12
Decimal776118
Binary100110111110110010
Octal1157522

Shades and tints

Shades of #4D3D12

#4D3D12
(77,61,18)
#463811
(70,56,17)
#3F3310
(63,51,16)
#382E0F
(56,46,15)
#31290E
(49,41,14)
#2A240D
(42,36,13)
#231F0C
(35,31,12)
#1C1A0B
(28,26,11)
#15150A
(21,21,10)
#0E1009
(14,16,9)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #4D3D12

#4D3D12
(77,61,18)
#5D4E27
(93,78,39)
#6D5F3C
(109,95,60)
#7D7051
(125,112,81)
#8D8166
(141,129,102)
#9D927B
(157,146,123)
#ADA390
(173,163,144)
#BDB4A5
(189,180,165)
#CDC5BA
(205,197,186)
#DDD6CF
(221,214,207)
#EDE7E4
(237,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3D12 color. Also use rgb(77,61,18) instead hex code.

Text Font Color

.myTextColor { color: #4D3D12; }

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

This text font color is #4D3D12.


Background Color

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

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

This div background color is #4D3D12.


Border color

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

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

This div border color is #4D3D12.


Opacity

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

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

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

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

This text has shadow with #4D3D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3D12 on black background.


Color preview on white background

This text has color #4D3D12 on white background.



Black color preview on #4D3D12 background

This text has black color on #4D3D12 background.


White color preview on #4D3D12 background

This text has white color on #4D3D12 background.