COLOR #4C4B14

HEX: #4C4B14
RGB: (76,75,20)

Color info

#4C4B14 contains red, green and blue colors in about the same proportion. Web safe color of #4C4B14 is #333300 (or #330).

RGB color model

#4C4B14 color RGB value is (76,75,20).

  • red value is 76;
  • green value is 75;
  • blue value is 20.
RGB:
(76,75,20)
(30%,29%,8%)

RGB channels and saturation

R 76 of 255 = 30%
G 75 of 255 = 29%
B 20 of 255 = 8%

76
75
20

R + G + B ~ 22%. #4C4B14 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 75 + 20 = 171 (100%)
R 76 of 171 ~ 44.44%
G 75 of 171 ~ 43.86%
B 20 of 171 ~ 11.7%

%44.44
%43.86
%11.7

CMYK color model

#4C4B14 color CMYK value is (0,1,74,70).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 73.68%
  • key color value is 70.20%
CMYK:
(0,1,74,70)
C0M1Y74K70 
(0%,1%,74%,70%)
(0.00/0.01/0.74/0.70)	

CMYK percentages

%0
%1.32
%73.68
%70.2

Codes

Color #4C4B14 in popluar color models

4C4B14
RGB767520
HSL59°58.33%18.82%
HSB/HSV59°73.68%29.80%
CMYK0.00%1.32%73.68%
70.20%

Color #4C4B14 in popluar number systems.

HEX4C4B14
Decimal767520
Binary1001100100101110100
Octal11411324

Shades and tints

Shades of #4C4B14

#4C4B14
(76,75,20)
#464513
(70,69,19)
#403F12
(64,63,18)
#3A3911
(58,57,17)
#343310
(52,51,16)
#2E2D0F
(46,45,15)
#28270E
(40,39,14)
#22210D
(34,33,13)
#1C1B0C
(28,27,12)
#16150B
(22,21,11)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #4C4B14

#4C4B14
(76,75,20)
#5C5B29
(92,91,41)
#6C6B3E
(108,107,62)
#7C7B53
(124,123,83)
#8C8B68
(140,139,104)
#9C9B7D
(156,155,125)
#ACAB92
(172,171,146)
#BCBBA7
(188,187,167)
#CCCBBC
(204,203,188)
#DCDBD1
(220,219,209)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4B14 color. Also use rgb(76,75,20) instead hex code.

Text Font Color

.myTextColor { color: #4C4B14; }

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

This text font color is #4C4B14.


Background Color

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

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

This div background color is #4C4B14.


Border color

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

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

This div border color is #4C4B14.


Opacity

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

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

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

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

This text has shadow with #4C4B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4B14 on black background.


Color preview on white background

This text has color #4C4B14 on white background.



Black color preview on #4C4B14 background

This text has black color on #4C4B14 background.


White color preview on #4C4B14 background

This text has white color on #4C4B14 background.