COLOR #4C400B

HEX: #4C400B RGB: (76,64,11)

Color info

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

RGB color model

#4C400B color RGB value is (76,64,11).

RGB: (76,64,11) (30%, 25%, 4%)

RGB channels and saturation

R 76 of 255 = 30%
G 64 of 255 = 25%
B 11 of 255 = 4%

76
64
11

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

Portions of RGB colors in percentages

R + G + B = 76 + 64 + 11 = 151 (100%)
R 76 of 151 ~ 50.33%
G 64 of 151 ~ 42.38%
B 11 of 151 ~ 7.28'%

%50.33
%42.38

CMYK color model

#4C400B color CMYK value is (0,16,86,70).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 85.53%
  • key color value is 70.20%

CMYK: (0,16,86,70)
C0M16Y86K70 (0%, 16%, 86%, 70%)
(0.00 / 0.16 / 0.86 / 0.70)

CMYK percentages

%0
%15.79
%85.53
%70.2

Codes

Color #4C400B in popluar color models

4C 40 0B
RGB 76 64 11
HSL 49° 74.71% 17.06%
HSB/HSV 49° 85.53% 29.80%
CMYK 0.00% 15.79% 85.53%
70.20%

Color #4C400B in popluar number systems.

HEX 4C 40 0B
Decimal 76 64 11
Binary 1001100 1000000 1011
Octal 114 100 13

Shades and tints

Shades of #4C400B

#4C400B
(76,64,11)
#463B0A
(70,59,10)
#403609
(64,54,9)
#3A3108
(58,49,8)
#342C07
(52,44,7)
#2E2706
(46,39,6)
#282205
(40,34,5)
#221D04
(34,29,4)
#1C1803
(28,24,3)
#161302
(22,19,2)
#100E01
(16,14,1)
#000000
(0,0,0)

Tints of #4C400B

#4C400B
(76,64,11)
#5C5121
(92,81,33)
#6C6237
(108,98,55)
#7C734D
(124,115,77)
#8C8463
(140,132,99)
#9C9579
(156,149,121)
#ACA68F
(172,166,143)
#BCB7A5
(188,183,165)
#CCC8BB
(204,200,187)
#DCD9D1
(220,217,209)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C400B; }

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

This text font color is #4C400B.

Background Color

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

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

This div background color is #4C400B.

Border color

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

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

This div border color is #4C400B.

Opacity

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

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

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

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

This text has shadow with #4C400B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C400B.

Preview

Color preview on black background

This text has color #4C400B on black background.


Color preview on white background

This text has color #4C400B on white background.


Black color preview on #4C400B background

This text has black color on #4C400B background.


White color preview on #4C400B background

This text has white color on #4C400B background.


Related colors

Complementary color

Complementary color for #hex is #B3BFF4.


I love getcolorcode.com

Triadic colors

1 #0B4C40 and #400B4C with #4C400B are triadic colors.

2 #0B404C and #404C0B with #4C400B are triadic colors.