COLOR #4C3833

HEX: #4C3833 RGB: (76,56,51)

Color info

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

RGB color model

#4C3833 color RGB value is (76,56,51).

RGB: (76,56,51) (30%, 22%, 20%)

RGB channels and saturation

R 76 of 255 = 30%
G 56 of 255 = 22%
B 51 of 255 = 20%

76
56
51

R + G + B ~ 24%. #4C3833 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 56 + 51 = 183 (100%)
R 76 of 183 ~ 41.53%
G 56 of 183 ~ 30.6%
B 51 of 183 ~ 27.87'%

%41.53
%30.6
%27.87

CMYK color model

#4C3833 color CMYK value is (0,26,33,70).

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

CMYK: (0,26,33,70)
C0M26Y33K70 (0%, 26%, 33%, 70%)
(0.00 / 0.26 / 0.33 / 0.70)

CMYK percentages

%0
%26.32
%32.89
%70.2

Codes

Color #4C3833 in popluar color models

4C 38 33
RGB 76 56 51
HSL 12° 19.69% 24.90%
HSB/HSV 12° 32.89% 29.80%
CMYK 0.00% 26.32% 32.89%
70.20%

Color #4C3833 in popluar number systems.

HEX 4C 38 33
Decimal 76 56 51
Binary 1001100 111000 110011
Octal 114 70 63

Shades and tints

Shades of #4C3833

#4C3833
(76,56,51)
#46332F
(70,51,47)
#402E2B
(64,46,43)
#3A2927
(58,41,39)
#342423
(52,36,35)
#2E1F1F
(46,31,31)
#281A1B
(40,26,27)
#221517
(34,21,23)
#1C1013
(28,16,19)
#160B0F
(22,11,15)
#10060B
(16,6,11)
#000000
(0,0,0)

Tints of #4C3833

#4C3833
(76,56,51)
#5C4A45
(92,74,69)
#6C5C57
(108,92,87)
#7C6E69
(124,110,105)
#8C807B
(140,128,123)
#9C928D
(156,146,141)
#ACA49F
(172,164,159)
#BCB6B1
(188,182,177)
#CCC8C3
(204,200,195)
#DCDAD5
(220,218,213)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3833; }

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

This text font color is #4C3833.

Background Color

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

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

This div background color is #4C3833.

Border color

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

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

This div border color is #4C3833.

Opacity

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

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

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

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

This text has shadow with #4C3833 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3833.

Preview

Color preview on black background

This text has color #4C3833 on black background.


Color preview on white background

This text has color #4C3833 on white background.


Black color preview on #4C3833 background

This text has black color on #4C3833 background.


White color preview on #4C3833 background

This text has white color on #4C3833 background.


Related colors

Complementary color

Complementary color for #hex is #B3C7CC.


I love getcolorcode.com

Triadic colors

1 #334C38 and #38334C with #4C3833 are triadic colors.

2 #33384C and #384C33 with #4C3833 are triadic colors.