COLOR #4C3848

HEX: #4C3848
RGB: (76,56,72)

Color info

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

RGB color model

#4C3848 color RGB value is (76,56,72).

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

RGB channels and saturation

R 76 of 255 = 30%
G 56 of 255 = 22%
B 72 of 255 = 28%

76
56
72

R + G + B ~ 27%. #4C3848 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 56 + 72 = 204 (100%)
R 76 of 204 ~ 37.25%
G 56 of 204 ~ 27.45%
B 72 of 204 ~ 35.29%

%37.25
%27.45
%35.29

CMYK color model

#4C3848 color CMYK value is (0,26,5,70).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 5.26%
  • key color value is 70.20%
CMYK:
(0,26,5,70)
C0M26Y5K70 
(0%,26%,5%,70%)
(0.00/0.26/0.05/0.70)	

CMYK percentages

%0
%26.32
%5.26
%70.2

Codes

Color #4C3848 in popluar color models

4C3848
RGB765672
HSL312°15.15%25.88%
HSB/HSV312°26.32%29.80%
CMYK0.00%26.32%5.26%
70.20%

Color #4C3848 in popluar number systems.

HEX4C3848
Decimal765672
Binary10011001110001001000
Octal11470110

Shades and tints

Shades of #4C3848

#4C3848
(76,56,72)
#463342
(70,51,66)
#402E3C
(64,46,60)
#3A2936
(58,41,54)
#342430
(52,36,48)
#2E1F2A
(46,31,42)
#281A24
(40,26,36)
#22151E
(34,21,30)
#1C1018
(28,16,24)
#160B12
(22,11,18)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #4C3848

#4C3848
(76,56,72)
#5C4A58
(92,74,88)
#6C5C68
(108,92,104)
#7C6E78
(124,110,120)
#8C8088
(140,128,136)
#9C9298
(156,146,152)
#ACA4A8
(172,164,168)
#BCB6B8
(188,182,184)
#CCC8C8
(204,200,200)
#DCDAD8
(220,218,216)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3848; }

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

This text font color is #4C3848.


Background Color

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

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

This div background color is #4C3848.


Border color

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

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

This div border color is #4C3848.


Opacity

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

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

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

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

This text has shadow with #4C3848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3848 on black background.


Color preview on white background

This text has color #4C3848 on white background.



Black color preview on #4C3848 background

This text has black color on #4C3848 background.


White color preview on #4C3848 background

This text has white color on #4C3848 background.