COLOR #4C3918

HEX: #4C3918
RGB: (76,57,24)

Color info

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

RGB color model

#4C3918 color RGB value is (76,57,24).

  • red value is 76;
  • green value is 57;
  • blue value is 24.
RGB:
(76,57,24)
(30%,22%,9%)

RGB channels and saturation

R 76 of 255 = 30%
G 57 of 255 = 22%
B 24 of 255 = 9%

76
57
24

R + G + B ~ 20%. #4C3918 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 57 + 24 = 157 (100%)
R 76 of 157 ~ 48.41%
G 57 of 157 ~ 36.31%
B 24 of 157 ~ 15.29%

%48.41
%36.31
%15.29

CMYK color model

#4C3918 color CMYK value is (0,25,68,70).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 68.42%
  • key color value is 70.20%
CMYK:
(0,25,68,70)
C0M25Y68K70 
(0%,25%,68%,70%)
(0.00/0.25/0.68/0.70)	

CMYK percentages

%0
%25
%68.42
%70.2

Codes

Color #4C3918 in popluar color models

4C3918
RGB765724
HSL38°52.00%19.61%
HSB/HSV38°68.42%29.80%
CMYK0.00%25.00%68.42%
70.20%

Color #4C3918 in popluar number systems.

HEX4C3918
Decimal765724
Binary100110011100111000
Octal1147130

Shades and tints

Shades of #4C3918

#4C3918
(76,57,24)
#463416
(70,52,22)
#402F14
(64,47,20)
#3A2A12
(58,42,18)
#342510
(52,37,16)
#2E200E
(46,32,14)
#281B0C
(40,27,12)
#22160A
(34,22,10)
#1C1108
(28,17,8)
#160C06
(22,12,6)
#100704
(16,7,4)
#000000
(0,0,0)

Tints of #4C3918

#4C3918
(76,57,24)
#5C4B2D
(92,75,45)
#6C5D42
(108,93,66)
#7C6F57
(124,111,87)
#8C816C
(140,129,108)
#9C9381
(156,147,129)
#ACA596
(172,165,150)
#BCB7AB
(188,183,171)
#CCC9C0
(204,201,192)
#DCDBD5
(220,219,213)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3918 color. Also use rgb(76,57,24) instead hex code.

Text Font Color

.myTextColor { color: #4C3918; }

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

This text font color is #4C3918.


Background Color

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

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

This div background color is #4C3918.


Border color

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

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

This div border color is #4C3918.


Opacity

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

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

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

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

This text has shadow with #4C3918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3918 on black background.


Color preview on white background

This text has color #4C3918 on white background.



Black color preview on #4C3918 background

This text has black color on #4C3918 background.


White color preview on #4C3918 background

This text has white color on #4C3918 background.