COLOR #4C2514

HEX: #4C2514
RGB: (76,37,20)

Color info

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

RGB color model

#4C2514 color RGB value is (76,37,20).

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

RGB channels and saturation

R 76 of 255 = 30%
G 37 of 255 = 15%
B 20 of 255 = 8%

76
37
20

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

Portions of RGB colors in percentages

R + G + B =
76 + 37 + 20 = 133 (100%)
R 76 of 133 ~ 57.14%
G 37 of 133 ~ 27.82%
B 20 of 133 ~ 15.04%

%57.14
%27.82
%15.04

CMYK color model

#4C2514 color CMYK value is (0,51,74,70).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 73.68%
  • key color value is 70.20%
CMYK:
(0,51,74,70)
C0M51Y74K70 
(0%,51%,74%,70%)
(0.00/0.51/0.74/0.70)	

CMYK percentages

%0
%51.32
%73.68
%70.2

Codes

Color #4C2514 in popluar color models

4C2514
RGB763720
HSL18°58.33%18.82%
HSB/HSV18°73.68%29.80%
CMYK0.00%51.32%73.68%
70.20%

Color #4C2514 in popluar number systems.

HEX4C2514
Decimal763720
Binary100110010010110100
Octal1144524

Shades and tints

Shades of #4C2514

#4C2514
(76,37,20)
#462213
(70,34,19)
#401F12
(64,31,18)
#3A1C11
(58,28,17)
#341910
(52,25,16)
#2E160F
(46,22,15)
#28130E
(40,19,14)
#22100D
(34,16,13)
#1C0D0C
(28,13,12)
#160A0B
(22,10,11)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #4C2514

#4C2514
(76,37,20)
#5C3829
(92,56,41)
#6C4B3E
(108,75,62)
#7C5E53
(124,94,83)
#8C7168
(140,113,104)
#9C847D
(156,132,125)
#AC9792
(172,151,146)
#BCAAA7
(188,170,167)
#CCBDBC
(204,189,188)
#DCD0D1
(220,208,209)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2514; }

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

This text font color is #4C2514.


Background Color

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

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

This div background color is #4C2514.


Border color

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

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

This div border color is #4C2514.


Opacity

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

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

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

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

This text has shadow with #4C2514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2514 on black background.


Color preview on white background

This text has color #4C2514 on white background.



Black color preview on #4C2514 background

This text has black color on #4C2514 background.


White color preview on #4C2514 background

This text has white color on #4C2514 background.