COLOR #4C3845

HEX: #4C3845
RGB: (76,56,69)

Color info

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

RGB color model

#4C3845 color RGB value is (76,56,69).

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

RGB channels and saturation

R 76 of 255 = 30%
G 56 of 255 = 22%
B 69 of 255 = 27%

76
56
69

R + G + B ~ 26%. #4C3845 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 56 + 69 = 201 (100%)
R 76 of 201 ~ 37.81%
G 56 of 201 ~ 27.86%
B 69 of 201 ~ 34.33%

%37.81
%27.86
%34.33

CMYK color model

#4C3845 color CMYK value is (0,26,9,70).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 9.21%
  • key color value is 70.20%
CMYK:
(0,26,9,70)
C0M26Y9K70 
(0%,26%,9%,70%)
(0.00/0.26/0.09/0.70)	

CMYK percentages

%0
%26.32
%9.21
%70.2

Codes

Color #4C3845 in popluar color models

4C3845
RGB765669
HSL321°15.15%25.88%
HSB/HSV321°26.32%29.80%
CMYK0.00%26.32%9.21%
70.20%

Color #4C3845 in popluar number systems.

HEX4C3845
Decimal765669
Binary10011001110001000101
Octal11470105

Shades and tints

Shades of #4C3845

#4C3845
(76,56,69)
#46333F
(70,51,63)
#402E39
(64,46,57)
#3A2933
(58,41,51)
#34242D
(52,36,45)
#2E1F27
(46,31,39)
#281A21
(40,26,33)
#22151B
(34,21,27)
#1C1015
(28,16,21)
#160B0F
(22,11,15)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #4C3845

#4C3845
(76,56,69)
#5C4A55
(92,74,85)
#6C5C65
(108,92,101)
#7C6E75
(124,110,117)
#8C8085
(140,128,133)
#9C9295
(156,146,149)
#ACA4A5
(172,164,165)
#BCB6B5
(188,182,181)
#CCC8C5
(204,200,197)
#DCDAD5
(220,218,213)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3845; }

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

This text font color is #4C3845.


Background Color

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

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

This div background color is #4C3845.


Border color

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

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

This div border color is #4C3845.


Opacity

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

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

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

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

This text has shadow with #4C3845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3845 on black background.


Color preview on white background

This text has color #4C3845 on white background.



Black color preview on #4C3845 background

This text has black color on #4C3845 background.


White color preview on #4C3845 background

This text has white color on #4C3845 background.