COLOR #4C2701

HEX: #4C2701
RGB: (76,39,1)

Color info

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

RGB color model

#4C2701 color RGB value is (76,39,1).

  • red value is 76;
  • green value is 39;
  • blue value is 1.
RGB:
(76,39,1)
(30%,15%,0%)

RGB channels and saturation

R 76 of 255 = 30%
G 39 of 255 = 15%
B 1 of 255 = 0%

76
39
1

R + G + B ~ 15%. #4C2701 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 39 + 1 = 116 (100%)
R 76 of 116 ~ 65.52%
G 39 of 116 ~ 33.62%
B 1 of 116 ~ 0.86%

%65.52
%33.62

CMYK color model

#4C2701 color CMYK value is (0,49,99,70).

  • cyan value is 0.00%
  • magenta value is 48.68%
  • yellow value is 98.68%
  • key color value is 70.20%
CMYK:
(0,49,99,70)
C0M49Y99K70 
(0%,49%,99%,70%)
(0.00/0.49/0.99/0.70)	

CMYK percentages

%0
%48.68
%98.68
%70.2

Codes

Color #4C2701 in popluar color models

4C2701
RGB76391
HSL30°97.40%15.10%
HSB/HSV30°98.68%29.80%
CMYK0.00%48.68%98.68%
70.20%

Color #4C2701 in popluar number systems.

HEX4C2701
Decimal76391
Binary10011001001111
Octal114471

Shades and tints

Shades of #4C2701

#4C2701
(76,39,1)
#462401
(70,36,1)
#402101
(64,33,1)
#3A1E01
(58,30,1)
#341B01
(52,27,1)
#2E1801
(46,24,1)
#281501
(40,21,1)
#221201
(34,18,1)
#1C0F01
(28,15,1)
#160C01
(22,12,1)
#100901
(16,9,1)
#000000
(0,0,0)

Tints of #4C2701

#4C2701
(76,39,1)
#5C3A18
(92,58,24)
#6C4D2F
(108,77,47)
#7C6046
(124,96,70)
#8C735D
(140,115,93)
#9C8674
(156,134,116)
#AC998B
(172,153,139)
#BCACA2
(188,172,162)
#CCBFB9
(204,191,185)
#DCD2D0
(220,210,208)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2701 color. Also use rgb(76,39,1) instead hex code.

Text Font Color

.myTextColor { color: #4C2701; }

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

This text font color is #4C2701.


Background Color

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

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

This div background color is #4C2701.


Border color

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

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

This div border color is #4C2701.


Opacity

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

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

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

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

This text has shadow with #4C2701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2701 on black background.


Color preview on white background

This text has color #4C2701 on white background.



Black color preview on #4C2701 background

This text has black color on #4C2701 background.


White color preview on #4C2701 background

This text has white color on #4C2701 background.