COLOR #4C3603

HEX: #4C3603
RGB: (76,54,3)

Color info

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

RGB color model

#4C3603 color RGB value is (76,54,3).

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

RGB channels and saturation

R 76 of 255 = 30%
G 54 of 255 = 21%
B 3 of 255 = 1%

76
54
3

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

Portions of RGB colors in percentages

R + G + B =
76 + 54 + 3 = 133 (100%)
R 76 of 133 ~ 57.14%
G 54 of 133 ~ 40.6%
B 3 of 133 ~ 2.26%

%57.14
%40.6

CMYK color model

#4C3603 color CMYK value is (0,29,96,70).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 96.05%
  • key color value is 70.20%
CMYK:
(0,29,96,70)
C0M29Y96K70 
(0%,29%,96%,70%)
(0.00/0.29/0.96/0.70)	

CMYK percentages

%0
%28.95
%96.05
%70.2

Codes

Color #4C3603 in popluar color models

4C3603
RGB76543
HSL42°92.41%15.49%
HSB/HSV42°96.05%29.80%
CMYK0.00%28.95%96.05%
70.20%

Color #4C3603 in popluar number systems.

HEX4C3603
Decimal76543
Binary100110011011011
Octal114663

Shades and tints

Shades of #4C3603

#4C3603
(76,54,3)
#463203
(70,50,3)
#402E03
(64,46,3)
#3A2A03
(58,42,3)
#342603
(52,38,3)
#2E2203
(46,34,3)
#281E03
(40,30,3)
#221A03
(34,26,3)
#1C1603
(28,22,3)
#161203
(22,18,3)
#100E03
(16,14,3)
#000000
(0,0,0)

Tints of #4C3603

#4C3603
(76,54,3)
#5C4819
(92,72,25)
#6C5A2F
(108,90,47)
#7C6C45
(124,108,69)
#8C7E5B
(140,126,91)
#9C9071
(156,144,113)
#ACA287
(172,162,135)
#BCB49D
(188,180,157)
#CCC6B3
(204,198,179)
#DCD8C9
(220,216,201)
#ECEADF
(236,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3603; }

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

This text font color is #4C3603.


Background Color

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

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

This div background color is #4C3603.


Border color

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

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

This div border color is #4C3603.


Opacity

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

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

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

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

This text has shadow with #4C3603 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3603 on black background.


Color preview on white background

This text has color #4C3603 on white background.



Black color preview on #4C3603 background

This text has black color on #4C3603 background.


White color preview on #4C3603 background

This text has white color on #4C3603 background.