COLOR #4C400F

HEX: #4C400F
RGB: (76,64,15)

Color info

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

RGB color model

#4C400F color RGB value is (76,64,15).

  • red value is 76;
  • green value is 64;
  • blue value is 15.
RGB:
(76,64,15)
(30%,25%,6%)

RGB channels and saturation

R 76 of 255 = 30%
G 64 of 255 = 25%
B 15 of 255 = 6%

76
64
15

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

Portions of RGB colors in percentages

R + G + B =
76 + 64 + 15 = 155 (100%)
R 76 of 155 ~ 49.03%
G 64 of 155 ~ 41.29%
B 15 of 155 ~ 9.68%

%49.03
%41.29
%9.68

CMYK color model

#4C400F color CMYK value is (0,16,80,70).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 80.26%
  • key color value is 70.20%
CMYK:
(0,16,80,70)
C0M16Y80K70 
(0%,16%,80%,70%)
(0.00/0.16/0.80/0.70)	

CMYK percentages

%0
%15.79
%80.26
%70.2

Codes

Color #4C400F in popluar color models

4C400F
RGB766415
HSL48°67.03%17.84%
HSB/HSV48°80.26%29.80%
CMYK0.00%15.79%80.26%
70.20%

Color #4C400F in popluar number systems.

HEX4C400F
Decimal766415
Binary100110010000001111
Octal11410017

Shades and tints

Shades of #4C400F

#4C400F
(76,64,15)
#463B0E
(70,59,14)
#40360D
(64,54,13)
#3A310C
(58,49,12)
#342C0B
(52,44,11)
#2E270A
(46,39,10)
#282209
(40,34,9)
#221D08
(34,29,8)
#1C1807
(28,24,7)
#161306
(22,19,6)
#100E05
(16,14,5)
#000000
(0,0,0)

Tints of #4C400F

#4C400F
(76,64,15)
#5C5124
(92,81,36)
#6C6239
(108,98,57)
#7C734E
(124,115,78)
#8C8463
(140,132,99)
#9C9578
(156,149,120)
#ACA68D
(172,166,141)
#BCB7A2
(188,183,162)
#CCC8B7
(204,200,183)
#DCD9CC
(220,217,204)
#ECEAE1
(236,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C400F color. Also use rgb(76,64,15) instead hex code.

Text Font Color

.myTextColor { color: #4C400F; }

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

This text font color is #4C400F.


Background Color

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

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

This div background color is #4C400F.


Border color

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

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

This div border color is #4C400F.


Opacity

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

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

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

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

This text has shadow with #4C400F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C400F on black background.


Color preview on white background

This text has color #4C400F on white background.



Black color preview on #4C400F background

This text has black color on #4C400F background.


White color preview on #4C400F background

This text has white color on #4C400F background.