COLOR #4C2900

HEX: #4C2900
RGB: (76,41,0)

Color info

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

RGB color model

#4C2900 color RGB value is (76,41,0).

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

RGB channels and saturation

R 76 of 255 = 30%
G 41 of 255 = 16%
B 0 of 255 = 0%

76
41
0

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

Portions of RGB colors in percentages

R + G + B =
76 + 41 + 0 = 117 (100%)
R 76 of 117 ~ 64.96%
G 41 of 117 ~ 35.04%
B 0 of 117 ~ 0%

%64.96
%35.04

CMYK color model

#4C2900 color CMYK value is (0,46,100,70).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 100.00%
  • key color value is 70.20%
CMYK:
(0,46,100,70)
C0M46Y100K70 
(0%,46%,100%,70%)
(0.00/0.46/1.00/0.70)	

CMYK percentages

%0
%46.05
%100
%70.2

Codes

Color #4C2900 in popluar color models

4C2900
RGB76410
HSL32°100.00%14.90%
HSB/HSV32°100.00%29.80%
CMYK0.00%46.05%100.00%
70.20%

Color #4C2900 in popluar number systems.

HEX4C2900
Decimal76410
Binary10011001010010
Octal114510

Shades and tints

Shades of #4C2900

#4C2900
(76,41,0)
#462600
(70,38,0)
#402300
(64,35,0)
#3A2000
(58,32,0)
#341D00
(52,29,0)
#2E1A00
(46,26,0)
#281700
(40,23,0)
#221400
(34,20,0)
#1C1100
(28,17,0)
#160E00
(22,14,0)
#100B00
(16,11,0)
#000000
(0,0,0)

Tints of #4C2900

#4C2900
(76,41,0)
#5C3C17
(92,60,23)
#6C4F2E
(108,79,46)
#7C6245
(124,98,69)
#8C755C
(140,117,92)
#9C8873
(156,136,115)
#AC9B8A
(172,155,138)
#BCAEA1
(188,174,161)
#CCC1B8
(204,193,184)
#DCD4CF
(220,212,207)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2900; }

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

This text font color is #4C2900.


Background Color

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

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

This div background color is #4C2900.


Border color

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

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

This div border color is #4C2900.


Opacity

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

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

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

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

This text has shadow with #4C2900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2900 on black background.


Color preview on white background

This text has color #4C2900 on white background.



Black color preview on #4C2900 background

This text has black color on #4C2900 background.


White color preview on #4C2900 background

This text has white color on #4C2900 background.