COLOR #4C480E

HEX: #4C480E
RGB: (76,72,14)

Color info

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

RGB color model

#4C480E color RGB value is (76,72,14).

  • red value is 76;
  • green value is 72;
  • blue value is 14.
RGB:
(76,72,14)
(30%,28%,5%)

RGB channels and saturation

R 76 of 255 = 30%
G 72 of 255 = 28%
B 14 of 255 = 5%

76
72
14

R + G + B ~ 21%. #4C480E is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 72 + 14 = 162 (100%)
R 76 of 162 ~ 46.91%
G 72 of 162 ~ 44.44%
B 14 of 162 ~ 8.64%

%46.91
%44.44

CMYK color model

#4C480E color CMYK value is (0,5,82,70).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 81.58%
  • key color value is 70.20%
CMYK:
(0,5,82,70)
C0M5Y82K70 
(0%,5%,82%,70%)
(0.00/0.05/0.82/0.70)	

CMYK percentages

%0
%5.26
%81.58
%70.2

Codes

Color #4C480E in popluar color models

4C480E
RGB767214
HSL56°68.89%17.65%
HSB/HSV56°81.58%29.80%
CMYK0.00%5.26%81.58%
70.20%

Color #4C480E in popluar number systems.

HEX4C480E
Decimal767214
Binary100110010010001110
Octal11411016

Shades and tints

Shades of #4C480E

#4C480E
(76,72,14)
#46420D
(70,66,13)
#403C0C
(64,60,12)
#3A360B
(58,54,11)
#34300A
(52,48,10)
#2E2A09
(46,42,9)
#282408
(40,36,8)
#221E07
(34,30,7)
#1C1806
(28,24,6)
#161205
(22,18,5)
#100C04
(16,12,4)
#000000
(0,0,0)

Tints of #4C480E

#4C480E
(76,72,14)
#5C5823
(92,88,35)
#6C6838
(108,104,56)
#7C784D
(124,120,77)
#8C8862
(140,136,98)
#9C9877
(156,152,119)
#ACA88C
(172,168,140)
#BCB8A1
(188,184,161)
#CCC8B6
(204,200,182)
#DCD8CB
(220,216,203)
#ECE8E0
(236,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C480E color. Also use rgb(76,72,14) instead hex code.

Text Font Color

.myTextColor { color: #4C480E; }

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

This text font color is #4C480E.


Background Color

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

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

This div background color is #4C480E.


Border color

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

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

This div border color is #4C480E.


Opacity

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

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

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

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

This text has shadow with #4C480E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C480E on black background.


Color preview on white background

This text has color #4C480E on white background.



Black color preview on #4C480E background

This text has black color on #4C480E background.


White color preview on #4C480E background

This text has white color on #4C480E background.