COLOR #4C3B1E

HEX: #4C3B1E
RGB: (76,59,30)

Color info

#4C3B1E contains red, green and blue colors in about the same proportion. Web safe color of #4C3B1E is #333333 (or #333).

RGB color model

#4C3B1E color RGB value is (76,59,30).

  • red value is 76;
  • green value is 59;
  • blue value is 30.
RGB:
(76,59,30)
(30%,23%,12%)

RGB channels and saturation

R 76 of 255 = 30%
G 59 of 255 = 23%
B 30 of 255 = 12%

76
59
30

R + G + B ~ 22%. #4C3B1E is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 59 + 30 = 165 (100%)
R 76 of 165 ~ 46.06%
G 59 of 165 ~ 35.76%
B 30 of 165 ~ 18.18%

%46.06
%35.76
%18.18

CMYK color model

#4C3B1E color CMYK value is (0,22,61,70).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 60.53%
  • key color value is 70.20%
CMYK:
(0,22,61,70)
C0M22Y61K70 
(0%,22%,61%,70%)
(0.00/0.22/0.61/0.70)	

CMYK percentages

%0
%22.37
%60.53
%70.2

Codes

Color #4C3B1E in popluar color models

4C3B1E
RGB765930
HSL38°43.40%20.78%
HSB/HSV38°60.53%29.80%
CMYK0.00%22.37%60.53%
70.20%

Color #4C3B1E in popluar number systems.

HEX4C3B1E
Decimal765930
Binary100110011101111110
Octal1147336

Shades and tints

Shades of #4C3B1E

#4C3B1E
(76,59,30)
#46361C
(70,54,28)
#40311A
(64,49,26)
#3A2C18
(58,44,24)
#342716
(52,39,22)
#2E2214
(46,34,20)
#281D12
(40,29,18)
#221810
(34,24,16)
#1C130E
(28,19,14)
#160E0C
(22,14,12)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #4C3B1E

#4C3B1E
(76,59,30)
#5C4C32
(92,76,50)
#6C5D46
(108,93,70)
#7C6E5A
(124,110,90)
#8C7F6E
(140,127,110)
#9C9082
(156,144,130)
#ACA196
(172,161,150)
#BCB2AA
(188,178,170)
#CCC3BE
(204,195,190)
#DCD4D2
(220,212,210)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3B1E color. Also use rgb(76,59,30) instead hex code.

Text Font Color

.myTextColor { color: #4C3B1E; }

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

This text font color is #4C3B1E.


Background Color

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

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

This div background color is #4C3B1E.


Border color

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

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

This div border color is #4C3B1E.


Opacity

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

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

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

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

This text has shadow with #4C3B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3B1E on black background.


Color preview on white background

This text has color #4C3B1E on white background.



Black color preview on #4C3B1E background

This text has black color on #4C3B1E background.


White color preview on #4C3B1E background

This text has white color on #4C3B1E background.