COLOR #4C3B3B

HEX: #4C3B3B RGB: (76,59,59)

Color info

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

RGB color model

#4C3B3B color RGB value is (76,59,59).

RGB: (76,59,59) (30%, 23%, 23%)

RGB channels and saturation

R 76 of 255 = 30%
G 59 of 255 = 23%
B 59 of 255 = 23%

76
59
59

R + G + B ~ 25%. #4C3B3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 59 + 59 = 194 (100%)
R 76 of 194 ~ 39.18%
G 59 of 194 ~ 30.41%
B 59 of 194 ~ 30.41'%

%39.18
%30.41
%30.41

CMYK color model

#4C3B3B color CMYK value is (0,22,22,70).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 22.37%
  • key color value is 70.20%

CMYK: (0,22,22,70)
C0M22Y22K70 (0%, 22%, 22%, 70%)
(0.00 / 0.22 / 0.22 / 0.70)

CMYK percentages

%0
%22.37
%22.37
%70.2

Codes

Color #4C3B3B in popluar color models

4C 3B 3B
RGB 76 59 59
HSL 12.59% 26.47%
HSB/HSV 22.37% 29.80%
CMYK 0.00% 22.37% 22.37%
70.20%

Color #4C3B3B in popluar number systems.

HEX 4C 3B 3B
Decimal 76 59 59
Binary 1001100 111011 111011
Octal 114 73 73

Shades and tints

Shades of #4C3B3B

#4C3B3B
(76,59,59)
#463636
(70,54,54)
#403131
(64,49,49)
#3A2C2C
(58,44,44)
#342727
(52,39,39)
#2E2222
(46,34,34)
#281D1D
(40,29,29)
#221818
(34,24,24)
#1C1313
(28,19,19)
#160E0E
(22,14,14)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #4C3B3B

#4C3B3B
(76,59,59)
#5C4C4C
(92,76,76)
#6C5D5D
(108,93,93)
#7C6E6E
(124,110,110)
#8C7F7F
(140,127,127)
#9C9090
(156,144,144)
#ACA1A1
(172,161,161)
#BCB2B2
(188,178,178)
#CCC3C3
(204,195,195)
#DCD4D4
(220,212,212)
#ECE5E5
(236,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3B3B; }

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

This text font color is #4C3B3B.

Background Color

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

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

This div background color is #4C3B3B.

Border color

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

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

This div border color is #4C3B3B.

Opacity

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

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

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

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

This text has shadow with #4C3B3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3B3B.

Preview

Color preview on black background

This text has color #4C3B3B on black background.


Color preview on white background

This text has color #4C3B3B on white background.


Black color preview on #4C3B3B background

This text has black color on #4C3B3B background.


White color preview on #4C3B3B background

This text has white color on #4C3B3B background.


Related colors

Complementary color

Complementary color for #hex is #B3C4C4.


I love getcolorcode.com