COLOR #4C3138

HEX: #4C3138
RGB: (76,49,56)

Color info

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

RGB color model

#4C3138 color RGB value is (76,49,56).

  • red value is 76;
  • green value is 49;
  • blue value is 56.
RGB:
(76,49,56)
(30%,19%,22%)

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 56 of 255 = 22%

76
49
56

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

Portions of RGB colors in percentages

R + G + B =
76 + 49 + 56 = 181 (100%)
R 76 of 181 ~ 41.99%
G 49 of 181 ~ 27.07%
B 56 of 181 ~ 30.94%

%41.99
%27.07
%30.94

CMYK color model

#4C3138 color CMYK value is (0,36,26,70).

  • cyan value is 0.00%
  • magenta value is 35.53%
  • yellow value is 26.32%
  • key color value is 70.20%
CMYK:
(0,36,26,70)
C0M36Y26K70 
(0%,36%,26%,70%)
(0.00/0.36/0.26/0.70)	

CMYK percentages

%0
%35.53
%26.32
%70.2

Codes

Color #4C3138 in popluar color models

4C3138
RGB764956
HSL344°21.60%24.51%
HSB/HSV344°35.53%29.80%
CMYK0.00%35.53%26.32%
70.20%

Color #4C3138 in popluar number systems.

HEX4C3138
Decimal764956
Binary1001100110001111000
Octal1146170

Shades and tints

Shades of #4C3138

#4C3138
(76,49,56)
#462D33
(70,45,51)
#40292E
(64,41,46)
#3A2529
(58,37,41)
#342124
(52,33,36)
#2E1D1F
(46,29,31)
#28191A
(40,25,26)
#221515
(34,21,21)
#1C1110
(28,17,16)
#160D0B
(22,13,11)
#100906
(16,9,6)
#000000
(0,0,0)

Tints of #4C3138

#4C3138
(76,49,56)
#5C434A
(92,67,74)
#6C555C
(108,85,92)
#7C676E
(124,103,110)
#8C7980
(140,121,128)
#9C8B92
(156,139,146)
#AC9DA4
(172,157,164)
#BCAFB6
(188,175,182)
#CCC1C8
(204,193,200)
#DCD3DA
(220,211,218)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3138; }

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

This text font color is #4C3138.


Background Color

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

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

This div background color is #4C3138.


Border color

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

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

This div border color is #4C3138.


Opacity

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

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

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

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

This text has shadow with #4C3138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3138 on black background.


Color preview on white background

This text has color #4C3138 on white background.



Black color preview on #4C3138 background

This text has black color on #4C3138 background.


White color preview on #4C3138 background

This text has white color on #4C3138 background.