COLOR #4C3238

HEX: #4C3238
RGB: (76,50,56)

Color info

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

RGB color model

#4C3238 color RGB value is (76,50,56).

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

RGB channels and saturation

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

76
50
56

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

Portions of RGB colors in percentages

R + G + B =
76 + 50 + 56 = 182 (100%)
R 76 of 182 ~ 41.76%
G 50 of 182 ~ 27.47%
B 56 of 182 ~ 30.77%

%41.76
%27.47
%30.77

CMYK color model

#4C3238 color CMYK value is (0,34,26,70).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 26.32%
  • key color value is 70.20%
CMYK:
(0,34,26,70)
C0M34Y26K70 
(0%,34%,26%,70%)
(0.00/0.34/0.26/0.70)	

CMYK percentages

%0
%34.21
%26.32
%70.2

Codes

Color #4C3238 in popluar color models

4C3238
RGB765056
HSL346°20.63%24.71%
HSB/HSV346°34.21%29.80%
CMYK0.00%34.21%26.32%
70.20%

Color #4C3238 in popluar number systems.

HEX4C3238
Decimal765056
Binary1001100110010111000
Octal1146270

Shades and tints

Shades of #4C3238

#4C3238
(76,50,56)
#462E33
(70,46,51)
#402A2E
(64,42,46)
#3A2629
(58,38,41)
#342224
(52,34,36)
#2E1E1F
(46,30,31)
#281A1A
(40,26,26)
#221615
(34,22,21)
#1C1210
(28,18,16)
#160E0B
(22,14,11)
#100A06
(16,10,6)
#000000
(0,0,0)

Tints of #4C3238

#4C3238
(76,50,56)
#5C444A
(92,68,74)
#6C565C
(108,86,92)
#7C686E
(124,104,110)
#8C7A80
(140,122,128)
#9C8C92
(156,140,146)
#AC9EA4
(172,158,164)
#BCB0B6
(188,176,182)
#CCC2C8
(204,194,200)
#DCD4DA
(220,212,218)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3238; }

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

This text font color is #4C3238.


Background Color

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

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

This div background color is #4C3238.


Border color

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

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

This div border color is #4C3238.


Opacity

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

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

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

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

This text has shadow with #4C3238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3238 on black background.


Color preview on white background

This text has color #4C3238 on white background.



Black color preview on #4C3238 background

This text has black color on #4C3238 background.


White color preview on #4C3238 background

This text has white color on #4C3238 background.