COLOR #4D330B

HEX: #4D330B
RGB: (77,51,11)

Color info

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

RGB color model

#4D330B color RGB value is (77,51,11).

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

RGB channels and saturation

R 77 of 255 = 30%
G 51 of 255 = 20%
B 11 of 255 = 4%

77
51
11

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

Portions of RGB colors in percentages

R + G + B =
77 + 51 + 11 = 139 (100%)
R 77 of 139 ~ 55.4%
G 51 of 139 ~ 36.69%
B 11 of 139 ~ 7.91%

%55.4
%36.69

CMYK color model

#4D330B color CMYK value is (0,34,86,70).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 85.71%
  • key color value is 69.80%
CMYK:
(0,34,86,70)
C0M34Y86K70 
(0%,34%,86%,70%)
(0.00/0.34/0.86/0.70)	

CMYK percentages

%0
%33.77
%85.71
%69.8

Codes

Color #4D330B in popluar color models

4D330B
RGB775111
HSL36°75.00%17.25%
HSB/HSV36°85.71%30.20%
CMYK0.00%33.77%85.71%
69.80%

Color #4D330B in popluar number systems.

HEX4D330B
Decimal775111
Binary10011011100111011
Octal1156313

Shades and tints

Shades of #4D330B

#4D330B
(77,51,11)
#462F0A
(70,47,10)
#3F2B09
(63,43,9)
#382708
(56,39,8)
#312307
(49,35,7)
#2A1F06
(42,31,6)
#231B05
(35,27,5)
#1C1704
(28,23,4)
#151303
(21,19,3)
#0E0F02
(14,15,2)
#070B01
(7,11,1)
#000000
(0,0,0)

Tints of #4D330B

#4D330B
(77,51,11)
#5D4521
(93,69,33)
#6D5737
(109,87,55)
#7D694D
(125,105,77)
#8D7B63
(141,123,99)
#9D8D79
(157,141,121)
#AD9F8F
(173,159,143)
#BDB1A5
(189,177,165)
#CDC3BB
(205,195,187)
#DDD5D1
(221,213,209)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D330B; }

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

This text font color is #4D330B.


Background Color

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

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

This div background color is #4D330B.


Border color

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

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

This div border color is #4D330B.


Opacity

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

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

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

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

This text has shadow with #4D330B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D330B on black background.


Color preview on white background

This text has color #4D330B on white background.



Black color preview on #4D330B background

This text has black color on #4D330B background.


White color preview on #4D330B background

This text has white color on #4D330B background.