COLOR #4C3431

HEX: #4C3431 RGB: (76,52,49)

Color info

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

RGB color model

#4C3431 color RGB value is (76,52,49).

RGB: (76,52,49) (30%, 20%, 19%)

RGB channels and saturation

R 76 of 255 = 30%
G 52 of 255 = 20%
B 49 of 255 = 19%

76
52
49

R + G + B ~ 23%. #4C3431 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 52 + 49 = 177 (100%)
R 76 of 177 ~ 42.94%
G 52 of 177 ~ 29.38%
B 49 of 177 ~ 27.68'%

%42.94
%29.38
%27.68

CMYK color model

#4C3431 color CMYK value is (0,32,36,70).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 35.53%
  • key color value is 70.20%
CMYK: (0,32,36,70) C0M32Y36K70 (0%,32%,36%,70%) (0.00/0.32/0.36/0.70) 

CMYK percentages

%0
%31.58
%35.53
%70.2

Codes

Color #4C3431 in popluar color models

4C 34 31
RGB 76 52 49
HSL 21.60% 24.51%
HSB/HSV 35.53% 29.80%
CMYK 0.00% 31.58% 35.53%
70.20%

Color #4C3431 in popluar number systems.

HEX 4C 34 31
Decimal 76 52 49
Binary 1001100 110100 110001
Octal 114 64 61

Shades and tints

Shades of #4C3431

#4C3431
(76,52,49)
#46302D
(70,48,45)
#402C29
(64,44,41)
#3A2825
(58,40,37)
#342421
(52,36,33)
#2E201D
(46,32,29)
#281C19
(40,28,25)
#221815
(34,24,21)
#1C1411
(28,20,17)
#16100D
(22,16,13)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #4C3431

#4C3431
(76,52,49)
#5C4643
(92,70,67)
#6C5855
(108,88,85)
#7C6A67
(124,106,103)
#8C7C79
(140,124,121)
#9C8E8B
(156,142,139)
#ACA09D
(172,160,157)
#BCB2AF
(188,178,175)
#CCC4C1
(204,196,193)
#DCD6D3
(220,214,211)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3431; }

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

This text font color is #4C3431.

Background Color

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

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

This div background color is #4C3431.

Border color

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

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

This div border color is #4C3431.

Opacity

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

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

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

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

This text has shadow with #4C3431 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3431.

Preview

Color preview on black background

This text has color #4C3431 on black background.


Color preview on white background

This text has color #4C3431 on white background.


Black color preview on #4C3431 background

This text has black color on #4C3431 background.


White color preview on #4C3431 background

This text has white color on #4C3431 background.


Related colors

Complementary color

Complementary color for #hex is #B3CBCE.


I love getcolorcode.com

Triadic colors

1 #314C34 and #34314C with #4C3431 are triadic colors.

2 #31344C and #344C31 with #4C3431 are triadic colors.