COLOR #4C2300

HEX: #4C2300
RGB: (76,35,0)

Color info

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

RGB color model

#4C2300 color RGB value is (76,35,0).

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

RGB channels and saturation

R 76 of 255 = 30%
G 35 of 255 = 14%
B 0 of 255 = 0%

76
35
0

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

Portions of RGB colors in percentages

R + G + B =
76 + 35 + 0 = 111 (100%)
R 76 of 111 ~ 68.47%
G 35 of 111 ~ 31.53%
B 0 of 111 ~ 0%

%68.47
%31.53

CMYK color model

#4C2300 color CMYK value is (0,54,100,70).

  • cyan value is 0.00%
  • magenta value is 53.95%
  • yellow value is 100.00%
  • key color value is 70.20%
CMYK:
(0,54,100,70)
C0M54Y100K70 
(0%,54%,100%,70%)
(0.00/0.54/1.00/0.70)	

CMYK percentages

%0
%53.95
%100
%70.2

Codes

Color #4C2300 in popluar color models

4C2300
RGB76350
HSL28°100.00%14.90%
HSB/HSV28°100.00%29.80%
CMYK0.00%53.95%100.00%
70.20%

Color #4C2300 in popluar number systems.

HEX4C2300
Decimal76350
Binary10011001000110
Octal114430

Shades and tints

Shades of #4C2300

#4C2300
(76,35,0)
#462000
(70,32,0)
#401D00
(64,29,0)
#3A1A00
(58,26,0)
#341700
(52,23,0)
#2E1400
(46,20,0)
#281100
(40,17,0)
#220E00
(34,14,0)
#1C0B00
(28,11,0)
#160800
(22,8,0)
#100500
(16,5,0)
#000000
(0,0,0)

Tints of #4C2300

#4C2300
(76,35,0)
#5C3717
(92,55,23)
#6C4B2E
(108,75,46)
#7C5F45
(124,95,69)
#8C735C
(140,115,92)
#9C8773
(156,135,115)
#AC9B8A
(172,155,138)
#BCAFA1
(188,175,161)
#CCC3B8
(204,195,184)
#DCD7CF
(220,215,207)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2300; }

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

This text font color is #4C2300.


Background Color

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

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

This div background color is #4C2300.


Border color

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

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

This div border color is #4C2300.


Opacity

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

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

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

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

This text has shadow with #4C2300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2300 on black background.


Color preview on white background

This text has color #4C2300 on white background.



Black color preview on #4C2300 background

This text has black color on #4C2300 background.


White color preview on #4C2300 background

This text has white color on #4C2300 background.