COLOR #4C3113

HEX: #4C3113
RGB: (76,49,19)

Color info

#4C3113 contains red, green and blue colors in about the same proportion. Web safe color of #4C3113 is #333300 (or #330).

RGB color model

#4C3113 color RGB value is (76,49,19).

  • red value is 76;
  • green value is 49;
  • blue value is 19.
RGB:
(76,49,19)
(30%,19%,7%)

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 19 of 255 = 7%

76
49
19

R + G + B ~ 19%. #4C3113 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 49 + 19 = 144 (100%)
R 76 of 144 ~ 52.78%
G 49 of 144 ~ 34.03%
B 19 of 144 ~ 13.19%

%52.78
%34.03
%13.19

CMYK color model

#4C3113 color CMYK value is (0,36,75,70).

  • cyan value is 0.00%
  • magenta value is 35.53%
  • yellow value is 75.00%
  • key color value is 70.20%
CMYK:
(0,36,75,70)
C0M36Y75K70 
(0%,36%,75%,70%)
(0.00/0.36/0.75/0.70)	

CMYK percentages

%0
%35.53
%75
%70.2

Codes

Color #4C3113 in popluar color models

4C3113
RGB764919
HSL32°60.00%18.63%
HSB/HSV32°75.00%29.80%
CMYK0.00%35.53%75.00%
70.20%

Color #4C3113 in popluar number systems.

HEX4C3113
Decimal764919
Binary100110011000110011
Octal1146123

Shades and tints

Shades of #4C3113

#4C3113
(76,49,19)
#462D12
(70,45,18)
#402911
(64,41,17)
#3A2510
(58,37,16)
#34210F
(52,33,15)
#2E1D0E
(46,29,14)
#28190D
(40,25,13)
#22150C
(34,21,12)
#1C110B
(28,17,11)
#160D0A
(22,13,10)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #4C3113

#4C3113
(76,49,19)
#5C4328
(92,67,40)
#6C553D
(108,85,61)
#7C6752
(124,103,82)
#8C7967
(140,121,103)
#9C8B7C
(156,139,124)
#AC9D91
(172,157,145)
#BCAFA6
(188,175,166)
#CCC1BB
(204,193,187)
#DCD3D0
(220,211,208)
#ECE5E5
(236,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3113 color. Also use rgb(76,49,19) instead hex code.

Text Font Color

.myTextColor { color: #4C3113; }

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

This text font color is #4C3113.


Background Color

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

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

This div background color is #4C3113.


Border color

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

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

This div border color is #4C3113.


Opacity

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

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

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

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

This text has shadow with #4C3113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3113 on black background.


Color preview on white background

This text has color #4C3113 on white background.



Black color preview on #4C3113 background

This text has black color on #4C3113 background.


White color preview on #4C3113 background

This text has white color on #4C3113 background.