COLOR #4C3003

HEX: #4C3003
RGB: (76,48,3)

Color info

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

RGB color model

#4C3003 color RGB value is (76,48,3).

  • red value is 76;
  • green value is 48;
  • blue value is 3.
RGB:
(76,48,3)
(30%,19%,1%)

RGB channels and saturation

R 76 of 255 = 30%
G 48 of 255 = 19%
B 3 of 255 = 1%

76
48
3

R + G + B ~ 17%. #4C3003 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 48 + 3 = 127 (100%)
R 76 of 127 ~ 59.84%
G 48 of 127 ~ 37.8%
B 3 of 127 ~ 2.36%

%59.84
%37.8

CMYK color model

#4C3003 color CMYK value is (0,37,96,70).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 96.05%
  • key color value is 70.20%
CMYK:
(0,37,96,70)
C0M37Y96K70 
(0%,37%,96%,70%)
(0.00/0.37/0.96/0.70)	

CMYK percentages

%0
%36.84
%96.05
%70.2

Codes

Color #4C3003 in popluar color models

4C3003
RGB76483
HSL37°92.41%15.49%
HSB/HSV37°96.05%29.80%
CMYK0.00%36.84%96.05%
70.20%

Color #4C3003 in popluar number systems.

HEX4C3003
Decimal76483
Binary100110011000011
Octal114603

Shades and tints

Shades of #4C3003

#4C3003
(76,48,3)
#462C03
(70,44,3)
#402803
(64,40,3)
#3A2403
(58,36,3)
#342003
(52,32,3)
#2E1C03
(46,28,3)
#281803
(40,24,3)
#221403
(34,20,3)
#1C1003
(28,16,3)
#160C03
(22,12,3)
#100803
(16,8,3)
#000000
(0,0,0)

Tints of #4C3003

#4C3003
(76,48,3)
#5C4219
(92,66,25)
#6C542F
(108,84,47)
#7C6645
(124,102,69)
#8C785B
(140,120,91)
#9C8A71
(156,138,113)
#AC9C87
(172,156,135)
#BCAE9D
(188,174,157)
#CCC0B3
(204,192,179)
#DCD2C9
(220,210,201)
#ECE4DF
(236,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3003 color. Also use rgb(76,48,3) instead hex code.

Text Font Color

.myTextColor { color: #4C3003; }

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

This text font color is #4C3003.


Background Color

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

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

This div background color is #4C3003.


Border color

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

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

This div border color is #4C3003.


Opacity

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

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

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

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

This text has shadow with #4C3003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3003 on black background.


Color preview on white background

This text has color #4C3003 on white background.



Black color preview on #4C3003 background

This text has black color on #4C3003 background.


White color preview on #4C3003 background

This text has white color on #4C3003 background.