COLOR #4C381F

HEX: #4C381F RGB: (76,56,31)

Color info

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

RGB color model

#4C381F color RGB value is (76,56,31).

RGB: (76,56,31) (30%, 22%, 12%)

RGB channels and saturation

R 76 of 255 = 30%
G 56 of 255 = 22%
B 31 of 255 = 12%

76
56
31

R + G + B ~ 21%. #4C381F is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 56 + 31 = 163 (100%)
R 76 of 163 ~ 46.63%
G 56 of 163 ~ 34.36%
B 31 of 163 ~ 19.02'%

%46.63
%34.36
%19.02

CMYK color model

#4C381F color CMYK value is (0,26,59,70).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 59.21%
  • key color value is 70.20%

CMYK: (0,26,59,70)
C0M26Y59K70 (0%, 26%, 59%, 70%)
(0.00 / 0.26 / 0.59 / 0.70)

CMYK percentages

%0
%26.32
%59.21
%70.2

Codes

Color #4C381F in popluar color models

4C 38 1F
RGB 76 56 31
HSL 33° 42.06% 20.98%
HSB/HSV 33° 59.21% 29.80%
CMYK 0.00% 26.32% 59.21%
70.20%

Color #4C381F in popluar number systems.

HEX 4C 38 1F
Decimal 76 56 31
Binary 1001100 111000 11111
Octal 114 70 37

Shades and tints

Shades of #4C381F

#4C381F
(76,56,31)
#46331D
(70,51,29)
#402E1B
(64,46,27)
#3A2919
(58,41,25)
#342417
(52,36,23)
#2E1F15
(46,31,21)
#281A13
(40,26,19)
#221511
(34,21,17)
#1C100F
(28,16,15)
#160B0D
(22,11,13)
#10060B
(16,6,11)
#000000
(0,0,0)

Tints of #4C381F

#4C381F
(76,56,31)
#5C4A33
(92,74,51)
#6C5C47
(108,92,71)
#7C6E5B
(124,110,91)
#8C806F
(140,128,111)
#9C9283
(156,146,131)
#ACA497
(172,164,151)
#BCB6AB
(188,182,171)
#CCC8BF
(204,200,191)
#DCDAD3
(220,218,211)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C381F color. Also use rgb(76,56,31) instead hex code.

Text Font Color

.myTextColor { color: #4C381F; }

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

This text font color is #4C381F.

Background Color

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

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

This div background color is #4C381F.

Border color

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

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

This div border color is #4C381F.

Opacity

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

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

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

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

This text has shadow with #4C381F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C381F.

Preview

Color preview on black background

This text has color #4C381F on black background.


Color preview on white background

This text has color #4C381F on white background.


Black color preview on #4C381F background

This text has black color on #4C381F background.


White color preview on #4C381F background

This text has white color on #4C381F background.


Related colors

Complementary color

Complementary color for #hex is #B3C7E0.


I love getcolorcode.com

Triadic colors

1 #1F4C38 and #381F4C with #4C381F are triadic colors.

2 #1F384C and #384C1F with #4C381F are triadic colors.