COLOR #4C391E

HEX: #4C391E RGB: (76,57,30)

Color info

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

RGB color model

#4C391E color RGB value is (76,57,30).

RGB: (76,57,30) (30%, 22%, 12%)

RGB channels and saturation

R 76 of 255 = 30%
G 57 of 255 = 22%
B 30 of 255 = 12%

76
57
30

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

Portions of RGB colors in percentages

R + G + B = 76 + 57 + 30 = 163 (100%)
R 76 of 163 ~ 46.63%
G 57 of 163 ~ 34.97%
B 30 of 163 ~ 18.4'%

%46.63
%34.97
%18.4

CMYK color model

#4C391E color CMYK value is (0,25,61,70).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 60.53%
  • key color value is 70.20%

CMYK: (0,25,61,70)
C0M25Y61K70 (0%, 25%, 61%, 70%)
(0.00 / 0.25 / 0.61 / 0.70)

CMYK percentages

%0
%25
%60.53
%70.2

Codes

Color #4C391E in popluar color models

4C 39 1E
RGB 76 57 30
HSL 35° 43.40% 20.78%
HSB/HSV 35° 60.53% 29.80%
CMYK 0.00% 25.00% 60.53%
70.20%

Color #4C391E in popluar number systems.

HEX 4C 39 1E
Decimal 76 57 30
Binary 1001100 111001 11110
Octal 114 71 36

Shades and tints

Shades of #4C391E

#4C391E
(76,57,30)
#46341C
(70,52,28)
#402F1A
(64,47,26)
#3A2A18
(58,42,24)
#342516
(52,37,22)
#2E2014
(46,32,20)
#281B12
(40,27,18)
#221610
(34,22,16)
#1C110E
(28,17,14)
#160C0C
(22,12,12)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #4C391E

#4C391E
(76,57,30)
#5C4B32
(92,75,50)
#6C5D46
(108,93,70)
#7C6F5A
(124,111,90)
#8C816E
(140,129,110)
#9C9382
(156,147,130)
#ACA596
(172,165,150)
#BCB7AA
(188,183,170)
#CCC9BE
(204,201,190)
#DCDBD2
(220,219,210)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C391E; }

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

This text font color is #4C391E.

Background Color

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

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

This div background color is #4C391E.

Border color

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

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

This div border color is #4C391E.

Opacity

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

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

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

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

This text has shadow with #4C391E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C391E.

Preview

Color preview on black background

This text has color #4C391E on black background.


Color preview on white background

This text has color #4C391E on white background.


Black color preview on #4C391E background

This text has black color on #4C391E background.


White color preview on #4C391E background

This text has white color on #4C391E background.


Related colors

Complementary color

Complementary color for #hex is #B3C6E1.


I love getcolorcode.com

Triadic colors

1 #1E4C39 and #391E4C with #4C391E are triadic colors.

2 #1E394C and #394C1E with #4C391E are triadic colors.