COLOR #4D330E

HEX: #4D330E
RGB: (77,51,14)

Color info

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

RGB color model

#4D330E color RGB value is (77,51,14).

  • red value is 77;
  • green value is 51;
  • blue value is 14.
RGB:
(77,51,14)
(30%,20%,5%)

RGB channels and saturation

R 77 of 255 = 30%
G 51 of 255 = 20%
B 14 of 255 = 5%

77
51
14

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

Portions of RGB colors in percentages

R + G + B =
77 + 51 + 14 = 142 (100%)
R 77 of 142 ~ 54.23%
G 51 of 142 ~ 35.92%
B 14 of 142 ~ 9.86%

%54.23
%35.92
%9.86

CMYK color model

#4D330E color CMYK value is (0,34,82,70).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 81.82%
  • key color value is 69.80%
CMYK:
(0,34,82,70)
C0M34Y82K70 
(0%,34%,82%,70%)
(0.00/0.34/0.82/0.70)	

CMYK percentages

%0
%33.77
%81.82
%69.8

Codes

Color #4D330E in popluar color models

4D330E
RGB775114
HSL35°69.23%17.84%
HSB/HSV35°81.82%30.20%
CMYK0.00%33.77%81.82%
69.80%

Color #4D330E in popluar number systems.

HEX4D330E
Decimal775114
Binary10011011100111110
Octal1156316

Shades and tints

Shades of #4D330E

#4D330E
(77,51,14)
#462F0D
(70,47,13)
#3F2B0C
(63,43,12)
#38270B
(56,39,11)
#31230A
(49,35,10)
#2A1F09
(42,31,9)
#231B08
(35,27,8)
#1C1707
(28,23,7)
#151306
(21,19,6)
#0E0F05
(14,15,5)
#070B04
(7,11,4)
#000000
(0,0,0)

Tints of #4D330E

#4D330E
(77,51,14)
#5D4523
(93,69,35)
#6D5738
(109,87,56)
#7D694D
(125,105,77)
#8D7B62
(141,123,98)
#9D8D77
(157,141,119)
#AD9F8C
(173,159,140)
#BDB1A1
(189,177,161)
#CDC3B6
(205,195,182)
#DDD5CB
(221,213,203)
#EDE7E0
(237,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D330E color. Also use rgb(77,51,14) instead hex code.

Text Font Color

.myTextColor { color: #4D330E; }

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

This text font color is #4D330E.


Background Color

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

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

This div background color is #4D330E.


Border color

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

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

This div border color is #4D330E.


Opacity

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

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

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

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

This text has shadow with #4D330E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D330E on black background.


Color preview on white background

This text has color #4D330E on white background.



Black color preview on #4D330E background

This text has black color on #4D330E background.


White color preview on #4D330E background

This text has white color on #4D330E background.