COLOR #4C2907

HEX: #4C2907
RGB: (76,41,7)

Color info

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

RGB color model

#4C2907 color RGB value is (76,41,7).

  • red value is 76;
  • green value is 41;
  • blue value is 7.
RGB:
(76,41,7)
(30%,16%,3%)

RGB channels and saturation

R 76 of 255 = 30%
G 41 of 255 = 16%
B 7 of 255 = 3%

76
41
7

R + G + B ~ 16%. #4C2907 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 41 + 7 = 124 (100%)
R 76 of 124 ~ 61.29%
G 41 of 124 ~ 33.06%
B 7 of 124 ~ 5.65%

%61.29
%33.06

CMYK color model

#4C2907 color CMYK value is (0,46,91,70).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 90.79%
  • key color value is 70.20%
CMYK:
(0,46,91,70)
C0M46Y91K70 
(0%,46%,91%,70%)
(0.00/0.46/0.91/0.70)	

CMYK percentages

%0
%46.05
%90.79
%70.2

Codes

Color #4C2907 in popluar color models

4C2907
RGB76417
HSL30°83.13%16.27%
HSB/HSV30°90.79%29.80%
CMYK0.00%46.05%90.79%
70.20%

Color #4C2907 in popluar number systems.

HEX4C2907
Decimal76417
Binary1001100101001111
Octal114517

Shades and tints

Shades of #4C2907

#4C2907
(76,41,7)
#462607
(70,38,7)
#402307
(64,35,7)
#3A2007
(58,32,7)
#341D07
(52,29,7)
#2E1A07
(46,26,7)
#281707
(40,23,7)
#221407
(34,20,7)
#1C1107
(28,17,7)
#160E07
(22,14,7)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #4C2907

#4C2907
(76,41,7)
#5C3C1D
(92,60,29)
#6C4F33
(108,79,51)
#7C6249
(124,98,73)
#8C755F
(140,117,95)
#9C8875
(156,136,117)
#AC9B8B
(172,155,139)
#BCAEA1
(188,174,161)
#CCC1B7
(204,193,183)
#DCD4CD
(220,212,205)
#ECE7E3
(236,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2907 color. Also use rgb(76,41,7) instead hex code.

Text Font Color

.myTextColor { color: #4C2907; }

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

This text font color is #4C2907.


Background Color

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

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

This div background color is #4C2907.


Border color

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

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

This div border color is #4C2907.


Opacity

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

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

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

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

This text has shadow with #4C2907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2907 on black background.


Color preview on white background

This text has color #4C2907 on white background.



Black color preview on #4C2907 background

This text has black color on #4C2907 background.


White color preview on #4C2907 background

This text has white color on #4C2907 background.